Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/hfs xfail PR kern/44631 on sparc64
details: https://anonhg.NetBSD.org/src/rev/a290f2878e94
branches: trunk
changeset: 762636:a290f2878e94
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Feb 24 17:26:46 2011 +0000
description:
xfail PR kern/44631 on sparc64
diffstat:
tests/fs/hfs/t_pathconvert.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 77702dc05839 -r a290f2878e94 tests/fs/hfs/t_pathconvert.c
--- a/tests/fs/hfs/t_pathconvert.c Thu Feb 24 16:49:15 2011 +0000
+++ b/tests/fs/hfs/t_pathconvert.c Thu Feb 24 17:26:46 2011 +0000
@@ -1,9 +1,10 @@
-/* $NetBSD: t_pathconvert.c,v 1.2 2011/02/22 18:41:04 pooka Exp $ */
+/* $NetBSD: t_pathconvert.c,v 1.3 2011/02/24 17:26:46 pooka Exp $ */
#include <sys/types.h>
#include <sys/mount.h>
#include <atf-c.h>
+#include <atf-c/config.h>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
@@ -40,6 +41,9 @@
int offset, nbytes;
bool ok = false;
+ if (strcmp(atf_config_get("atf_arch"), "sparc64") == 0)
+ atf_tc_expect_signal(-1, "PR kern/44631");
+
snprintf(thecmd, sizeof(thecmd), "uudecode %s/colon.hfs.bz2.uue",
atf_tc_get_config_var(tc, "srcdir"));
RZ(system(thecmd));
Home |
Main Index |
Thread Index |
Old Index