Searched refs:ShTest (Results 1 – 18 of 18) sorted by relevance
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
2 config.test_format = lit.formats.ShTest(execute_external=True)
4 from lit.formats.shtest import ShTest
6 class ShTest(FileBasedTest): class
4 config.test_format = lit.formats.ShTest()
9 config.test_format = lit.formats.ShTest()
4 config.test_format = lit.formats.ShTest(True)
14 config.test_format = lit.formats.ShTest(execute_external=False)
15 config.test_format = lit.formats.ShTest(execute_external)
304 variable is a list of suffixes to identify test files. Used by: *ShTest*.307 script, the list of substitutions to perform. Used by: *ShTest*.310 reported as unsupported. Used by: *ShTest*.
34 config.test_format = lit.formats.ShTest(external_bash)
40 config.test_format = lit.formats.ShTest(execute_external)
44 config.test_format = lit.formats.ShTest(execute_external)