Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Drun_test.py365 def get_executable_command(options, disable_coverage=False, is_cpp_test=False): argument
367 if not is_cpp_test:
373 if not is_cpp_test:
403 is_cpp_test = test_file.startswith(CPP_TEST_PREFIX)
407 if is_cpp_test and RERUN_DISABLED_TESTS:
413 if is_cpp_test:
441 is_cpp_test=is_cpp_test,
457 if IS_CI and not is_cpp_test:
473 executable = get_executable_command(options, is_cpp_test=is_cpp_test)
514 and not is_cpp_test
[all …]