[llvm-bugs] [Bug 29970] New: Failing Tests: unit tools/gold/X86/start-lib-common.ll expected string not found in input

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Aug 29 10:20:02 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=29970

            Bug ID: 29970
           Summary: Failing Tests: unit tools/gold/X86/start-lib-common.ll
                    expected string not found in input
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
          Assignee: unassignedbugs at nondot.org
          Reporter: mjevans1983 at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

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

-- 
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/20160829/cfa6f788/attachment.html>


More information about the llvm-bugs mailing list