Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/union Mark expected failures as such.



details:   https://anonhg.NetBSD.org/src/rev/52ccc865881c
branches:  trunk
changeset: 823101:52ccc865881c
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Apr 12 15:12:55 2017 +0000

description:
Mark expected failures as such.

Not exactly sure how the PRs correspond -- please fix if this is wrong!

diffstat:

 tests/fs/union/t_pr.c |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 6ef1828b4df2 -r 52ccc865881c tests/fs/union/t_pr.c
--- a/tests/fs/union/t_pr.c     Wed Apr 12 14:21:12 2017 +0000
+++ b/tests/fs/union/t_pr.c     Wed Apr 12 15:12:55 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_pr.c,v 1.10 2017/03/26 18:26:05 maya Exp $   */
+/*     $NetBSD: t_pr.c,v 1.11 2017/04/12 15:12:55 riastradh Exp $      */
 
 #include <sys/types.h>
 #include <sys/mount.h>
@@ -63,6 +63,8 @@
 {
        struct union_args unionargs;
 
+       atf_tc_expect_fail("PR kern/2423");
+
        rump_init();
 
        if (rump_sys_mkdir("/Tunion", 0777) == -1)
@@ -101,6 +103,8 @@
 {
        struct union_args unionargs;
 
+       atf_tc_expect_fail("PR kern/3645");
+
        rump_init();
 
        if (rump_sys_mkdir("/Tunion", 0777) == -1)
@@ -129,6 +133,8 @@
 {
        struct union_args unionargs;
 
+       atf_tc_expect_fail("PR kern/4597");
+
        rump_init();
 
        if (rump_sys_mkdir("/Tunion", 0777) == -1)



Home | Main Index | Thread Index | Old Index