HomeSort by: relevance | last modified time | path
    Searched refs:ATF_FAIL (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/bsd/lutok/dist/
test_utils.hpp 65 ATF_FAIL("api_error not raised by " #statement); \
128 ATF_FAIL("Stack corrupted: sentinel not found");
134 //ATF_FAIL(F("Stack not balanced: before %d, after %d") %
136 ATF_FAIL("Stack not balanced");
  /src/external/bsd/atf/dist/atf-c++/detail/
exceptions_test.cpp 100 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
116 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
134 ATF_FAIL(std::string("Got unexpected exception: ") + e.what());
application_test.cpp 70 ATF_FAIL("Unexpected unknown option found");
test_helpers.cpp 86 ATF_FAIL(failmsg);
test_helpers.hpp 66 ATF_FAIL(failmsg); \
auto_array_test.cpp 61 ATF_FAIL("New called but should have been new[]");
75 ATF_FAIL("Delete called but should have been delete[]");
82 ATF_FAIL("Unbalanced delete[]");
  /src/external/bsd/atf/dist/tools/
application_test.cpp 70 ATF_FAIL("Unexpected unknown option found");
test_helpers.hpp 64 ATF_FAIL("Raised a lonely parse error: " +
100 ATF_FAIL("Expected results differ to actual values");
config_test.cpp 81 ATF_FAIL(std::string("set_env_var(") + name + ", " + val +
93 ATF_FAIL(std::string("unset_env_var(") + name + ") failed");
user_test.cpp 75 ATF_FAIL("Call to ::getgroups failed");
auto_array_test.cpp 59 ATF_FAIL("New called but should have been new[]");
73 ATF_FAIL("Delete called but should have been delete[]");
80 ATF_FAIL("Unbalanced delete[]");
misc_helpers.cpp 60 ATF_FAIL("Could not create file " + path);
221 ATF_FAIL("On purpose");
239 ATF_FAIL("Failed to create oldvalue file");
atffile_test.cpp 584 ATF_FAIL("Missing property 'test-suite' did not raise an error");
603 ATF_FAIL("Missing file 'bar' did not raise an error");
requirements_test.cpp 55 ATF_FAIL("Requirements failure reason \"" + actual + "\" does not "
  /src/external/bsd/kyua-cli/dist/utils/
auto_array_test.cpp 64 ATF_FAIL("New called but should have been new[]");
92 ATF_FAIL("Delete called but should have been delete[]");
103 ATF_FAIL("Unbalanced delete[]");
  /src/external/bsd/kyua-cli/dist/utils/sqlite/
test_utils.hpp 67 ATF_FAIL("api_error not raised by " #statement); \
transaction_test.cpp 63 ATF_FAIL("More than one value found in table");
  /src/external/bsd/atf/dist/atf-c++/
config_test.cpp 78 ATF_FAIL(std::string("set_env_var(") + name + ", " + val +
90 ATF_FAIL(std::string("unset_env_var(") + name + ") failed");
build_test.cpp 110 ATF_FAIL("The constructed argv differs from the expected values");
utils_test.cpp 56 ATF_FAIL("Cannot open " + std::string(path));
61 ATF_FAIL("Internal buffer not long enough to read temporary file");
macros.hpp 96 #define ATF_FAIL(reason) atf::tests::tc::fail(reason)
macros_test.cpp 84 ATF_FAIL("Failed on purpose");
303 set_md_var("descr", "Tests the ATF_FAIL macro");
791 ATF_FAIL("Build of unused_test.cpp passed; unused test cases are "
  /src/external/bsd/atf/dist/test-programs/
cpp_helpers.cpp 257 ATF_FAIL("Cannot find datafile");
276 ATF_FAIL("Failure reason");
294 ATF_FAIL("First line\nSecond line");
  /src/external/bsd/kyua-cli/dist/utils/config/
lua_module_test.cpp 104 ATF_FAIL("Should not be used");
116 ATF_FAIL("Should not be used");
  /src/external/bsd/kyua-cli/dist/utils/fs/
path_test.cpp 49 ATF_FAIL("Expecting join_error but no error raised"); \

Completed in 27 milliseconds

1 2