Searched refs:ShTest (Results 1 – 16 of 16) sorted by relevance
2 config.test_format = lit.formats.ShTest(execute_external=True)
4 from lit.formats.shtest import ShTest
6 class ShTest(FileBasedTest): class
60 ShTest test format.89 4. Eliminate duplicate execution models for ShTest tests.91 Currently, the ShTest format uses tests written with shell-script like syntax,105 Another limitation is that when executing the scripts externally, the ShTest107 commands, so this limits how convenient the output of ShTest failures can be112 platform differences and make it easier to develop new features in the ShTest
4 config.test_format = lit.formats.ShTest()
9 config.test_format = lit.formats.ShTest()
14 config.test_format = lit.formats.ShTest(execute_external=False)
15 config.test_format = lit.formats.ShTest(execute_external)
296 variable is a list of suffixes to identify test files. Used by: *ShTest*.299 script, the list of substitutions to perform. Used by: *ShTest*.302 reported as unsupported. Used by: *ShTest*.
40 config.test_format = lit.formats.ShTest(execute_external)
44 config.test_format = lit.formats.ShTest(execute_external)