Home
last modified time | relevance | path

Searched refs:TclTest (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/
Dlit.cfg22 # target_triple: Used by ShTest and TclTest formats for XFAIL checks.
25 # available_features: Used by ShTest and TclTest formats for REQUIRES checks.
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/TclTest/
Dlit.local.cfg3 config.test_format = lit.formats.TclTest()
/external/swiftshader/third_party/LLVM/utils/lit/lit/
DLitFormats.py2 from TestFormats import GoogleTest, ShTest, TclTest
DTestFormats.py127 class TclTest(FileBasedTest): class
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/Clang/
Dlit.cfg17 # target_triple: Used by ShTest and TclTest formats for XFAIL checks.
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dlit.pod293 I<TclTest>.
296 script, the list of substitutions to perform. Used by: I<ShTest>, I<TclTest>.
299 reported as unsupported. Used by: I<ShTest>, I<TclTest>.
/external/swiftshader/third_party/LLVM/test/
Dlit.cfg13 config.test_format = lit.formats.TclTest()
16 #config.test_format = lit.formats.TclTest(ignoreStdErr=True)
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/
Dlit.cfg11 config.test_format = lit.formats.TclTest()
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/
Dlit.cfg11 config.test_format = lit.formats.TclTest()
/external/python/cpython3/Lib/test/
Dtest_tcl.py46 class TclTest(unittest.TestCase): class
749 support.run_unittest(TclTest, TkinterTest, BigmemTclTest)
/external/python/cpython2/Lib/test/
Dtest_tcl.py46 class TclTest(unittest.TestCase): class
773 test_support.run_unittest(TclTest, TkinterTest, BigmemTclTest)