Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/common Apparently the atf in the qemu runs doesn't ...



details:   https://anonhg.NetBSD.org/src/rev/910671c205d6
branches:  trunk
changeset: 760573:910671c205d6
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Jan 07 19:54:48 2011 +0000

description:
Apparently the atf in the qemu runs doesn't like p2k_ffs and hangs
completely.  Remove it for until I have a chance to debug what's
going on.

diffstat:

 tests/fs/common/h_fsmacros.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 1d4e2a3c8518 -r 910671c205d6 tests/fs/common/h_fsmacros.h
--- a/tests/fs/common/h_fsmacros.h      Fri Jan 07 19:52:43 2011 +0000
+++ b/tests/fs/common/h_fsmacros.h      Fri Jan 07 19:54:48 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: h_fsmacros.h,v 1.31 2011/01/07 12:16:17 pooka Exp $    */
+/*     $NetBSD: h_fsmacros.h,v 1.32 2011/01/07 19:54:48 pooka Exp $    */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -176,7 +176,6 @@
   ATF_TC_FSADD(lfs,MOUNT_LFS,func,desc)                                        \
   ATF_TC_FSADD(msdosfs,MOUNT_MSDOS,func,desc)                          \
   ATF_TC_FSADD(nfs,MOUNT_NFS,func,desc)                                        \
-  ATF_TC_FSADD(p2k_ffs,MOUNT_PUFFS,func,desc)                          \
   ATF_TC_FSADD(puffs,MOUNT_PUFFS,func,desc)                            \
   ATF_TC_FSADD(rumpfs,MOUNT_RUMPFS,func,desc)                          \
   ATF_TC_FSADD(sysvbfs,MOUNT_SYSVBFS,func,desc)                                \
@@ -189,7 +188,6 @@
   ATF_TP_FSADD(lfs,func);                                              \
   ATF_TP_FSADD(msdosfs,func);                                          \
   ATF_TP_FSADD(nfs,func);                                              \
-  ATF_TP_FSADD(p2k_ffs,func);                                          \
   ATF_TP_FSADD(puffs,func);                                            \
   ATF_TP_FSADD(rumpfs,func);                                           \
   ATF_TP_FSADD(sysvbfs,func);                                          \



Home | Main Index | Thread Index | Old Index