diff options
Diffstat (limited to 'clang')
| -rwxr-xr-x | clang/utils/test/MultiTestRunner.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/utils/test/MultiTestRunner.py b/clang/utils/test/MultiTestRunner.py index 3ac40e15c13..aaceb7f657e 100755 --- a/clang/utils/test/MultiTestRunner.py +++ b/clang/utils/test/MultiTestRunner.py @@ -316,8 +316,7 @@ def main(): if t.code not in byCode: byCode[t.code] = [] byCode[t.code].append(t) - for title,code in (('Expected Failures', TestStatus.XFail), - ('Unexpected Passing Tests', TestStatus.XPass), + for title,code in (('Unexpected Passing Tests', TestStatus.XPass), ('Failing Tests', TestStatus.Fail)): elts = byCode.get(code) if not elts: |

