Searched refs:ShTest (Results 1 – 25 of 31) sorted by relevance
12
12 config.test_format = lit.formats.ShTest()22 # target_triple: Used by ShTest and TclTest formats for XFAIL checks.25 # available_features: Used by ShTest and TclTest formats for REQUIRES checks.
12 config.test_format = lit.formats.ShTest(execute_external = True)17 # target_triple: Used by ShTest and TclTest formats for XFAIL checks.
2 from TestFormats import GoogleTest, ShTest, TclTest
119 class ShTest(FileBasedTest): class
2 config.test_format = lit.formats.ShTest(execute_external=True)
3 config.test_format = lit.formats.ShTest(execute_external = True)
3 config.test_format = lit.formats.ShTest(execute_external = False)
4 from lit.formats.shtest import ShTest
6 class ShTest(FileBasedTest): class
4 config.test_format = lit.formats.ShTest(execute_external=False)
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()
19 config.test_format = lit.formats.ShTest(execute_external)
24 config.test_format = lit.formats.ShTest(execute_external=externalShell)
6 config.test_format = lit.formats.ShTest()
5 config.test_format = lit.formats.ShTest(True)
32 config.test_format = lit.formats.ShTest(use_lit_shell == "0")
34 config.test_format = lit.formats.ShTest(use_lit_shell == "0")
14 config.test_format = lit.formats.ShTest(execute_external=False)