Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- failures:
- ---- [assembly] rust/tests/assembly/is_aligned.rs#opt-speed stdout ----
- error in revision `opt-speed`: verification with 'FileCheck' failed
- status: exit status: 1
- 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"
- stdout: none
- --- stderr -------------------------------
- /home/robert/Documents/rust/tests/assembly/is_aligned.rs:13:11: error: CHECK: expected string not found in input
- // CHECK: decq
- ^
- /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
- .section .text.is_aligned_to_unchecked,"ax",@progbits
- ^
- /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
- .globl is_aligned_to_unchecked
- ^
- Input file: /home/robert/Documents/rust/build/x86_64-unknown-linux-gnu/test/assembly/is_aligned.opt-speed/is_aligned.s
- Check file: /home/robert/Documents/rust/tests/assembly/is_aligned.rs
- -dump-input=help explains the following input dump.
- Input was:
- <<<<<<
- 1: .text
- 2: .file "is_aligned.e23475eb-cgu.0"
- 3: .section .text.is_aligned_to_unchecked,"ax",@progbits
- check:13'0 X~~~~~~~~~~~~~~~ error: no match found
- 4: .globl is_aligned_to_unchecked
- check:13'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- check:13'1 ? possible intended match
- 5: .p2align 4, 0x90
- check:13'0 ~~~~~~~~~~~~~~~~~~
- 6: .type is_aligned_to_unchecked,@function
- check:13'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 7: is_aligned_to_unchecked:
- check:13'0 ~~~~~~~~~~~~~~~~~~~~~~~~~
- 8: .cfi_startproc
- check:13'0 ~~~~~~~~~~~~~~~~
- 9: addq $-1, %rsi
- check:13'0 ~~~~~~~~~~~~~~~~
- 10: testq %rdi, %rsi
- check:13'0 ~~~~~~~~~~~~~~~~~~
- 11: sete %al
- check:13'0 ~~~~~~~~~~
- 12: retq
- check:13'0 ~~~~~~
- 13: .Lfunc_end0:
- check:13'0 ~~~~~~~~~~~~~
- 14: .size is_aligned_to_unchecked, .Lfunc_end0-is_aligned_to_unchecked
- check:13'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 15: .cfi_endproc
- check:13'0 ~~~~~~~~~~~~~~
- 16:
- check:13'0 ~
- 17: .section .text.is_aligned_1,"ax",@progbits
- check:13'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 18: .globl is_aligned_1
- 19: .p2align 4, 0x90
- 20: .type is_aligned_1,@function
- 21: is_aligned_1:
- 22: .cfi_startproc
- 23: movb $1, %al
- 24: retq
- 25: .Lfunc_end1:
- 26: .size is_aligned_1, .Lfunc_end1-is_aligned_1
- 27: .cfi_endproc
- 28:
- 29: .section .text.is_aligned_2,"ax",@progbits
- 30: .globl is_aligned_2
- 31: .p2align 4, 0x90
- 32: .type is_aligned_2,@function
- 33: is_aligned_2:
- 34: .cfi_startproc
- 35: testb $1, %dil
- 36: sete %al
- 37: retq
- 38: .Lfunc_end2:
- 39: .size is_aligned_2, .Lfunc_end2-is_aligned_2
- 40: .cfi_endproc
- 41:
- 42: .section .text.is_aligned_4,"ax",@progbits
- 43: .globl is_aligned_4
- 44: .p2align 4, 0x90
- 45: .type is_aligned_4,@function
- 46: is_aligned_4:
- 47: .cfi_startproc
- 48: testb $3, %dil
- 49: sete %al
- 50: retq
- 51: .Lfunc_end3:
- 52: .size is_aligned_4, .Lfunc_end3-is_aligned_4
- 53: .cfi_endproc
- 54:
- 55: .section .text.is_aligned_8,"ax",@progbits
- 56: .globl is_aligned_8
- 57: .p2align 4, 0x90
- 58: .type is_aligned_8,@function
- 59: is_aligned_8:
- 60: .cfi_startproc
- 61: testb $7, %dil
- 62: sete %al
- 63: retq
- 64: .Lfunc_end4:
- 65: .size is_aligned_8, .Lfunc_end4-is_aligned_8
- 66: .cfi_endproc
- 67:
- 68: .section ".note.GNU-stack","",@progbits
- >>>>>>
- ------------------------------------------
- failures:
- [assembly] rust/tests/assembly/is_aligned.rs#opt-speed
Add Comment
Please, Sign In to add comment