From 45642fdb12c196dc0cd5a439516b2b4f18f31b7c Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Mon, 24 Jun 2019 21:44:34 +0000 Subject: Update tests to no longer expect debuginfo-tests in an LLVM build. git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@364238 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/jenkins/test_build.py | 7 ++----- 1 file 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: @@@@@@ -- cgit v1.2.3