Home
last modified time | relevance | path

Searched refs:ResultDirective (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DKTapResultParser.java62 enum ResultDirective { enum in KTapResultParser
80 public ResultDirective directive;
110 new ResultDirective[] {
111 ResultDirective.SKIP,
112 ResultDirective.TODO,
113 ResultDirective.XFAIL,
114 ResultDirective.TIMEOUT,
115 ResultDirective.ERROR
223 ResultDirective directive = in processLines()
225 ? ResultDirective.valueOf(matcher.group(DIRECTIVE)) in processLines()
[all …]