Lines Matching refs:ATF_REQUIRE
106 ATF_REQUIRE(sigusr1::happened);
115 ATF_REQUIRE(sigusr1::happened);
132 ATF_REQUIRE(sigusr1::happened);
139 ATF_REQUIRE(!sigusr1::happened);
141 ATF_REQUIRE(sigusr1::happened);
158 ATF_REQUIRE(sigusr1::happened);
165 ATF_REQUIRE(!sigusr1::happened);
168 ATF_REQUIRE(sigusr1::happened);
172 ATF_REQUIRE(!sigusr1::happened);
193 ATF_REQUIRE(sigusr1_2::happened);
214 ATF_REQUIRE(sigusr1_2::happened);
217 ATF_REQUIRE(!sigusr1::happened);
219 ATF_REQUIRE(sigusr1::happened);
256 ATF_REQUIRE(s.exited() || s.signaled());
257 ATF_REQUIRE(!s.signaled() || s.termsig() == SIGUSR1);