Home
last modified time | relevance | path

Searched refs:ShouldFail (Results 1 – 7 of 7) sorted by relevance

/external/catch2/include/internal/
Dcatch_test_case_info.cpp30 return TestCaseInfo::ShouldFail; in parseSpecialTag()
128 return ( properties & (ShouldFail | MayFail ) ) != 0; in okToFail()
131 return ( properties & (ShouldFail ) ) != 0; in expectedToFail()
Dcatch_test_case_info.h31 ShouldFail = 1 << 2, enumerator
/external/googletest/googletest/test/
Dgtest_repeat_test.cc85 TEST(FooTest, ShouldFail) { in TEST() argument
/external/google-breakpad/src/testing/gtest/test/
Dgtest_repeat_test.cc94 TEST(FooTest, ShouldFail) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStringRefTest.cpp883 bool ShouldFail; member
900 EXPECT_EQ(Entry.ShouldFail, S.getAsDouble(Result, Entry.AllowInexact)); in TEST()
901 if (!Entry.ShouldFail) { in TEST()
/external/bcc/tests/cc/
Dcatch.hpp2815 ShouldFail = 1 << 2, enumerator
7311 return TestCaseInfo::ShouldFail; in parseSpecialTag()
7428 return ( properties & (ShouldFail | MayFail ) ) != 0; in okToFail()
7431 return ( properties & (ShouldFail ) ) != 0; in expectedToFail()
/external/catch2/single_include/catch2/
Dcatch.hpp4178 ShouldFail = 1 << 2, enumerator
11612 return TestCaseInfo::ShouldFail; in parseSpecialTag()
11710 return ( properties & (ShouldFail | MayFail ) ) != 0; in okToFail()
11713 return ( properties & (ShouldFail ) ) != 0; in expectedToFail()