Module Name: src Committed By: matt Date: Mon Feb 7 09:40:52 UTC 2011
Modified Files: src/tests/kernel: t_sigaction.c Log Message: This is no longer broken for macppc. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/kernel/t_sigaction.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/kernel/t_sigaction.c diff -u src/tests/kernel/t_sigaction.c:1.1 src/tests/kernel/t_sigaction.c:1.2 --- src/tests/kernel/t_sigaction.c:1.1 Wed Jul 14 21:47:06 2010 +++ src/tests/kernel/t_sigaction.c Mon Feb 7 09:40:52 2011 @@ -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");