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

/freebsd-13-stable/contrib/kyua/engine/
H A Dkyuafile_test.cpp450 do_load_error_test(const char* file, const char* regex) function
471 do_load_error_test("config", "./ls.*path components");
480 do_load_error_test("config", ".*");
489 do_load_error_test("config", "syntax.* never called");
498 do_load_error_test("config", "must be 'kyuafile'");
501 do_load_error_test("config", "only takes one argument");
513 do_load_error_test("config", "Can only call syntax.* once");
522 do_load_error_test("config", "Unsupported file version 12");
536 do_load_error_test("config", "No test suite defined");
549 do_load_error_test("confi
[all...]

Completed in 51 milliseconds