[zorg] r209565 - Removed Lsan-x86_64-Test step.
Galina Kistanova
gkistanova at gmail.com
Fri May 23 20:35:22 PDT 2014
Author: gkistanova
Date: Fri May 23 22:35:21 2014
New Revision: 209565
URL: http://llvm.org/viewvc/llvm-project?rev=209565&view=rev
Log:
Removed Lsan-x86_64-Test step.
Modified:
zorg/trunk/zorg/buildbot/builders/SanitizerBuilderII.py
Modified: zorg/trunk/zorg/buildbot/builders/SanitizerBuilderII.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/SanitizerBuilderII.py?rev=209565&r1=209564&r2=209565&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/SanitizerBuilderII.py (original)
+++ zorg/trunk/zorg/buildbot/builders/SanitizerBuilderII.py Fri May 23 22:35:21 2014
@@ -405,13 +405,13 @@ def getSanitizerBuildFactoryII(
# env=lsan_env))
# Run the unit test binaries
- f.addStep(WarningCountingShellCommand(name="Lsan-x86_64-Test",
- command=["%s/tests/Lsan-x86_64-Test" % lsan_path,
- WithProperties("-j%s" % jobs)],
- haltOnFailure=False,
- description=["Lsan-x86_64-Test"],
- descriptionDone=["Lsan-x86_64-Test"],
- workdir=llvm_objdir64,
- env=lsan_env))
+# f.addStep(WarningCountingShellCommand(name="Lsan-x86_64-Test",
+# command=["%s/tests/Lsan-x86_64-Test" % lsan_path,
+# WithProperties("-j%s" % jobs)],
+# haltOnFailure=False,
+# description=["Lsan-x86_64-Test"],
+# descriptionDone=["Lsan-x86_64-Test"],
+# workdir=llvm_objdir64,
+# env=lsan_env))
return f
More information about the llvm-commits
mailing list