[LLVMbugs] [Bug 12765] New: LLVM ExecutionEngine Test Failures

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue May 8 07:50:21 PDT 2012


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

             Bug #: 12765
           Summary: LLVM ExecutionEngine Test Failures
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: jon.e.mulder at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


I have four tests failing on x86_64 linux (Ubuntu 10.04:
LLVM :: ExecutionEngine/2003-01-04-ArgumentBug.ll
LLVM :: ExecutionEngine/test-common-symbols.ll
LLVM :: ExecutionEngine/test-fp-no-external-funcs.ll
LLVM :: ExecutionEngine/test-fp.ll

Note that the following is from a Release+Asserts build, but the error is also
present in a Debug+Asserts build. Also, I tried checking the 3.1 branch and I
do not get the following errors. Any insights into how to track the problem
down would be much appreciated.

Let me know if you have any questions or need any other information from my
end.

Thanks,
Jon

FAIL: LLVM :: ExecutionEngine/2003-01-04-ArgumentBug.ll (7913 of 10591)
******************** TEST 'LLVM :: ExecutionEngine/2003-01-04-ArgumentBug.ll'
FAILED ********************
Script:
--
/home/mulderje/build/llvm/Release+Asserts/bin/lli
/home/mulderje/src/llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.ll >
/dev/null
--
Exit Code: 132
Command Output (stderr):
--
0  lli             0x0000000000b80cbf
1  lli             0x0000000000b811d4
2  libpthread.so.0 0x00002b105d7b18f0
3  libpthread.so.0 0x00002b105d5a2023
Stack dump:
0.      Program arguments: /home/mulderje/build/llvm/Release+Asserts/bin/lli
/home/mulderje/src/llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
/home/mulderje/build/llvm/test/ExecutionEngine/Output/2003-01-04-ArgumentBug.ll.script:
line 2: 14467 Illegal instruction    
'/home/mulderje/build/llvm/Release+Asserts/bin/lli'
'/home/mulderje/src/llvm/test/ExecutionEngine/2003-01-04-ArgumentBug.ll' >
'/dev/null'
--

********************
FAIL: LLVM :: ExecutionEngine/test-common-symbols.ll (7945 of 10591)
******************** TEST 'LLVM :: ExecutionEngine/test-common-symbols.ll'
FAILED ********************
Script:
--
/home/mulderje/build/llvm/Release+Asserts/bin/lli -O0
-disable-lazy-compilation=false
/home/mulderje/src/llvm/test/ExecutionEngine/test-common-symbols.ll
--
Exit Code: 132
Command Output (stderr):
--
0  lli             0x0000000000b80cbf
1  lli             0x0000000000b811d4
2  libpthread.so.0 0x00002b3aaac918f0
3  libpthread.so.0 0x00002b3aaaa82054
Stack dump:
0.      Program arguments: /home/mulderje/build/llvm/Release+Asserts/bin/lli
-O0 -disable-lazy-compilation=false
/home/mulderje/src/llvm/test/ExecutionEngine/test-common-symbols.ll
/home/mulderje/build/llvm/test/ExecutionEngine/Output/test-common-symbols.ll.script:
line 2: 14532 Illegal instruction    
'/home/mulderje/build/llvm/Release+Asserts/bin/lli' '-O0'
'-disable-lazy-compilation=false'
'/home/mulderje/src/llvm/test/ExecutionEngine/test-common-symbols.ll'
--

********************
FAIL: LLVM :: ExecutionEngine/test-fp.ll (7946 of 10591)
******************** TEST 'LLVM :: ExecutionEngine/test-fp.ll' FAILED
********************
Script:
--
/home/mulderje/build/llvm/Release+Asserts/bin/lli
/home/mulderje/src/llvm/test/ExecutionEngine/test-fp.ll > /dev/null
--
Exit Code: 132
Command Output (stderr):
--
0  lli             0x0000000000b80cbf
1  lli             0x0000000000b811d4
2  libpthread.so.0 0x00002af722bd58f0
3  libpthread.so.0 0x00002af7229c602b
Stack dump:
0.      Program arguments: /home/mulderje/build/llvm/Release+Asserts/bin/lli
/home/mulderje/src/llvm/test/ExecutionEngine/test-fp.ll
/home/mulderje/build/llvm/test/ExecutionEngine/Output/test-fp.ll.script: line
2: 14537 Illegal instruction    
'/home/mulderje/build/llvm/Release+Asserts/bin/lli'
'/home/mulderje/src/llvm/test/ExecutionEngine/test-fp.ll' > '/dev/null'
--

********************
FAIL: LLVM :: ExecutionEngine/test-fp-no-external-funcs.ll (7947 of 10591)
******************** TEST 'LLVM ::
ExecutionEngine/test-fp-no-external-funcs.ll' FAILED ********************
Script:
--
/home/mulderje/build/llvm/Release+Asserts/bin/lli 
/home/mulderje/src/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll >
/dev/null
--
Exit Code: 132
Command Output (stderr):
--
0  lli             0x0000000000b80cbf
1  lli             0x0000000000b811d4
2  libpthread.so.0 0x00002b474fe1c8f0
3  libpthread.so.0 0x00002b474fc0d02b
Stack dump:
0.      Program arguments: /home/mulderje/build/llvm/Release+Asserts/bin/lli
/home/mulderje/src/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll
/home/mulderje/build/llvm/test/ExecutionEngine/Output/test-fp-no-external-funcs.ll.script:
line 2: 14536 Illegal instruction    
'/home/mulderje/build/llvm/Release+Asserts/bin/lli'
'/home/mulderje/src/llvm/test/ExecutionEngine/test-fp-no-external-funcs.ll' >
'/dev/null'
--

********************
Testing Time: 154.15s
********************
Failing Tests (4):
    LLVM :: ExecutionEngine/2003-01-04-ArgumentBug.ll
    LLVM :: ExecutionEngine/test-common-symbols.ll
    LLVM :: ExecutionEngine/test-fp-no-external-funcs.ll
    LLVM :: ExecutionEngine/test-fp.ll

  Expected Passes    : 10497
  Expected Failures  : 77
  Unsupported Tests  : 13
  Unexpected Failures: 4
make[1]: *** [check-local-all] Error 1
make[1]: Leaving directory `/home/mulderje/build/llvm/test'
make: *** [check-all] Error 2

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list