VS windows test failure.
jahanian
fjahanian at apple.com
Thu Aug 29 08:49:10 PDT 2013
Starting this patch:
Summary:
Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.
These function require some late binding behavior for the type conversions, thus changes in VariadicValue's MatcherList.
Second try. This time with a fix for C++11 builds.
Changed files
src/tools/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h
src/tools/clang/lib/ASTMatchers/Dynamic/Marshallers.h
src/tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
src/tools/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
src/tools/clang/unittests/ASTMatchers/Dynamic/ParserTest.cpp
src/tools/clang/unittests/ASTMatchers/Dynamic/RegistryTest.cpp
This test fails on a VS windows buildbot. Please investigate.
Failing Tests (1):
Clang-Unit :: ASTMatchers/Dynamic/Release/DynamicASTMatchersTests.exe/RegistryTest.VariadicOp
FAIL: Clang-Unit :: ASTMatchers/Dynamic/Release/DynamicASTMatchersTests.exe/RegistryTest.VariadicOp (5871 of 6552)
******************** TEST 'Clang-Unit :: ASTMatchers/Dynamic/Release/DynamicASTMatchersTests.exe/RegistryTest.VariadicOp' FAILED ********************
Note: Google Test filter = RegistryTest.VariadicOp
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from RegistryTest
[ RUN ] RegistryTest.VariadicOp
..\..\..\..\..\..\..\src\tools\clang\unittests\ASTMatchers\Dynamic\RegistryTest.cpp(273): error : Value of: matches("int i = 0;", D) [C:\...\clang-build\200412\tools\clang\test\check-clang.vcxproj]
Actual: true
Expected: false
[ FAILED ] RegistryTest.VariadicOp (15 ms)
[----------] 1 test from RegistryTest (15 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (15 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] RegistryTest.VariadicOp
Thanks, Fariborz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130829/ac136188/attachment.html>
More information about the cfe-commits
mailing list