Home
last modified time | relevance | path

Searched refs:test_path (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/testTs/
Drun_testTs.py132 test_path = f'{root}/{file}'
133 if skip(test_path, True):
134 if test_path in IMPORT_TEST['import']:
135 run_test(test_path, ark_frontend_tool, True)
136 result = compare(test_path, True)
139 run_test(test_path, ark_frontend_tool)
140 result = compare(test_path)
146 test_path = f'{root}/{file}'
147 if skip(test_path):
148 if test_path in IMPORT_TEST['import']:
[all …]
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py171 def __init__(self, test_path, flags): argument
172 self.path = test_path
221 def __init__(self, test_path, flags, test_id, with_optimizer): argument
222 Test.__init__(self, test_path, flags)
374 def __init__(self, test_path, flags): argument
375 Test.__init__(self, test_path, flags)
465 def test_path(self, src): member in Runner
521 print(self.test_path(test.path))
558 def test_path(self, src): member in RegressionRunner
664 def test_path(self, src): member in Test262Runner
[all …]
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
Drun_benchmark.py122 test_path = os.path.join(dirpath, name)
124test_path, fp.name], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
126 sizes.append(parse_c2p_output(test_path, stdout,
132 log("Could not process the class file (%s)." % test_path)