[zorg] r187750 - Revert "[llvmlab] Run long running lit tests when we run the regression tests."
Michael Gottesman
mgottesman at apple.com
Mon Aug 5 15:23:08 PDT 2013
Author: mgottesman
Date: Mon Aug 5 17:23:08 2013
New Revision: 187750
URL: http://llvm.org/viewvc/llvm-project?rev=187750&view=rev
Log:
Revert "[llvmlab] Run long running lit tests when we run the regression tests."
This reverts commit r187744.
The commit has some quoting issues. I am going to fix that at a later point
(this was supposed to be a quick hack commit = /).
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=187750&r1=187749&r2=187750&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/ClangBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/ClangBuilder.py Mon Aug 5 17:23:08 2013
@@ -817,8 +817,7 @@ 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',
- 'LIT_ARGS="-v --param run_long_tests=true"'],
+ 'VERBOSE=1', 'check-all'],
description=['all', 'tests'],
workdir=clang_build_dir))
return f
More information about the llvm-commits
mailing list