Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/union Gotta mark crashes on signal separately from ...



details:   https://anonhg.NetBSD.org/src/rev/2c88109c9f57
branches:  trunk
changeset: 823154:2c88109c9f57
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Fri Apr 14 01:30:38 2017 +0000

description:
Gotta mark crashes on signal separately from failures...

diffstat:

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

diffs (36 lines):

diff -r 41a0b3e1b027 -r 2c88109c9f57 tests/fs/union/t_pr.c
--- a/tests/fs/union/t_pr.c     Fri Apr 14 00:19:34 2017 +0000
+++ b/tests/fs/union/t_pr.c     Fri Apr 14 01:30:38 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_pr.c,v 1.11 2017/04/12 15:12:55 riastradh Exp $      */
+/*     $NetBSD: t_pr.c,v 1.12 2017/04/14 01:30:38 riastradh Exp $      */
 
 #include <sys/types.h>
 #include <sys/mount.h>
@@ -63,7 +63,7 @@
 {
        struct union_args unionargs;
 
-       atf_tc_expect_fail("PR kern/2423");
+       atf_tc_expect_signal(-1, "PR kern/2423");
 
        rump_init();
 
@@ -103,7 +103,7 @@
 {
        struct union_args unionargs;
 
-       atf_tc_expect_fail("PR kern/3645");
+       atf_tc_expect_signal(-1, "PR kern/3645");
 
        rump_init();
 
@@ -133,7 +133,7 @@
 {
        struct union_args unionargs;
 
-       atf_tc_expect_fail("PR kern/4597");
+       atf_tc_expect_signal(-1, "PR kern/4597");
 
        rump_init();
 



Home | Main Index | Thread Index | Old Index