[cfe-commits] [PATCH v2] fix failling regression tests due to calling convention markers on recent ARM ubuntu platforms

陳韋任 (Wei-Ren Chen) chenwj at iis.sinica.edu.tw
Wed Oct 24 05:55:04 PDT 2012


Hi David,

  Enclosed is `make check-all` log. I think we can update
item 2 on [1] now.

Cheers,
chenwj

[1] http://llvm.org/docs/HowToBuildOnARM.html#how-to-build-on-arm

-- 
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj
-------------- next part --------------
llvm[0]: Running test suite
make[1]: Entering directory `/nfs_home/chenwj/llvm-3.1/svn/arm3/test'
Making LLVM 'lit.site.cfg' file...
Making LLVM unittest 'lit.site.cfg' file...
make -C /nfs_home/chenwj/llvm-3.1/svn/arm3/test/../tools/clang/test lit.site.cfg Unit/lit.site.cfg
make[2]: Entering directory `/nfs_home/chenwj/llvm-3.1/svn/arm3/tools/clang/test'
Making Clang 'lit.site.cfg' file...
Making Clang 'Unit/lit.site.cfg' file...
make[2]: Leaving directory `/nfs_home/chenwj/llvm-3.1/svn/arm3/tools/clang/test'
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 1024000 ; \
	  /nfs_home/chenwj/llvm-3.1/svn/llvm/utils/lit/lit.py -s -v . /nfs_home/chenwj/llvm-3.1/svn/arm3/test/../tools/clang/test )
-- Testing: 12228 tests, 2 threads --
Testing: 0 .. 10
FAIL: Clang :: CodeGenCXX/devirtualize-virtual-function-calls-final.cpp (1788 of 12228)
******************** TEST 'Clang :: CodeGenCXX/devirtualize-virtual-function-calls-final.cpp' FAILED ********************
Script:
--
/nfs_home/chenwj/llvm-3.1/svn/arm3/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm3/Release+Asserts/bin/../lib/clang/3.2/include -std=c++11 /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp -emit-llvm -o - | FileCheck /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp
--
Exit Code: 1
Command Output (stderr):
--
Function return type does not match operand type of return inst!
  ret %"struct.Test6::D"* %this1
 %"struct.Test6::A"*Broken module found, compilation aborted!
Stack dump:
0.	Program arguments: /nfs_home/chenwj/llvm-3.1/svn/arm3/Release+Asserts/bin/clang -cc1 -internal-isystem /nfs_home/chenwj/llvm-3.1/svn/arm3/Release+Asserts/bin/../lib/clang/3.2/include -std=c++11 /nfs_home/chenwj/llvm-3.1/svn/llvm/tools/clang/test/CodeGenCXX/devirtualize-virtual-function-calls-final.cpp -emit-llvm -o - 
1.	<eof> parser at end of file
2.	Per-function optimization
3.	Running pass 'Module Verifier' on function '@_ZN5Test61DD1Ev'
FileCheck error: '-' is empty.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: LLVM-Unit :: ExecutionEngine/MCJIT/Release+Asserts/MCJITTests/MCJITTest.multiple_functions (11949 of 12228)
******************** TEST 'LLVM-Unit :: ExecutionEngine/MCJIT/Release+Asserts/MCJITTests/MCJITTest.multiple_functions' FAILED ********************
Note: Google Test filter = MCJITTest.multiple_functions
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from MCJITTest
[ RUN      ] MCJITTest.multiple_functions

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
Testing Time: 822.10s
********************
Failing Tests (2):
    Clang :: CodeGenCXX/devirtualize-virtual-function-calls-final.cpp
    LLVM-Unit :: ExecutionEngine/MCJIT/Release+Asserts/MCJITTests/MCJITTest.multiple_functions

  Expected Passes    : 12108
  Expected Failures  : 104
  Unsupported Tests  : 14
  Unexpected Failures: 2
make[1]: Leaving directory `/nfs_home/chenwj/llvm-3.1/svn/arm3/test'


More information about the cfe-commits mailing list