Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/webkit/
Dtestcfg.py114 def IsFailureOutput(self, output, testpath): member in WebkitTestSuite
115 if super(WebkitTestSuite, self).IsFailureOutput(output, testpath):
/external/chromium_org/v8/tools/testrunner/local/
Dtestsuite.py184 def IsFailureOutput(self, output, testpath): member in TestSuite
191 execution_failed = self.IsFailureOutput(testcase.output, testcase.path)
/external/chromium_org/v8/test/message/
Dtestcfg.py87 def IsFailureOutput(self, output, testpath): member in MessageTestSuite
/external/chromium_org/v8/test/test262/
Dtestcfg.py87 def IsFailureOutput(self, output, testpath): member in Test262TestSuite
/external/chromium_org/v8/test/mozilla/
Dtestcfg.py114 def IsFailureOutput(self, output, testpath): member in MozillaTestSuite
/external/chromium_org/v8/test/promises-aplus/
Dtestcfg.py94 def IsFailureOutput(self, output, testpath): member in PromiseAplusTestSuite
/external/chromium_org/v8/test/test262-es6/
Dtestcfg.py126 def IsFailureOutput(self, output, testpath): member in Test262TestSuite