[zorg] r258475 - [zorg][analyzer-bot] Update location of benchmarks to reflect test-suite repo.

Devin Coughlin via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 21 17:34:25 PST 2016


Author: dcoughlin
Date: Thu Jan 21 19:34:25 2016
New Revision: 258475

URL: http://llvm.org/viewvc/llvm-project?rev=258475&view=rev
Log:
[zorg][analyzer-bot] Update location of benchmarks to reflect test-suite repo.

Modified:
    zorg/trunk/test/jenkins/test_build.py
    zorg/trunk/zorg/jenkins/build.py

Modified: zorg/trunk/test/jenkins/test_build.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/test/jenkins/test_build.py?rev=258475&r1=258474&r2=258475&view=diff
==============================================================================
--- zorg/trunk/test/jenkins/test_build.py (original)
+++ zorg/trunk/test/jenkins/test_build.py Thu Jan 21 19:34:25 2016
@@ -137,6 +137,6 @@
 
 # RUN: python %{src_root}/zorg/jenkins/build.py static-analyzer-benchmarks | FileCheck --check-prefix CHECK-STATIC-ANALYZER-BENCHMARKS %s
 # CHECK-STATIC-ANALYZER-BENCHMARKS: @@@ Static Analyzer Benchmarks @@@
-# CHECK-STATIC-ANALYZER-BENCHMARKS: cd [[WORKSPACE:.*]]/clang-analyzer-benchmarks/
+# CHECK-STATIC-ANALYZER-BENCHMARKS: cd [[WORKSPACE:.*]]/test-suite-ClangAnalyzer/
 # CHECK-STATIC-ANALYZER-BENCHMARKS: '[[WORKSPACE]]/utils-analyzer/SATestBuild.py' '--strictness' '2'
 # CHECK-STATIC-ANALYZER-BENCHMARKS: @@@@@@

Modified: zorg/trunk/zorg/jenkins/build.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/jenkins/build.py?rev=258475&r1=258474&r2=258475&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/build.py (original)
+++ zorg/trunk/zorg/jenkins/build.py Thu Jan 21 19:34:25 2016
@@ -313,7 +313,7 @@ def static_analyzer_benchmarks_builder()
   header("Static Analyzer Benchmarks")
 
   benchmark_script = conf.workspace + "/utils-analyzer/SATestBuild.py"
-  benchmarks_dir = conf.workspace + "/clang-analyzer-benchmarks/"
+  benchmarks_dir = conf.workspace + "/test-suite-ClangAnalyzer/"
 
   compiler_bin_dir = conf.workspace + "/host_compiler/bin/"
   scanbuild_bin_dir = conf.workspace + "/tools-scanbuild/bin/"




More information about the llvm-commits mailing list