Home
last modified time | relevance | path

Searched refs:first_d8 (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/clusterfuzz/
Dv8_foozzie.py180 options.second_d8 = options.second_d8 or options.first_d8
183 if not os.path.isabs(options.first_d8):
184 options.first_d8 = os.path.join(BASE_PATH, options.first_d8)
189 assert os.path.exists(options.first_d8)
193 options.first_arch = infer_arch(options.first_d8)
294 first_config_output = run_d8(options.first_d8, first_config_flags)
Dv8_foozzie_test.py119 def run_foozzie(first_d8, second_d8): argument
123 '--first-d8', os.path.join(TEST_DATA, first_d8),