[zorg] r364238 - Update tests to no longer expect debuginfo-tests in an LLVM build.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 14:44:34 PDT 2019


Author: adrian
Date: Mon Jun 24 14:44:34 2019
New Revision: 364238

URL: http://llvm.org/viewvc/llvm-project?rev=364238&view=rev
Log:
Update tests to no longer expect debuginfo-tests in an LLVM build.

<rdar://problem/51268955>

Modified:
    zorg/trunk/test/jenkins/test_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=364238&r1=364237&r2=364238&view=diff
==============================================================================
--- zorg/trunk/test/jenkins/test_build.py (original)
+++ zorg/trunk/test/jenkins/test_build.py Mon Jun 24 14:44:34 2019
@@ -100,10 +100,10 @@
 # CHECK-DERIVE: @@@ Derive Source @@@
 # CHECK-DERIVE: cd
 # CHCEK-DERIVE: Output/test_build.py.tmp.SANDBOX/llvm
-# CHECK-DERIVE: 'rsync' '-auvh' '--delete' '--exclude=.svn/' '--exclude=/tools/clang' '--exclude=/projects/libcxx' '--exclude=/tools/clang/tools/extra' '--exclude=/projects/compiler-rt' '--exclude=/tools/clang/test/debuginfo-tests'
+# CHECK-DERIVE: 'rsync' '-auvh' '--delete' '--exclude=.svn/' '--exclude=/tools/clang' '--exclude=/projects/libcxx' '--exclude=/tools/clang/tools/extra' '--exclude=/projects/compiler-rt'
 # CHECK-DERIVE: /llvm.src/'
 # CHECK-DERIVE: test_build.py.tmp.SANDBOX/llvm'
-# CHECK-DERIVE: 'rsync' '-auvh' '--delete' '--exclude=.svn/' '--exclude=/tools/clang/tools/extra' '--exclude=/tools/clang/test/debuginfo-tests'
+# CHECK-DERIVE: 'rsync' '-auvh' '--delete' '--exclude=.svn/' '--exclude=/tools/clang/tools/extra'
 # CHECK-DERIVE: test_build.py.tmp.SANDBOX/clang.src/'
 # CHECK-DERIVE: test_build.py.tmp.SANDBOX/llvm/tools/clang'
 # CHECK-DERIVE: 'rsync' '-auvh' '--delete' '--exclude=.svn/'
@@ -115,9 +115,6 @@
 # CHECK-DERIVE: 'rsync' '-auvh' '--delete' '--exclude=.svn/'
 # CHECK-DERIVE: test_build.py.tmp.SANDBOX/compiler-rt.src/'
 # CHECK-DERIVE: test_build.py.tmp.SANDBOX/llvm/projects/compiler-rt'
-# CHECK-DERIVE: 'rsync' '-auvh' '--delete' '--exclude=.svn/'
-# CHECK-DERIVE: test_build.py.tmp.SANDBOX/debuginfo-tests.src/'
-# CHECK-DERIVE: test_build.py.tmp.SANDBOX/llvm/tools/clang/test/debuginfo-tests'
 # CHECK-DERIVE: @@@@@@
 
 




More information about the llvm-commits mailing list