summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJohn Arbash Meinel <john@arbash-meinel.com>2010-08-24 17:41:12 -0500
committerJohn Arbash Meinel <john@arbash-meinel.com>2010-08-24 17:41:12 -0500
commit8fa9c2b1ac2ab8e9b4df8d6506965d47839e0240 (patch)
treeea125220c058d91b65cf0117b1b3228d9473a82b /NEWS
parent7a7a14024f445a18bbdab8a7dbfe45328ae6e5d6 (diff)
downloadsubunit-8fa9c2b1ac2ab8e9b4df8d6506965d47839e0240.tar.gz
(bug #623642) Add --no-xfail and -F to subunit-filter.
The existing --no-success only filtered out genuine success cases. Now we can filter everything down to stuff that would actually be considered a 'failure'.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1af8ef5..7e91a9c 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,16 @@ subunit release notes
NEXT (In development)
---------------------
+BUG FIXES
+~~~~~~~~~
+
+* Add 'subunit --no-xfail', which will omit expected failures from the subunit
+ stream. (John Arbash Meinel, #623642)
+
+* Add 'subunit -F/--only-genuine-failures' which sets all of '--no-skips',
+ '--no-xfail', '--no-passthrough, '--no-success', and gives you just the
+ failure stream. (John Arbash Meinel)
+
0.0.6
-----