aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-06-24 21:44:34 +0000
committerAdrian Prantl <aprantl@apple.com>2019-06-24 21:44:34 +0000
commit45642fdb12c196dc0cd5a439516b2b4f18f31b7c (patch)
tree12ff965d33f4d4d909b9a87129a473e5afcecd3d
parentc7f27cb153f7d2fdd69d5b9d908ef5f6d342d936 (diff)
Update tests to no longer expect debuginfo-tests in an LLVM build.
<rdar://problem/51268955> git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@364238 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/jenkins/test_build.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/jenkins/test_build.py b/test/jenkins/test_build.py
index ca2725e3..8f1e6219 100644
--- a/test/jenkins/test_build.py
+++ b/test/jenkins/test_build.py
@@ -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: @@@@@@