HomeSort by: relevance | last modified time | path
    Searched refs:expect_signal (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/integration/helpers/
expect_all_pass.cpp 66 expect_signal(SIGTERM, "Exiting with correct signal");
expect_some_fail.cpp 70 expect_signal(SIGTERM, "Invalid signal");
  /src/external/bsd/atf/dist/test-programs/
expect_test.sh 104 atf_test_case expect_signal
150 atf_add_test_case expect_signal
cpp_helpers.cpp 169 expect_signal(-1, "Call will signal");
176 expect_signal(SIGHUP, "Call will signal");
183 expect_signal(-1, "Call won't signal");
  /src/external/bsd/atf/dist/atf-c++/
tests.hpp 121 static void expect_signal(const int, const std::string&);
tests.cpp 369 impl::tc::expect_signal(const int signo, const std::string& reason) function in class:impl::tc

Completed in 27 milliseconds