Home
last modified time | relevance | path

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

/external/llvm/utils/lit/lit/
DTest.py30 FLAKYPASS = ResultCode('FLAKYPASS', False) variable
Dmain.py474 ('Passes With Retry ', lit.Test.FLAKYPASS),
DTestRunner.py946 res.code = Test.FLAKYPASS
/external/libcxx/utils/libcxx/test/
Dformat.py194 res = lit.Test.PASS if retry_count == 0 else lit.Test.FLAKYPASS