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

/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-report/
H A Dreader.cpp82 static const atf::parser::token_type expected_failure_type = 19; member in namespace:atf_tps
107 add_keyword("expected_failure", expected_failure_type);
308 t = p.expect(expected_death_type, expected_exit_type, expected_failure_type,
318 else if (t.type() == expected_failure_type) state = "expected_failure";

Completed in 117 milliseconds