r194178 - Disable a tooling test on Windows.

Alp Toker alp at nuanti.com
Wed Nov 6 15:17:45 PST 2013


On 06/11/2013 23:02, Peter Collingbourne wrote:
> Author: pcc
> Date: Wed Nov  6 17:02:51 2013
> New Revision: 194178
>
> URL: http://llvm.org/viewvc/llvm-project?rev=194178&view=rev
> Log:
> Disable a tooling test on Windows.
>
> Modified:
>     cfe/trunk/unittests/Tooling/ToolingTest.cpp
>
> Modified: cfe/trunk/unittests/Tooling/ToolingTest.cpp
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Tooling/ToolingTest.cpp?rev=194178&r1=194177&r2=194178&view=diff
> ==============================================================================
> --- cfe/trunk/unittests/Tooling/ToolingTest.cpp (original)
> +++ cfe/trunk/unittests/Tooling/ToolingTest.cpp Wed Nov  6 17:02:51 2013
> @@ -282,6 +282,7 @@ TEST(ClangToolTest, ArgumentAdjusters) {
>    EXPECT_FALSE(Found);
>  }
>  
> +#ifndef _WIN32
>  TEST(ClangToolTest, BuildASTs) {
>    FixedCompilationDatabase Compilations("/", std::vector<std::string>());
>  
> @@ -299,6 +300,7 @@ TEST(ClangToolTest, BuildASTs) {
>  
>    llvm::DeleteContainerPointers(ASTs);
>  }
> +#endif

Is there a way to XFAIL this test instead of disabling?

Alp.


>  
>  } // end namespace tooling
>  } // end namespace clang
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

-- 
http://www.nuanti.com
the browser experts




More information about the cfe-commits mailing list