Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/testrunner/local/
H A Dstatusfile.py41 FAIL_OK = "FAIL_OK" variable
54 for key in [SKIP, FAIL, PASS, CRASH, HEAVY, SLOW, FAIL_OK, NO_VARIANTS,
146 not (FAIL in outcomes1 or FAIL_OK in outcomes1) and
147 (FAIL in outcomes2 or FAIL_OK in outcomes2)
/third_party/node/deps/v8/tools/testrunner/objects/
H A Dtestcase.py142 statusfile.FAIL_OK in outcomes):
269 return statusfile.FAIL_OK in self._statusfile_outcomes

Completed in 2 milliseconds