Searched refs:PARSE_BROKEN (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/kyua/engine/ |
H A D | atf_result_test.cpp | 117 #define PARSE_BROKEN(name, reason_regexp, input) \ macro 128 PARSE_BROKEN(empty, 131 PARSE_BROKEN(no_newline__unknown, 134 PARSE_BROKEN(no_newline__known, 137 PARSE_BROKEN(multiline__no_newline, 140 PARSE_BROKEN(multiline__with_newline, 143 PARSE_BROKEN(unknown_status__no_reason, 146 PARSE_BROKEN(unknown_status__with_reason, 149 PARSE_BROKEN(missing_reason__no_delim, 152 PARSE_BROKEN(missing_reason__bad_delim, [all …]
|