Home
last modified time | relevance | path

Searched refs:testpath (Results 1 – 8 of 8) sorted by relevance

/external/v8/test/message/
Dtestcfg.py97 def IsFailureOutput(self, output, testpath): argument
98 expected_path = os.path.join(self.root, testpath + ".out")
107 env = { "basename": os.path.basename(testpath + ".js") }
/external/v8/test/webkit/
Dtestcfg.py120 def IsFailureOutput(self, output, testpath): argument
121 if super(WebkitTestSuite, self).IsFailureOutput(output, testpath):
123 file_name = os.path.join(self.root, testpath) + "-expected.txt"
/external/v8/test/simdjs/
Dtestcfg.py51 def IsFailureOutput(self, output, testpath): argument
/external/v8/test/mozilla/
Dtestcfg.py110 def IsFailureOutput(self, output, testpath): argument
/external/autotest/frontend/afe/
Dsite_rpc_interface.py680 testpath, subname = os.path.split(control_file_path)
681 testname = os.path.basename(testpath)
/external/v8/test/promises-aplus/
Dtestcfg.py94 def IsFailureOutput(self, output, testpath): argument
/external/v8/test/test262/
Dtestcfg.py175 def IsFailureOutput(self, output, testpath): argument
/external/v8/tools/testrunner/local/
Dtestsuite.py267 def IsFailureOutput(self, output, testpath): argument