OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XFAIL
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/utils/lit/lit/
Test.py
11
XFAIL
= TestResult('
XFAIL
', False)
/external/llvm/utils/lit/lit/
Test.py
31
XFAIL
= ResultCode('
XFAIL
', False)
198
# Apply the
XFAIL
handling to resolve the result exit code.
203
self.result.code =
XFAIL
Completed in 156 milliseconds