Guest User

Untitled

a guest
Jan 17th, 2023
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. failures:
  2.  
  3. ---- [assembly] rust/tests/assembly/is_aligned.rs#opt-speed stdout ----
  4.  
  5. error in revision `opt-speed`: verification with 'FileCheck' failed
  6. status: exit status: 1
  7. command: "/home/robert/Documents/rust/build/x86_64-unknown-linux-gnu/ci-llvm/bin/FileCheck" "--input-file" "/home/robert/Documents/rust/build/x86_64-unknown-linux-gnu/test/assembly/is_aligned.opt-speed/is_aligned.s" "/home/robert/Documents/rust/tests/assembly/is_aligned.rs" "--allow-unused-prefixes" "--check-prefixes" "CHECK,NONMSVC,opt-speed" "--dump-input-context" "100"
  8. stdout: none
  9. --- stderr -------------------------------
  10. /home/robert/Documents/rust/tests/assembly/is_aligned.rs:13:11: error: CHECK: expected string not found in input
  11. // CHECK: decq
  12. ^
  13. /home/robert/Documents/rust/build/x86_64-unknown-linux-gnu/test/assembly/is_aligned.opt-speed/is_aligned.s:3:40: note: scanning from here
  14. .section .text.is_aligned_to_unchecked,"ax",@progbits
  15. ^
  16. /home/robert/Documents/rust/build/x86_64-unknown-linux-gnu/test/assembly/is_aligned.opt-speed/is_aligned.s:4:26: note: possible intended match here
  17. .globl is_aligned_to_unchecked
  18. ^
  19.  
  20. Input file: /home/robert/Documents/rust/build/x86_64-unknown-linux-gnu/test/assembly/is_aligned.opt-speed/is_aligned.s
  21. Check file: /home/robert/Documents/rust/tests/assembly/is_aligned.rs
  22.  
  23. -dump-input=help explains the following input dump.
  24.  
  25. Input was:
  26. <<<<<<
  27. 1: .text
  28. 2: .file "is_aligned.e23475eb-cgu.0"
  29. 3: .section .text.is_aligned_to_unchecked,"ax",@progbits
  30. check:13'0 X~~~~~~~~~~~~~~~ error: no match found
  31. 4: .globl is_aligned_to_unchecked
  32. check:13'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  33. check:13'1 ? possible intended match
  34. 5: .p2align 4, 0x90
  35. check:13'0 ~~~~~~~~~~~~~~~~~~
  36. 6: .type is_aligned_to_unchecked,@function
  37. check:13'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  38. 7: is_aligned_to_unchecked:
  39. check:13'0 ~~~~~~~~~~~~~~~~~~~~~~~~~
  40. 8: .cfi_startproc
  41. check:13'0 ~~~~~~~~~~~~~~~~
  42. 9: addq $-1, %rsi
  43. check:13'0 ~~~~~~~~~~~~~~~~
  44. 10: testq %rdi, %rsi
  45. check:13'0 ~~~~~~~~~~~~~~~~~~
  46. 11: sete %al
  47. check:13'0 ~~~~~~~~~~
  48. 12: retq
  49. check:13'0 ~~~~~~
  50. 13: .Lfunc_end0:
  51. check:13'0 ~~~~~~~~~~~~~
  52. 14: .size is_aligned_to_unchecked, .Lfunc_end0-is_aligned_to_unchecked
  53. check:13'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  54. 15: .cfi_endproc
  55. check:13'0 ~~~~~~~~~~~~~~
  56. 16:
  57. check:13'0 ~
  58. 17: .section .text.is_aligned_1,"ax",@progbits
  59. check:13'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  60. 18: .globl is_aligned_1
  61. 19: .p2align 4, 0x90
  62. 20: .type is_aligned_1,@function
  63. 21: is_aligned_1:
  64. 22: .cfi_startproc
  65. 23: movb $1, %al
  66. 24: retq
  67. 25: .Lfunc_end1:
  68. 26: .size is_aligned_1, .Lfunc_end1-is_aligned_1
  69. 27: .cfi_endproc
  70. 28:
  71. 29: .section .text.is_aligned_2,"ax",@progbits
  72. 30: .globl is_aligned_2
  73. 31: .p2align 4, 0x90
  74. 32: .type is_aligned_2,@function
  75. 33: is_aligned_2:
  76. 34: .cfi_startproc
  77. 35: testb $1, %dil
  78. 36: sete %al
  79. 37: retq
  80. 38: .Lfunc_end2:
  81. 39: .size is_aligned_2, .Lfunc_end2-is_aligned_2
  82. 40: .cfi_endproc
  83. 41:
  84. 42: .section .text.is_aligned_4,"ax",@progbits
  85. 43: .globl is_aligned_4
  86. 44: .p2align 4, 0x90
  87. 45: .type is_aligned_4,@function
  88. 46: is_aligned_4:
  89. 47: .cfi_startproc
  90. 48: testb $3, %dil
  91. 49: sete %al
  92. 50: retq
  93. 51: .Lfunc_end3:
  94. 52: .size is_aligned_4, .Lfunc_end3-is_aligned_4
  95. 53: .cfi_endproc
  96. 54:
  97. 55: .section .text.is_aligned_8,"ax",@progbits
  98. 56: .globl is_aligned_8
  99. 57: .p2align 4, 0x90
  100. 58: .type is_aligned_8,@function
  101. 59: is_aligned_8:
  102. 60: .cfi_startproc
  103. 61: testb $7, %dil
  104. 62: sete %al
  105. 63: retq
  106. 64: .Lfunc_end4:
  107. 65: .size is_aligned_8, .Lfunc_end4-is_aligned_8
  108. 66: .cfi_endproc
  109. 67:
  110. 68: .section ".note.GNU-stack","",@progbits
  111. >>>>>>
  112. ------------------------------------------
  113.  
  114.  
  115.  
  116. failures:
  117. [assembly] rust/tests/assembly/is_aligned.rs#opt-speed
Add Comment
Please, Sign In to add comment