<html>
    <head>
      <base href="https://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 --- - Failing Tests: unit tools/gold/X86/start-lib-common.ll expected string not found in input"
   href="https://llvm.org/bugs/show_bug.cgi?id=29970">29970</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Failing Tests: unit tools/gold/X86/start-lib-common.ll expected string not found in input
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

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

        <tr>
          <th>Hardware</th>
          <td>PC
          </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>Common Code Generator Code
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>mjevans1983@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Sorry, this is probably filed in the wrong area.  I was trying to find
something like llvm / unit tests | build tests; libraries seems to represent
llvm, but the component expects me to be able to deduce what's broken, instead
of reporting the canary having died.

I do notice this test uses my system /usr/bin/ld.gold, if a newer version is
required I hope that is caught in pre-build tests.

/usr/bin/ld.gold --version
GNU gold (GNU Binutils 2.27) 1.12



[100%] Running the LLVM regression tests
FAIL: LLVM :: tools/gold/X86/start-lib-common.ll (17308 of 17623)
******************** TEST 'LLVM :: tools/gold/X86/start-lib-common.ll' FAILED
********************
Script:
--
${PACAURBUILD}/llvm-svn/src/build/./bin/llvm-as
${PACAURBUILD}/llvm-svn/src/llvm/test/tools/gold/X86/start-lib-common.ll -o
${PACAURBUILD}/llvm-svn/src/build/test/tools/gold/X86/Output/start-lib-common.ll.tmp1.o
${PACAURBUILD}/llvm-svn/src/build/./bin/llvm-as
${PACAURBUILD}/llvm-svn/src/llvm/test/tools/gold/X86/Inputs/start-lib-common.ll
-o
${PACAURBUILD}/llvm-svn/src/build/test/tools/gold/X86/Output/start-lib-common.ll.tmp2.o
/usr/bin/ld.gold -plugin ${PACAURBUILD}/llvm-svn/src/build/./lib/LLVMgold.so   
 --plugin-opt=emit-llvm     -shared
${PACAURBUILD}/llvm-svn/src/build/test/tools/gold/X86/Output/start-lib-common.ll.tmp1.o
--start-lib
${PACAURBUILD}/llvm-svn/src/build/test/tools/gold/X86/Output/start-lib-common.ll.tmp2.o
--end-lib -o
${PACAURBUILD}/llvm-svn/src/build/test/tools/gold/X86/Output/start-lib-common.ll.tmp3.o
${PACAURBUILD}/llvm-svn/src/build/./bin/llvm-dis
${PACAURBUILD}/llvm-svn/src/build/test/tools/gold/X86/Output/start-lib-common.ll.tmp3.o
-o - | ${PACAURBUILD}/llvm-svn/src/build/./bin/FileCheck
${PACAURBUILD}/llvm-svn/src/llvm/test/tools/gold/X86/start-lib-common.ll
--
Exit Code: 1

Command Output (stderr):
--
${PACAURBUILD}/llvm-svn/src/llvm/test/tools/gold/X86/start-lib-common.ll:22:10:
error: expected string not found in input
; CHECK: @x = common global i32 0, align 8
    ^
<stdin>:1:1: note: scanning from here
; ModuleID =
'${PACAURBUILD}/llvm-svn/src/build/test/tools/gold/X86/Output/start-lib-common.ll.tmp3.o'
^
<stdin>:4:1: note: possible intended match here
@x = common global i32 0, align 4
^

--

********************
Testing Time: 85.76s
********************
Failing Tests (1):
    LLVM :: tools/gold/X86/start-lib-common.ll

Expected Passes    : 17140
Expected Failures  : 124
Unsupported Tests  : 358
Unexpected Failures: 1
make[3]: *** [test/CMakeFiles/check-llvm.dir/build.make:58:
test/CMakeFiles/check-llvm] Error 1
make[2]: *** [CMakeFiles/Makefile2:86351: test/CMakeFiles/check-llvm.dir/all]
Error 2
make[1]: *** [CMakeFiles/Makefile2:66598: test/CMakeFiles/check.dir/rule] Error
2
make: *** [Makefile:15979: check] Error 2</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>