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 one xfail that does not seem to fail (...



details:   https://anonhg.NetBSD.org/src/rev/cb71c703694b
branches:  trunk
changeset: 778676:cb71c703694b
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Apr 08 09:36:04 2012 +0000

description:
Remove one xfail that does not seem to fail (on alpha).

diffstat:

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

diffs (28 lines):

diff -r a9937c282e0b -r cb71c703694b tests/lib/libm/t_log.c
--- a/tests/lib/libm/t_log.c    Sun Apr 08 07:59:53 2012 +0000
+++ b/tests/lib/libm/t_log.c    Sun Apr 08 09:36:04 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_log.c,v 1.7 2012/04/06 08:07:32 jruoho Exp $ */
+/* $NetBSD: t_log.c,v 1.8 2012/04/08 09:36:04 jruoho 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.7 2012/04/06 08:07:32 jruoho Exp $");
+__RCSID("$NetBSD: t_log.c,v 1.8 2012/04/08 09:36:04 jruoho Exp $");
 
 #include <atf-c.h>
 #include <atf-c/config.h>
@@ -409,9 +409,6 @@
 #ifndef __vax__
        const float x = 1.0L / 0.0L;
 
-       if (strcmp(atf_config_get("atf_arch"), "alpha") == 0)
-               atf_tc_expect_fail("PR port-alpha/46301");
-
        ATF_CHECK(log1pf(x) == x);
 #endif
 }



Home | Main Index | Thread Index | Old Index