[LLVMbugs] [Bug 16416] New: llvm-3.3 on Linux PowerPC failing tests DebugInfo/namespace.ll DebugInfo/two-cus-from-same-file.ll

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jun 21 19:24:01 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=16416

            Bug ID: 16416
           Summary: llvm-3.3 on Linux PowerPC failing tests
                    DebugInfo/namespace.ll
                    DebugInfo/two-cus-from-same-file.ll
           Product: Test Suite
           Version: trunk
          Hardware: Macintosh
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: lit
          Assignee: unassignedbugs at nondot.org
          Reporter: acrux at linuxmail.org
                CC: daniel at zuster.org, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 10737
  --> http://llvm.org/bugs/attachment.cgi?id=10737&action=edit
config.log.gz

GNU/Linux CRUX PPC 3.0 (32bit), powerpc-unknown-linux-gnu
config.log attached.


[...]
llvm[0]: ***** Completed Release Build
llvm[0]: Running test suite
make[1]: Entering directory `/mnt/llvm/work/src/llvm-3.3.src/test'
Making LLVM 'lit.site.cfg' file...
Making LLVM unittest 'lit.site.cfg' file...
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -s 8192 ; \
  /usr/bin/python /mnt/llvm/work/src/llvm-3.3.src/utils/lit/lit.py -s -v . )
-- Testing: 8602 tests, 2 threads --
Testing: 0 .. 10.. 20.. 30.. 40..
FAIL: LLVM :: DebugInfo/namespace.ll (4444 of 8602)
******************** TEST 'LLVM :: DebugInfo/namespace.ll' FAILED
********************
Script:
--
/mnt/llvm/work/src/llvm-3.3.src/Release/bin/llc -O0 -filetype=obj <
/mnt/llvm/work/src/llvm-3.3.src/test/DebugInfo/namespace.ll >
/mnt/llvm/work/src/llvm-3.3.src/test/DebugInfo/Output/namespace.ll.tmp
/mnt/llvm/work/src/llvm-3.3.src/Release/bin/llvm-dwarfdump
/mnt/llvm/work/src/llvm-3.3.src/test/DebugInfo/Output/namespace.ll.tmp |
/mnt/llvm/work/src/llvm-3.3.src/Release/bin/FileCheck
/mnt/llvm/work/src/llvm-3.3.src/test/DebugInfo/namespace.ll
--
Exit Code: 1
Command Output (stderr):
--
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
/mnt/llvm/work/src/llvm-3.3.src/test/DebugInfo/namespace.ll:7:15: error:
expected string not found in input
; CHECK-NEXT: DW_AT_name{{.*}} = "A"
              ^
<stdin>:80:30: note: scanning from here
0x00000029: DW_TAG_namespace [3] *
                             ^
<stdin>:81:13: note: possible intended match here
0x0000002a: DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000000] = "clang version
3.3 ")
            ^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50
FAIL: LLVM :: DebugInfo/two-cus-from-same-file.ll (4560 of 8602)
******************** TEST 'LLVM :: DebugInfo/two-cus-from-same-file.ll' FAILED
********************
Script:
--
/mnt/llvm/work/src/llvm-3.3.src/Release/bin/llc
/mnt/llvm/work/src/llvm-3.3.src/test/DebugInfo/two-cus-from-same-file.ll -o
/mnt/llvm/work/src/llvm-3.3.src/test/DebugInfo/Output/two-cus-from-same-file.ll.tmp
-filetype=obj -O0
/mnt/llvm/work/src/llvm-3.3.src/Release/bin/llvm-dwarfdump -debug-dump=info
/mnt/llvm/work/src/llvm-3.3.src/test/DebugInfo/Output/two-cus-from-same-file.ll.tmp
| /mnt/llvm/work/src/llvm-3.3.src/Release/bin/FileCheck
/mnt/llvm/work/src/llvm-3.3.src/test/DebugInfo/two-cus-from-same-file.ll
--
Exit Code: 1
Command Output (stderr):
--
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
error: failed to compute relocation: R_PPC_ADDR32
/mnt/llvm/work/src/llvm-3.3.src/test/DebugInfo/two-cus-from-same-file.ll:71:10:
error: expected string not found in input
; CHECK: {{foo\.c}}
         ^
<stdin>:7:33: note: scanning from here
0x0000000b: DW_TAG_compile_unit [1] *
                                ^
<stdin>:9:44: note: possible intended match here
0x00000010: DW_AT_language [DW_FORM_data2] (0x000c)
                                           ^
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
Testing Time: 282.21s
********************
Failing Tests (2):
    LLVM :: DebugInfo/namespace.ll
    LLVM :: DebugInfo/two-cus-from-same-file.ll

  Expected Passes    : 8243
  Expected Failures  : 51
  Unsupported Tests  : 306
  Unexpected Failures: 2
make[1]: *** [check-local] Error 1
make[1]: Leaving directory `/mnt/llvm/work/src/llvm-3.3.src/test'
make: *** [check] Error 2
=======> ERROR: Building '/mnt/llvm/llvm#3.3-1.pkg.tar.xz' failed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130622/25bc5b49/attachment.html>


More information about the llvm-bugs mailing list