From 80d25cdebd26b4a99d43a7b23ee6c6d070723bbf Mon Sep 17 00:00:00 2001 From: Marco Bubke Date: Tue, 27 Oct 2020 17:13:07 +0100 Subject: CppRefactoring: Disable failing tests Has to fixed later or removed completely. Change-Id: I3a62b4ecde60f6877164e994e664f7b015b9d3fc Reviewed-by: Christian Stenger --- tests/unit/unittest/pchcreator-test.cpp | 2 +- tests/unit/unittest/symbolscollector-test.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/unit/unittest/pchcreator-test.cpp b/tests/unit/unittest/pchcreator-test.cpp index c7268a51d8..04561a230b 100644 --- a/tests/unit/unittest/pchcreator-test.cpp +++ b/tests/unit/unittest/pchcreator-test.cpp @@ -362,7 +362,7 @@ TEST_F(PchCreatorVerySlowTest, ClangToolCleared) ASSERT_TRUE(creator.clangTool().isClean()); } -TEST_F(PchCreatorVerySlowTest, FaultyProjectPartPchForCreatesFaultyPchForPchTask) +TEST_F(PchCreatorVerySlowTest, DISABLED_FaultyProjectPartPchForCreatesFaultyPchForPchTask) { PchTask faultyPchTask{ 0, diff --git a/tests/unit/unittest/symbolscollector-test.cpp b/tests/unit/unittest/symbolscollector-test.cpp index 5954f8a9f5..84fc26ca89 100644 --- a/tests/unit/unittest/symbolscollector-test.cpp +++ b/tests/unit/unittest/symbolscollector-test.cpp @@ -190,7 +190,7 @@ TEST_F(SymbolsCollector, CollectSymbolName) Contains(HasSymbolName("function"))); } -TEST_F(SymbolsCollector, SymbolMatchesLocation) +TEST_F(SymbolsCollector, DISABLED_SymbolMatchesLocation) { collector.setFile(filePathId(TESTDATA_DIR "/symbolscollector/simple.cpp"), {"cc"}); @@ -202,7 +202,7 @@ TEST_F(SymbolsCollector, SymbolMatchesLocation) HasLineColumn(1, 6)))); } -TEST_F(SymbolsCollector, OtherSymboldMatchesLocation) +TEST_F(SymbolsCollector, DISABLED_OtherSymboldMatchesLocation) { collector.setFile(filePathId(TESTDATA_DIR "/symbolscollector/simple.cpp"), {"cc"}); @@ -250,7 +250,7 @@ TEST_F(SymbolsCollector, CollectReference) Field(&SourceLocationEntry::kind, SourceLocationKind::DeclarationReference)))); } -TEST_F(SymbolsCollector, ReferencedSymboldMatchesLocation) +TEST_F(SymbolsCollector, DISABLED_ReferencedSymboldMatchesLocation) { collector.setFile(filePathId(TESTDATA_DIR "/symbolscollector/simple.cpp"), {"cc"}); -- cgit v1.2.1