Home
last modified time | relevance | path

Searched refs:expect_fail (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/atf/test-programs/
H A Dcpp_helpers.cpp110 expect_fail("Fail reason"); in ATF_TEST_CASE_BODY()
118 expect_fail("Fail first"); in ATF_TEST_CASE_BODY()
122 expect_fail("And fail again"); in ATF_TEST_CASE_BODY()
130 expect_fail("Fail first"); in ATF_TEST_CASE_BODY()
134 expect_fail("Will not fail"); in ATF_TEST_CASE_BODY()
137 expect_fail("And fail again"); in ATF_TEST_CASE_BODY()
H A Dexpect_test.sh53 atf_test_case expect_fail
144 atf_add_test_case expect_fail
/freebsd-12.1/contrib/atf/atf-c++/
H A Dtests.hpp115 static void expect_fail(const std::string&);
H A Dtests.cpp373 impl::tc::expect_fail(const std::string& reason) in expect_fail() function in impl::tc
H A Dmacros_test.cpp780 expect_fail("Compiler does not raise a warning on an unused " in ATF_TEST_CASE_BODY()