Module Name:    src
Committed By:   pooka
Date:           Fri Aug 27 08:15:30 UTC 2010

Modified Files:
        src/tests/fs/vfs: t_full.c

Log Message:
Skip the full test for puffs now that we can (yes, atf issue #53)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/vfs/t_full.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/vfs/t_full.c
diff -u src/tests/fs/vfs/t_full.c:1.1 src/tests/fs/vfs/t_full.c:1.2
--- src/tests/fs/vfs/t_full.c:1.1	Tue Aug 17 11:46:16 2010
+++ src/tests/fs/vfs/t_full.c	Fri Aug 27 08:15:30 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_full.c,v 1.1 2010/08/17 11:46:16 pooka Exp $	*/
+/*	$NetBSD: t_full.c,v 1.2 2010/08/27 08:15:30 pooka Exp $	*/
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -57,10 +57,7 @@
 	int fd, i = 0;
 
 	if (FSTYPE_PUFFS(tc)) {
-		/* XXX: I would *LIKE* to skip this, but atf won't let me */
-		return;
-
-		atf_tc_skip("puffs does not support explicit block allocation");
+		atf_tc_skip("puffs does not support GOP_ALLOC");
 	}
 
 	bonus = 0;

Reply via email to