Lines Matching +full:python +full:- +full:version
1 # -*- Python -*-
45 # Do not add user-site packages directory to the python search path. This avoids test failures if t…
46 # incompatible lit module installed inside the user-site packages directory, as it gets prioritized…
61 # that can affect FileCheck's output. It also includes "--order=lexical -j1"
65 config.substitutions.append(("%{lit}", "%{lit-no-order-opt} --order=lexical"))
68 "%{lit-no-order-opt}",
69 "{env} %{{python}} {lit} -j1".format(
70 env="env -u FILECHECK_OPTS", lit=os.path.join(lit_path, "lit.py")
74 config.substitutions.append(("%{python}", '"%s"' % (sys.executable)))
81 "%{filter-lit}",
82 "grep -v 'bash.exe: warning: could not find /tmp, please create!'",
88 if lit_config.params.get("check-coverage", None):
99 (os.path.dirname(__file__), "check-tested-lit-timeout-ability")
108 config.available_features.add("lit-max-individual-test-time")
114 + " Some tests will be skipped and the --timeout"
119 # that the llvm_config defines. This means that the 'system-windows' feature
123 config.available_features.add("system-windows")
125 config.available_features.add("system-aix")
129 # that we always use lit's internal version rather than some external version
131 # this for 'echo' because an external version is used when it appears in a
134 # 'not' throughout a RUN line that calls 'not --crash'.
135 test_bin = os.path.join(os.path.dirname(__file__), "Inputs", "fake-externals")