Lines Matching refs:basedir
65 basedir = os.path.join(TEST_DATA_ROOT, baseroot)
70 shutil.copy(os.path.join(basedir, 'v8_build_config.json'), builddir)
71 shutil.copy(os.path.join(basedir, 'd8_mocked.py'), builddir)
73 for suite in os.listdir(os.path.join(basedir, 'test')):
75 for entry in os.listdir(os.path.join(basedir, 'test', suite)):
77 os.path.join(basedir, 'test', suite, entry),
98 def run_tests(basedir, *args, **kwargs): argument
107 basedir=basedir).execute(sys_args)
111 def override_build_config(basedir, **kwargs): argument
113 path = os.path.join(basedir, 'out', 'Release', 'v8_build_config.json')
167 with temp_base() as basedir:
169 basedir,
185 with temp_base() as basedir:
188 basedir,
210 with temp_base() as basedir:
213 basedir,
233 with temp_base() as basedir:
235 basedir,
280 with temp_base() as basedir:
281 json_path = os.path.join(basedir, 'out.json')
283 basedir,
320 with temp_base(baseroot='testroot2') as basedir:
321 json_path = os.path.join(basedir, 'out.json')
323 basedir,
353 with temp_base() as basedir:
355 basedir, dcheck_always_on=True, is_asan=True, is_cfi=True,
360 basedir,
387 with temp_base() as basedir:
389 basedir,
410 with temp_base() as basedir:
412 basedir,
425 with temp_base() as basedir:
426 result = run_tests(basedir)
432 with temp_base() as basedir:
435 run_tests(basedir, '--gn')
439 with temp_base() as basedir:
440 override_build_config(basedir, is_debug=True)
441 result = run_tests(basedir, '--mode=Release')
448 with temp_base() as basedir:
449 result = run_tests(basedir, '--mode=Release', '--arch=ia32')
457 with temp_base() as basedir:
458 result = run_tests(basedir, '--mode=Release', '--variants=meh')
463 with temp_base() as basedir:
464 result = run_tests(basedir, '--outdir=out/Release', 'sweet/bananas')
474 with temp_base() as basedir:
476 basedir,
490 with temp_base() as basedir:
492 basedir,
505 with temp_base() as basedir:
507 basedir,
526 with temp_base() as basedir:
527 override_build_config(basedir, v8_enable_verify_predictable=True)
529 basedir,
548 with temp_base() as basedir:
549 override_build_config(basedir, v8_target_cpu='arm64')
551 basedir,
566 with temp_base() as basedir:
568 basedir,
585 with temp_base() as basedir:
587 basedir,
609 with temp_base() as basedir:
610 override_build_config(basedir, v8_use_snapshot=False)
612 basedir,
627 with temp_base() as basedir:
630 os.path.join(basedir, 'test', 'sweet', 'sweet.status')))
636 with temp_base() as basedir:
638 basedir,
667 with temp_base() as basedir:
669 basedir,