OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XPASS
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/lit/lit/
Test.py
13
XPASS
= TestResult('
XPASS
', True)
TestRunner.py
379
# FIXME: Rename XTARGET to something that makes sense, like
XPASS
.
543
status = Test.
XPASS
589
status = Test.
XPASS
main.py
601
for title,code in (('Unexpected Passing Tests', Test.
XPASS
),
628
('Unexpected Passes ', Test.
XPASS
),
Completed in 137 milliseconds