[zorg] r187744 - [llvmlab] Run long running lit tests when we run the regression tests.

Michael Gottesman mgottesman at apple.com
Mon Aug 5 14:44:49 PDT 2013


Author: mgottesman
Date: Mon Aug  5 16:44:48 2013
New Revision: 187744

URL: http://llvm.org/viewvc/llvm-project?rev=187744&view=rev
Log:
[llvmlab] Run long running lit tests when we run the regression tests.

Modified:
    zorg/trunk/zorg/buildbot/builders/ClangBuilder.py

Modified: zorg/trunk/zorg/buildbot/builders/ClangBuilder.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/ClangBuilder.py?rev=187744&r1=187743&r2=187744&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/ClangBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/ClangBuilder.py Mon Aug  5 16:44:48 2013
@@ -817,7 +817,8 @@ def phasedClang(config_options, is_boots
     # Run the LLVM and Clang regression tests.
     f.addStep(lit_test_command.LitTestCommand(name='run.llvm.tests', haltOnFailure=True,
                                               command=['make', '-j', WithProperties('%(jobs)s'),
-                                                       'VERBOSE=1', 'check-all'],
+                                                       'VERBOSE=1', 'check-all',
+                                                       'LIT_ARGS="-v --param run_long_tests=true"'],
                                               description=['all', 'tests'],
                                               workdir=clang_build_dir))
     return f





More information about the llvm-commits mailing list