Searched refs:RegressTestConfig (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/test/regresstest/ |
H A D | run_regress_test.py | 40 from regress_test_config import RegressTestConfig namespace 46 logging.basicConfig(filename=args.out_log, format=RegressTestConfig.DEFAULT_LOG_FORMAT, level=logging.INFO) 59 parser.add_argument('--timeout', default=RegressTestConfig.DEFAULT_TIMEOUT, type=int, 61 parser.add_argument('--processes', default=RegressTestConfig.DEFAULT_PROCESSES, type=int, 88 default=RegressTestConfig.DEFAULT_ARK_ARCH, 90 nargs='?', choices=RegressTestConfig.ARK_ARCH_LIST, type=str) 92 default=RegressTestConfig.DEFAULT_ARK_ARCH, 110 test_tool_frontend_binary = os.path.join(RegressTestConfig.TEST_TOOL_FILE_DIR, args.ark_frontend_binary) 127 test_tool_ark_tool = os.path.join(RegressTestConfig.TEST_TOOL_FILE_DIR, args.ark_tool) 141 test_tool_ark_aot_tool = os.path.join(RegressTestConfig [all...] |
H A D | regress_test_config.py | 23 class RegressTestConfig: class
|
Completed in 2 milliseconds