From ba5a00167bf30df5d544fdbe9fd28ce1a8341b89 Mon Sep 17 00:00:00 2001 From: Nemanja Ivanovic Date: Tue, 17 Dec 2019 15:24:51 -0600 Subject: [PATCH] Fix buildbot failures after removing REQUIRES-ANY It would appear that the removal of this lit feature was incomplete and there is a test case that still tests for this. This patch removes the remaining tests to bring the bots back to green. I would encourage the author to do a post-commit review on this in case there is a more desirable fix. --- llvm/utils/lit/tests/shtest-format.py | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/llvm/utils/lit/tests/shtest-format.py b/llvm/utils/lit/tests/shtest-format.py index 4f628dc..6ad4b03 100644 --- a/llvm/utils/lit/tests/shtest-format.py +++ b/llvm/utils/lit/tests/shtest-format.py @@ -49,8 +49,6 @@ # CHECK: UNRESOLVED: shtest-format :: no-test-line.txt # CHECK: PASS: shtest-format :: pass.txt -# CHECK: UNSUPPORTED: shtest-format :: requires-any-missing.txt -# CHECK: PASS: shtest-format :: requires-any-present.txt # CHECK: UNSUPPORTED: shtest-format :: requires-missing.txt # CHECK: PASS: shtest-format :: requires-present.txt # CHECK: UNRESOLVED: shtest-format :: requires-star.txt @@ -80,9 +78,9 @@ # CHECK: shtest-format :: external_shell/fail_with_bad_encoding.txt # CHECK: shtest-format :: fail.txt -# CHECK: Expected Passes : 8 +# CHECK: Expected Passes : 7 # CHECK: Expected Failures : 4 -# CHECK: Unsupported Tests : 5 +# CHECK: Unsupported Tests : 4 # CHECK: Unresolved Tests : 3 # CHECK: Unexpected Passes : 1 # CHECK: Unexpected Failures: 3 @@ -90,7 +88,7 @@ # XUNIT: # XUNIT-NEXT: -# XUNIT-NEXT: +# XUNIT-NEXT: # XUNIT: @@ -119,11 +117,6 @@ # XUNIT: -# XUNIT: -# XUNIT-NEXT: - -# XUNIT: - # XUNIT: # XUNIT-NEXT: -- 2.7.4