Home
last modified time | relevance | path

Searched refs:ARK_ARCH_LIST (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/regresstest/
H A Dregress_test_config.py48 ARK_ARCH_LIST = [ variable in RegressTestConfig
54 DEFAULT_ARK_ARCH = ARK_ARCH_LIST[0]
H A Drun_regress_test.py90 nargs='?', choices=RegressTestConfig.ARK_ARCH_LIST, type=str)
530 if self.args.ark_arch == RegressTestConfig.ARK_ARCH_LIST[1]:
680 if self.args.ark_arch == RegressTestConfig.ARK_ARCH_LIST[1]:
832 if self.args.ark_arch == RegressTestConfig.ARK_ARCH_LIST[1]:
/arkcompiler/ets_frontend/test262/
H A Drun_sunspider.py71 nargs='?', choices=ARK_ARCH_LIST, type=str,
554 if self.arch == ARK_ARCH_LIST[1]:
560 elif self.arch == ARK_ARCH_LIST[2]:
562 elif self.arch == ARK_ARCH_LIST[0]:
579 if self.arch == ARK_ARCH_LIST[1]:
584 elif self.arch == ARK_ARCH_LIST[2]:
589 elif self.arch == ARK_ARCH_LIST[0]:
605 if self.arch == ARK_ARCH_LIST[1]:
613 elif self.arch == ARK_ARCH_LIST[2]:
621 elif self.arch == ARK_ARCH_LIST[
[all...]
H A Dconfig.py139 ARK_ARCH_LIST = [ variable
145 DEFAULT_ARK_ARCH = ARK_ARCH_LIST[0]
H A Drun_test262.py123 nargs='?', choices=ARK_ARCH_LIST, type=str,

Completed in 8 milliseconds