Module Name:    src
Committed By:   riastradh
Date:           Fri Apr 14 01:30:38 UTC 2017

Modified Files:
        src/tests/fs/union: t_pr.c

Log Message:
Gotta mark crashes on signal separately from failures...


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/fs/union/t_pr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/fs/union/t_pr.c
diff -u src/tests/fs/union/t_pr.c:1.11 src/tests/fs/union/t_pr.c:1.12
--- src/tests/fs/union/t_pr.c:1.11	Wed Apr 12 15:12:55 2017
+++ src/tests/fs/union/t_pr.c	Fri Apr 14 01:30:38 2017
@@ -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 @@ ATF_TC_BODY(multilayer2, tc)
 {
 	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 @@ ATF_TC_BODY(cyclic, tc)
 {
 	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 @@ ATF_TC_BODY(cyclic2, tc)
 {
 	struct union_args unionargs;
 
-	atf_tc_expect_fail("PR kern/4597");
+	atf_tc_expect_signal(-1, "PR kern/4597");
 
 	rump_init();
 

Reply via email to