X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2Flit.cfg;h=91abb636f47940895668cfea1eb84993b6737f05;hb=334190e47eb28fe749380594992a7ae2e1c7737f;hp=21b0a48be9f1179aa21b7c5d38c791fa71d4509e;hpb=c37b4294847a4a3a3c517d4b3f17c6f3603c1733;p=oota-llvm.git diff --git a/test/lit.cfg b/test/lit.cfg index 21b0a48be9f..91abb636f47 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -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 = [] @@ -174,9 +177,13 @@ for sub in ['llvmgcc', 'llvmgxx', 'emitir', 'compile_cxx', 'compile_c', # includes every tool placed in $(LLVM_OBJ_ROOT)/$(BuildMode)/bin # (llvm_tools_dir in lit parlance). # Don't match 'bugpoint-' or 'clang-'. - # Don't match '/clang'. -for pattern in [r"\bbugpoint\b(?!-)", r"(?