Lit option for ignoring stderr output.
[oota-llvm.git] / test / lit.cfg
index ef56473af5874ec7bd4ba98c9e6268bd2a8c8b84..af04337232828d02532faaade6590d638e6ff8e3 100644 (file)
@@ -12,6 +12,9 @@ config.name = 'LLVM'
 # testFormat: The test format to use to interpret tests.
 config.test_format = lit.formats.TclTest()
 
+# To ignore test output on stderr so it doesn't trigger failures uncomment this:
+#config.test_format = lit.formats.TclTest(ignoreStdErr=True)
+
 # suffixes: A list of file extensions to treat as test files, this is actually
 # set by on_clone().
 config.suffixes = []