Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/sys Remove atf_tc_skip() to see whether this ...



details:   https://anonhg.NetBSD.org/src/rev/ce961110f47d
branches:  trunk
changeset: 770423:ce961110f47d
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Oct 16 08:28:10 2011 +0000

description:
Remove atf_tc_skip() to see whether this still panics i386/qemu.

diffstat:

 tests/lib/libc/sys/t_stat.c |  11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 00e34c3fcf9c -r ce961110f47d tests/lib/libc/sys/t_stat.c
--- a/tests/lib/libc/sys/t_stat.c       Sun Oct 16 08:25:55 2011 +0000
+++ b/tests/lib/libc/sys/t_stat.c       Sun Oct 16 08:28:10 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_stat.c,v 1.1 2011/07/07 06:57:54 jruoho Exp $ */
+/* $NetBSD: t_stat.c,v 1.2 2011/10/16 08:28:10 jruoho Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_stat.c,v 1.1 2011/07/07 06:57:54 jruoho Exp $");
+__RCSID("$NetBSD: t_stat.c,v 1.2 2011/10/16 08:28:10 jruoho Exp $");
 
 #include <sys/stat.h>
 #include <sys/types.h>
@@ -87,18 +87,13 @@
 
 ATF_TC_BODY(stat_dir, tc)
 {
-       const short depth = 3;
+       const short depth = 2;
        struct stat sa, sb;
        char *argv[2];
        FTSENT *ftse;
        FTS *fts;
        int ops;
 
-       /*
-        * XXX: This is verified to panic at least a qemu/i386 guest.
-        */
-       atf_tc_skip("the test may cause a panic");
-
        argv[1] = NULL;
        argv[0] = __UNCONST("/");
 



Home | Main Index | Thread Index | Old Index