summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-30 01:57:45 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-30 01:57:45 +0000
commitba848438e337ddc7fe10870c2cf2c9ad288265f6 (patch)
tree803b209d772444672e578b5f61f3b06ce7bb797d /clang
parent49a6f16b7cee19731a4605185247428c587e8ffa (diff)
downloadbcm5719-llvm-ba848438e337ddc7fe10870c2cf2c9ad288265f6.tar.gz
bcm5719-llvm-ba848438e337ddc7fe10870c2cf2c9ad288265f6.zip
MultiTestRunner: Stop printing XFAILs on every run, this doesn't really have any
value. llvm-svn: 77566
Diffstat (limited to 'clang')
-rwxr-xr-xclang/utils/test/MultiTestRunner.py3
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:
OpenPOWER on IntegriCloud