Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/test262/
Drun_test262.py170 remove_dir(TEST_INTL_DIR)
263 elif TEST_INTL_DIR in self.args.dir:
277 elif TEST_INTL_DIR in self.args.file:
313 self.args.dir = TEST_INTL_DIR
339 dstdir = os.path.join(TEST_INTL_DIR, file)
432 test_dir = TEST_INTL_DIR
464 src_dir = TEST_INTL_DIR
Dconfig.py43 TEST_INTL_DIR = os.path.join(DATA_DIR, "test_intl") variable