Searched refs:config_tuple (Results 1 – 1 of 1) sorted by relevance
/art/test/testrunner/ |
D | testrunner.py | 369 def start_combination(executor, config_tuple, global_options, address_size): argument 371 jni, image, debuggable, jvmti, cdex_level = config_tuple 508 for config_tuple in config: 509 target = config_tuple[1] 511 test_futures.append(start_combination(executor, config_tuple, options_all, address_size)) 513 for config_tuple in uncombinated_config: 514 … test_futures.append(start_combination(executor, config_tuple, options_all, "")) # no address size
|