Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_test_case_info.cpp30 return TestCaseInfo::ShouldFail; in parseSpecialTag()
134 return ( properties & (ShouldFail | MayFail ) ) != 0; in okToFail()
137 return ( properties & (ShouldFail ) ) != 0; in expectedToFail()
Dcatch_test_case_info.h31 ShouldFail = 1 << 2, enumerator
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest_repeat_test.cc85 TEST(FooTest, ShouldFail) { in TEST() argument
/external/googletest/googletest/test/
Dgtest_repeat_test.cc85 TEST(FooTest, ShouldFail) { in TEST() argument
/external/llvm-project/llvm/unittests/ADT/
DStringRefTest.cpp898 bool ShouldFail; member
915 EXPECT_EQ(Entry.ShouldFail, S.getAsDouble(Result, Entry.AllowInexact)); in TEST()
916 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.hpp4736 ShouldFail = 1 << 2, enumerator
13824 return TestCaseInfo::ShouldFail; in parseSpecialTag()
13928 return ( properties & (ShouldFail | MayFail ) ) != 0; in okToFail()
13931 return ( properties & (ShouldFail ) ) != 0; in expectedToFail()
/external/libabigail/tests/lib/
Dcatch.hpp4767 ShouldFail = 1 << 2, enumerator
13969 return TestCaseInfo::ShouldFail; in parseSpecialTag()
14073 return ( properties & (ShouldFail | MayFail ) ) != 0; in okToFail()
14076 return ( properties & (ShouldFail ) ) != 0; in expectedToFail()