[cfe-dev] LLVM 3.0rc3 Testing Beginning

Jay Foad jay.foad at gmail.com
Tue Nov 8 07:18:12 PST 2011


On 7 November 2011 22:00, Bill Wendling <wendling at apple.com> wrote:
> We are starting on our third (and hopefully last) round of testing for LLVM 3.0. Please visit:
>
>        http://llvm.org/pre-releases/3.0/rc3/
>
> for the sources. There are also binaries for Darwin up there, with more to come during the week. Please build this release candidate, test it out on your projects, and let us know if you find any regressions from the 2.9 release.

I've done a "make -j2 all check-all", llvm + clang, Release build, on
Ubuntu Linux 11.04 x86_64. I got one test failure:

Failing Tests (1):
    Clang-Unit :: AST/Release/ASTTests/APValue.Diagnostics

I've pasted the output of the test below.

Jay.


FAIL: Clang-Unit :: AST/Release/ASTTests/APValue.Diagnostics (3931 of 9598)
******************** TEST 'Clang-Unit ::
AST/Release/ASTTests/APValue.Diagnostics' FAILED ********************
Note: Google Test filter = APValue.Diagnostics
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from APValue
[ RUN      ] APValue.Diagnostics
/home/jay/llvm/clang-3.0rc3.src/unittests/AST/APValueTest.cpp:62: Failure
Value of: GetDiagnosticOutput(APValue())
  Actual: ""
Expected: "Uninitialized"
/home/jay/llvm/clang-3.0rc3.src/unittests/AST/APValueTest.cpp:63: Failure
Value of: GetDiagnosticOutput(APValue(APSInt(APInt(16, 5))))
  Actual: ""
Expected: "5"
/home/jay/llvm/clang-3.0rc3.src/unittests/AST/APValueTest.cpp:66: Failure
Value of: GetDiagnosticOutput(APValue(APFloat(APFloat::IEEEdouble, "3.14159")))
  Actual: ""
Expected: "3.141590e+00"
/home/jay/llvm/clang-3.0rc3.src/unittests/AST/APValueTest.cpp:69: Failure
Value of: GetDiagnosticOutput(APValue(APSInt(APInt(16, 3)),
APSInt(APInt(16, 4))))
  Actual: ""
Expected: "3+4i"
/home/jay/llvm/clang-3.0rc3.src/unittests/AST/APValueTest.cpp:73: Failure
Value of: GetDiagnosticOutput(APValue( APFloat(APFloat::IEEEdouble,
"3.2"), APFloat(APFloat::IEEEdouble, "5.7")))
  Actual: ""
Expected: "3.200000e+00+5.700000e+00i"
/home/jay/llvm/clang-3.0rc3.src/unittests/AST/APValueTest.cpp:80: Failure
Value of: GetDiagnosticOutput(APValue(V, array_lengthof(V)))
  Actual: ""
Expected: "[3, 4, 5]"
[  FAILED  ] APValue.Diagnostics (1 ms)
[----------] 1 test from APValue (16 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (16 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] APValue.Diagnostics

 1 FAILED TEST




More information about the cfe-dev mailing list