Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/fs/hfs Remove xfail for sparc64, alignement issues hav...
details: https://anonhg.NetBSD.org/src/rev/e5bf385c93e4
branches: trunk
changeset: 762695:e5bf385c93e4
user: martin <martin%NetBSD.org@localhost>
date: Fri Feb 25 20:54:18 2011 +0000
description:
Remove xfail for sparc64, alignement issues have been fixed
diffstat:
tests/fs/hfs/t_pathconvert.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r 13de3a35a032 -r e5bf385c93e4 tests/fs/hfs/t_pathconvert.c
--- a/tests/fs/hfs/t_pathconvert.c Fri Feb 25 20:13:10 2011 +0000
+++ b/tests/fs/hfs/t_pathconvert.c Fri Feb 25 20:54:18 2011 +0000
@@ -1,10 +1,9 @@
-/* $NetBSD: t_pathconvert.c,v 1.4 2011/02/24 17:29:48 pooka Exp $ */
+/* $NetBSD: t_pathconvert.c,v 1.5 2011/02/25 20:54:18 martin 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>
@@ -54,9 +53,6 @@
RL(rump_sys_mkdir("/mp", 0777));
RZ(rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK));
-
- if (strcmp(atf_config_get("atf_arch"), "sparc64") == 0)
- atf_tc_expect_signal(-1, "PR kern/44631");
RL(rump_sys_mount(MOUNT_HFS, "/mp", 0, &args, sizeof args));
RL(dirfd = rump_sys_open("/mp", O_RDONLY));
Home |
Main Index |
Thread Index |
Old Index