I already submitted a change a few minutes ago to fix this (rL189587).
Let me know if you still see a problem after that patch.
_Sam

On Thu, Aug 29, 2013 at 11:49 AM, jahanian <[email protected]> wrote:

>
> 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
>
>
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to