<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - llvm-3.3 on Linux PowerPC failing tests DebugInfo/namespace.ll DebugInfo/two-cus-from-same-file.ll"
   href="http://llvm.org/bugs/show_bug.cgi?id=16416">16416</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>llvm-3.3 on Linux PowerPC failing tests DebugInfo/namespace.ll  DebugInfo/two-cus-from-same-file.ll
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Test Suite
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>lit
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>acrux@linuxmail.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>daniel@zuster.org, llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=10737" name="attach_10737" title="config.log.gz">attachment 10737</a> <a href="attachment.cgi?id=10737&action=edit" title="config.log.gz">[details]</a></span>
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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>