Searched refs:testpath (Results 1 – 8 of 8) sorted by relevance
/external/v8/test/message/ |
D | testcfg.py | 97 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/ |
D | testcfg.py | 120 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/ |
D | testcfg.py | 51 def IsFailureOutput(self, output, testpath): argument
|
/external/v8/test/mozilla/ |
D | testcfg.py | 110 def IsFailureOutput(self, output, testpath): argument
|
/external/autotest/frontend/afe/ |
D | site_rpc_interface.py | 680 testpath, subname = os.path.split(control_file_path) 681 testname = os.path.basename(testpath)
|
/external/v8/test/promises-aplus/ |
D | testcfg.py | 94 def IsFailureOutput(self, output, testpath): argument
|
/external/v8/test/test262/ |
D | testcfg.py | 175 def IsFailureOutput(self, output, testpath): argument
|
/external/v8/tools/testrunner/local/ |
D | testsuite.py | 267 def IsFailureOutput(self, output, testpath): argument
|