Source-Changes-HG archive

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

[src/trunk]: src/tests/kernel This is no longer broken for macppc.



details:   https://anonhg.NetBSD.org/src/rev/708d1464e387
branches:  trunk
changeset: 761771:708d1464e387
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Feb 07 09:40:52 2011 +0000

description:
This is no longer broken for macppc.

diffstat:

 tests/kernel/t_sigaction.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 835e1fed461a -r 708d1464e387 tests/kernel/t_sigaction.c
--- a/tests/kernel/t_sigaction.c        Mon Feb 07 09:39:48 2011 +0000
+++ b/tests/kernel/t_sigaction.c        Mon Feb 07 09:40:52 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_sigaction.c,v 1.1 2010/07/14 21:47:06 jmmv Exp $ */
+/* $NetBSD: t_sigaction.c,v 1.2 2011/02/07 09:40:52 matt Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
 #include <sys/cdefs.h>
 __COPYRIGHT("@(#) Copyright (c) 2010\
  The NetBSD Foundation, inc. All rights reserved.");
-__RCSID("$NetBSD: t_sigaction.c,v 1.1 2010/07/14 21:47:06 jmmv Exp $");
+__RCSID("$NetBSD: t_sigaction.c,v 1.2 2011/02/07 09:40:52 matt Exp $");
 
 #include <sys/wait.h>
 
@@ -110,9 +110,6 @@
        else if (pid == 0)
                sa_resethand_child(SA_RESETHAND);
        else {
-               if (strcmp("macppc", atf_config_get("atf_arch")) == 0)
-                       atf_tc_expect_fail("PR port-macppc/43619");
-
                wait_and_check_child(pid, "Child process did not exit cleanly; "
                    "it either failed to process the signal or SA_RESETHAND is "
                    "broken");



Home | Main Index | Thread Index | Old Index