Searched refs:stdxxx (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/atf/atf-sh/
H A Datf-check.cpp594 const std::string& stdxxx)
601 std::cerr << "Fail: " << stdxxx << " not empty\n"; local
605 std::cerr << "Fail: " << stdxxx << " is empty\n"; local
612 std::cerr << "Fail: " << stdxxx << " does not match golden " local
617 std::cerr << "Fail: " << stdxxx << " matches golden output\n"; local
631 std::cerr << "Fail: " << stdxxx << " does not match expected " local
636 std::cerr << "Fail: " << stdxxx << " matches expected value\n"; local
644 std::cerr << "Fail: regexp " + oc.value + " not in " << stdxxx
649 std::cerr << "Fail: regexp " + oc.value + " is in " << stdxxx
678 const atf::fs::path& path, const std::string& stdxxx)
593 run_output_check(const output_check oc, const atf::fs::path& path, const std::string& stdxxx) argument
677 run_output_checks(const std::vector< output_check >& checks, const atf::fs::path& path, const std::string& stdxxx) argument
[all...]

Completed in 105 milliseconds