Home
last modified time | relevance | path

Searched refs:RegressTestConfig (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/regresstest/
H A Drun_regress_test.py40 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 Dregress_test_config.py23 class RegressTestConfig: class

Completed in 2 milliseconds