Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_repeat_test.cc72 TEST(FooTest, ShouldFail) { in TEST() argument
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4717 ShouldFail = 1 << 2, enumerator
13794 return TestCaseInfo::ShouldFail; in parseSpecialTag()
13897 return ( properties & (ShouldFail | MayFail ) ) != 0; in okToFail()
13900 return ( properties & (ShouldFail ) ) != 0; in expectedToFail()