Searched refs:missing_compiler_executable (Results 1 – 17 of 17) sorted by relevance
8 from .py35compat import missing_compiler_executable122 ccmd = missing_compiler_executable()
7 from .py35compat import missing_compiler_executable44 cmd = missing_compiler_executable(['preprocessor'])
36 missing_compiler_executable = vars(test.support).setdefault( variable
57 cmd = support.missing_compiler_executable()333 cmd = support.missing_compiler_executable()
215 cmd = test_support.missing_compiler_executable()
7 run_unittest, missing_compiler_executable, requires_subprocess49 cmd = missing_compiler_executable(['preprocessor'])
8 run_unittest, missing_compiler_executable, requires_subprocess133 ccmd = missing_compiler_executable()
60 cmd = support.missing_compiler_executable()338 cmd = support.missing_compiler_executable()
213 cmd = test_support.missing_compiler_executable()
94 cmd = support.missing_compiler_executable()
1825 def missing_compiler_executable(cmd_names=[]): function
889 .. function:: missing_compiler_executable(cmd_names=[])
2897 Adjust test.support.missing_compiler_executable check so that a nominal