diff options
author | Joel E. Denny <jdenny.ornl@gmail.com> | 2019-10-12 11:58:03 +0000 |
---|---|---|
committer | Joel E. Denny <jdenny.ornl@gmail.com> | 2019-10-12 11:58:03 +0000 |
commit | 92a8294f9eda2d9b3f7718cba68269a4fc8eea10 (patch) | |
tree | 55c99e18c0892872396471df9c2f1b798cf1a9b8 /llvm/utils/lit/tests/max-failures.py | |
parent | 32096a86b240a8f4be64094f58162137a17f72d7 (diff) | |
download | bcm5719-llvm-92a8294f9eda2d9b3f7718cba68269a4fc8eea10.tar.gz bcm5719-llvm-92a8294f9eda2d9b3f7718cba68269a4fc8eea10.zip |
Reland r374392: [lit] Extend internal diff to support -U
To avoid breaking some tests, D66574, D68664, D67643, and D68668
landed together. However, D68664 introduced an issue now addressed by
D68839, with which these are now all relanding.
Differential Revision: https://reviews.llvm.org/D68668
llvm-svn: 374651
Diffstat (limited to 'llvm/utils/lit/tests/max-failures.py')
-rw-r--r-- | llvm/utils/lit/tests/max-failures.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/lit/tests/max-failures.py b/llvm/utils/lit/tests/max-failures.py index 7bd5c32e72e..3b85ae18611 100644 --- a/llvm/utils/lit/tests/max-failures.py +++ b/llvm/utils/lit/tests/max-failures.py @@ -8,7 +8,7 @@ # # END. -# CHECK: Failing Tests (30) +# CHECK: Failing Tests (31) # CHECK: Failing Tests (1) # CHECK: Failing Tests (2) # CHECK: error: argument --max-failures: requires positive integer, but found '0' |