Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/syscall Temporarily comment out the 'stat_dir' test. I...
details: https://anonhg.NetBSD.org/src/rev/1654f7310996
branches: trunk
changeset: 765848:1654f7310996
user: jruoho <jruoho%NetBSD.org@localhost>
date: Tue Jun 07 19:06:39 2011 +0000
description:
Temporarily comment out the 'stat_dir' test. It panics QEMU/i386 guests.
diffstat:
tests/syscall/t_stat.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (37 lines):
diff -r be750359d965 -r 1654f7310996 tests/syscall/t_stat.c
--- a/tests/syscall/t_stat.c Tue Jun 07 18:02:35 2011 +0000
+++ b/tests/syscall/t_stat.c Tue Jun 07 19:06:39 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_stat.c,v 1.3 2011/06/05 13:49:46 jruoho Exp $ */
+/* $NetBSD: t_stat.c,v 1.4 2011/06/07 19:06:39 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.3 2011/06/05 13:49:46 jruoho Exp $");
+__RCSID("$NetBSD: t_stat.c,v 1.4 2011/06/07 19:06:39 jruoho Exp $");
#include <sys/stat.h>
#include <sys/types.h>
@@ -85,6 +85,10 @@
ATF_TC_BODY(stat_dir, tc)
{
+ /*
+ * XXX: This panics qemu/i386 guest.
+ */
+#if 0
const short depth = 3;
struct stat sa, sb;
char *argv[2];
@@ -144,6 +148,7 @@
}
(void)fts_close(fts);
+#endif
}
ATF_TC(stat_err);
Home |
Main Index |
Thread Index |
Old Index