Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/vfs Skip the full test for puffs now that we can (y...



details:   https://anonhg.NetBSD.org/src/rev/a67c61077a6c
branches:  trunk
changeset: 757375:a67c61077a6c
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Aug 27 08:15:30 2010 +0000

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

diffstat:

 tests/fs/vfs/t_full.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 00f1e716dffa -r a67c61077a6c tests/fs/vfs/t_full.c
--- a/tests/fs/vfs/t_full.c     Fri Aug 27 07:40:01 2010 +0000
+++ b/tests/fs/vfs/t_full.c     Fri Aug 27 08:15:30 2010 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index