Module Name:    src
Committed By:   sevan
Date:           Sun Dec 16 02:18:01 UTC 2018

Modified Files:
        src/tests/lib/libc/gen: t_fpsetmask.c

Log Message:
port-macppc/46319 is marked as resolved now.
Test on 8.99.26 build of NetBSD/macppc


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/tests/lib/libc/gen/t_fpsetmask.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/lib/libc/gen/t_fpsetmask.c
diff -u src/tests/lib/libc/gen/t_fpsetmask.c:1.16 src/tests/lib/libc/gen/t_fpsetmask.c:1.17
--- src/tests/lib/libc/gen/t_fpsetmask.c:1.16	Sat Mar 12 11:55:14 2016
+++ src/tests/lib/libc/gen/t_fpsetmask.c	Sun Dec 16 02:18:01 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: t_fpsetmask.c,v 1.16 2016/03/12 11:55:14 martin Exp $ */
+/*	$NetBSD: t_fpsetmask.c,v 1.17 2018/12/16 02:18:01 sevan Exp $ */
 
 /*-
  * Copyright (c) 1995 The NetBSD Foundation, Inc.
@@ -311,9 +311,6 @@ sigfpe(int s, siginfo_t *si, void *c)
 									\
 		FPU_PREREQ();						\
 									\
-		if (strcmp(MACHINE, "macppc") == 0)			\
-			atf_tc_expect_fail("PR port-macppc/46319");	\
-									\
 		if (isQEMU())						\
 			atf_tc_expect_fail("PR misc/44767");		\
 									\

Reply via email to