Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libm Remove expected failure and references to por...



details:   https://anonhg.NetBSD.org/src/rev/a41e48be1948
branches:  trunk
changeset: 336067:a41e48be1948
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Feb 09 19:39:48 2015 +0000

description:
Remove expected failure and references to port-alpha/46301, now that
it is fixed.

diffstat:

 tests/lib/libm/t_log.c |  16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

diffs (51 lines):

diff -r ae167cf0359e -r a41e48be1948 tests/lib/libm/t_log.c
--- a/tests/lib/libm/t_log.c    Mon Feb 09 18:17:34 2015 +0000
+++ b/tests/lib/libm/t_log.c    Mon Feb 09 19:39:48 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_log.c,v 1.12 2014/11/04 00:20:19 justin Exp $ */
+/* $NetBSD: t_log.c,v 1.13 2015/02/09 19:39:48 martin Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_log.c,v 1.12 2014/11/04 00:20:19 justin Exp $");
+__RCSID("$NetBSD: t_log.c,v 1.13 2015/02/09 19:39:48 martin Exp $");
 
 #include <atf-c.h>
 
@@ -186,10 +186,6 @@
 {
        const float x = 1.0L / 0.0L;
 
-#if defined(__alpha__)
-       atf_tc_expect_fail("PR port-alpha/46301");
-#endif
-
        ATF_CHECK(log10f(x) == x);
 }
 
@@ -562,10 +558,6 @@
 {
        const float x = 1.0L / 0.0L;
 
-#if defined(__alpha__)
-       atf_tc_expect_fail("PR port-alpha/46301");
-#endif
-
        ATF_CHECK(log2f(x) == x);
 }
 
@@ -766,10 +758,6 @@
 {
        const float x = 1.0L / 0.0L;
 
-#if defined(__alpha__)
-       atf_tc_expect_fail("PR port-alpha/46301");
-#endif
-
        ATF_CHECK(logf(x) == x);
 }
 



Home | Main Index | Thread Index | Old Index