LIT tests fail on Windows X86_64

Demikhovsky, Elena elena.demikhovsky at intel.com
Sun Jun 23 04:21:36 PDT 2013


-- Testing: 8256 tests, 8 threads --
20>  FAIL: LLVM :: DebugInfo/arguments.ll (4519 of 8256)
20>  ******************** TEST 'LLVM :: DebugInfo/arguments.ll' FAILED ********************
20>  Script:
20>  --
20>  W:/LLVM_now/build64/bin/Debug/llc.EXE -O0 -filetype=obj < W:\LLVM_now\llvm\test\DebugInfo\arguments.ll > W:\LLVM_now\build64\test\DebugInfo\Output\arguments.ll.tmp
20>  W:/LLVM_now/build64/bin/Debug/llvm-dwarfdump.EXE W:\LLVM_now\build64\test\DebugInfo\Output\arguments.ll.tmp | W:/LLVM_now/build64/bin/Debug/FileCheck.EXE W:\LLVM_now\llvm\test\DebugInfo\arguments.ll
20>  --
20>  Exit Code: 1
20>  Command Output (stdout):
20>  --
20>  Command 0: "W:/LLVM_now/build64/bin/Debug/llc.EXE" "-O0" "-filetype=obj"
20>  Command 0 Result: 0
20>  Command 0 Output:
20>  None
20>
20>  Command 0 Stderr:
20>
20>
20>  Command 1: "W:/LLVM_now/build64/bin/Debug/llvm-dwarfdump.EXE" "W:\LLVM_now\build64\test\DebugInfo\Output\arguments.ll.tmp"
20>  Command 1 Result: 0
20>  Command 1 Output:
20>
20>
20>  Command 1 Stderr:
20>CUSTOMBUILD : error : failed to compute relocation: IMAGE_REL_AMD64_SECREL
20>CUSTOMBUILD : error : failed to compute relocation: IMAGE_REL_AMD64_ADDR32
20>CUSTOMBUILD : error : failed to compute relocation: IMAGE_REL_AMD64_ADDR32
20>CUSTOMBUILD : error : failed to compute relocation: IMAGE_REL_AMD64_ADDR32
20>CUSTOMBUILD : error : failed to compute relocation: IMAGE_REL_AMD64_ADDR32
20>CUSTOMBUILD : error : failed to compute relocation: IMAGE_REL_AMD64_ADDR32
20>CUSTOMBUILD : error : failed to compute relocation: IMAGE_REL_AMD64_ADDR32
20>CUSTOMBUILD : error : failed to compute relocation: IMAGE_REL_AMD64_ADDR64
20>CUSTOMBUILD : error : failed to compute relocation: IMAGE_REL_AMD64_ADDR64
20>CUSTOMBUILD : error : failed to compute relocation: IMAGE_REL_AMD64_ADDR32
20>CUSTOMBUILD : error : failed to compute relocation: IMAGE_REL_AMD64_ADDR32
20>CUSTOMBUILD : error : failed to compute relocation: IMAGE_REL_AMD64_ADDR32
20>CUSTOMBUILD : error : failed to compute relocation: IMAGE_REL_AMD64_ADDR32
20>CUSTOMBUILD : error : failed to compute relocation: IMAGE_REL_AMD64_ADDR32
20>CUSTOMBUILD : error : failed to compute relocation: IMAGE_REL_AMD64_ADDR32
20>
20>
20>  Command 2: "W:/LLVM_now/build64/bin/Debug/FileCheck.EXE" "W:\LLVM_now\llvm\test\DebugInfo\arguments.ll"
20>  Command 2 Result: 1
20>  Command 2 Output:
20>
20>
20>  Command 2 Stderr:
20>  <stdin>:102:13: error: CHECK-NOT: string occurred!
20>  0x00000050: NULL
20>              ^
20>  W:\LLVM_now\llvm\test\DebugInfo\arguments.ll:22:14: note: CHECK-NOT: pattern specified here
20>  ; CHECK-NOT: NULL
20>               ^
20>
20>
20>  --
20>
20>  ********************
20>  FAIL: LLVM :: MC/AArch64/tls-relocs.s (4886 of 8256)
20>  ******************** TEST 'LLVM :: MC/AArch64/tls-relocs.s' FAILED ********************
20>  Script:
20>  --
20>  W:/LLVM_now/build64/bin/Debug/llvm-mc.EXE -triple=aarch64-none-linux-gnu -show-encoding < W:\LLVM_now\llvm\test\MC\AArch64\tls-relocs.s | W:/LLVM_now/build64/bin/Debug/FileCheck.EXE W:\LLVM_now\llvm\test\MC\AArch64\tls-relocs.s
20>  W:/LLVM_now/build64/bin/Debug/llvm-mc.EXE -triple=aarch64-none-linux-gnu -filetype=obj < W:\LLVM_now\llvm\test\MC\AArch64\tls-relocs.s -o - |    llvm-readobj -r -t | W:/LLVM_now/build64/bin/Debug/FileCheck.EXE --check-prefix=CHECK-ELF W:\LLVM_now\llvm\test\MC\AArch64\tls-relocs.s
20>  --
20>  Exit Code: 1
20>  Command Output (stdout):
20>  --
20>  Command 0: "W:/LLVM_now/build64/bin/Debug/llvm-mc.EXE" "-triple=aarch64-none-linux-gnu" "-show-encoding"
20>  Command 0 Result: 0
20>  Command 0 Output:
20>
20>
20>  Command 0 Stderr:
20>
20>
20>  Command 1: "W:/LLVM_now/build64/bin/Debug/FileCheck.EXE" "W:\LLVM_now\llvm\test\MC\AArch64\tls-relocs.s"
20>  Command 1 Result: 1
20>  Command 1 Output:
20>
20>
20>  Command 1 Stderr:
20>  W:\LLVM_now\llvm\test\MC\AArch64\tls-relocs.s:33:16: error: CHECK-NEXT: is not on the line after the previous match
20>  // CHECK-NEXT: movn x6, #:dtprel_g1:var // encoding: [0x06'A',A,0xa0'A',0x92'A']
20>                 ^
20>  <stdin>:61:2: note: 'next' match was here
20>   movn x6, #:dtprel_g1:var // encoding: [0x06'A',A,0xa0'A',0x92'A']
20>   ^
20>  <stdin>:59:79: note: previous match ended here
20>   // fixup A - offset: 0, value: :dtprel_g1:var, kind: fixup_a64_movw_dtprel_g1
20>                                                                                ^
20>
20>
20>  --
20>
20>  ********************
20>
20>  Testing Time: 134.95s
20>  ********************
20>  Failing Tests (2):
20>      LLVM :: DebugInfo/arguments.ll
20>      LLVM :: MC/AArch64/tls-relocs.s
20>
20>    Expected Passes    : 8168
20>    Expected Failures  : 51
20>    Unsupported Tests  : 35
20>    Unexpected Failures: 2
20>  lit.py: LitConfig.py:103: note: Unable to find 'bash.exe'.
20>
20>Build FAILED.
20>
20>Time Elapsed 00:02:16.01
21>------ Build started: Project: check, Configuration: Debug x64 ------
21>Build started 6/23/2013 1:53:27 PM.
21>InitializeBuildStatus:
21>  Creating "x64\Debug\check\check.unsuccessfulbuild" because "AlwaysCreate" was specified.
21>FinalizeBuildStatus:
21>  Deleting file "x64\Debug\check\check.unsuccessfulbuild".
21>  Touching "x64\Debug\check\check.lastbuildstate".
21>
21>Build succeeded.
21>
21>Time Elapsed 00:00:00.03
========== Build: 20 succeeded, 1 failed, 141 up-to-date, 0 skipped ==========



-        Elena



---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130623/37d90d1f/attachment.html>


More information about the llvm-commits mailing list