Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libm Backout previous - real fix for vax libm upco...



details:   https://anonhg.NetBSD.org/src/rev/78912a415266
branches:  trunk
changeset: 786946:78912a415266
user:      martin <martin%NetBSD.org@localhost>
date:      Fri May 24 11:47:13 2013 +0000

description:
Backout previous - real fix for vax libm upcoming.

diffstat:

 tests/lib/libm/t_scalbn.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r bbe7128ad350 -r 78912a415266 tests/lib/libm/t_scalbn.c
--- a/tests/lib/libm/t_scalbn.c Fri May 24 10:01:15 2013 +0000
+++ b/tests/lib/libm/t_scalbn.c Fri May 24 11:47:13 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_scalbn.c,v 1.9 2013/05/23 20:45:47 christos Exp $ */
+/* $NetBSD: t_scalbn.c,v 1.10 2013/05/24 11:47:13 martin Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_scalbn.c,v 1.9 2013/05/23 20:45:47 christos Exp $");
+__RCSID("$NetBSD: t_scalbn.c,v 1.10 2013/05/24 11:47:13 martin Exp $");
 
 #include <math.h>
 #include <limits.h>
@@ -75,7 +75,6 @@
 
 ATF_TC_BODY(scalbn_val, tc)
 {
-#ifndef __vax__
        const struct testcase *tests = test_vals;
        const size_t tcnt = __arraycount(test_vals);
        size_t i;
@@ -90,7 +89,6 @@
                    "test %zu: return value %g instead of %g (difference %g)",
                    i, rv, tests[i].result, tests[i].result-rv);
        }
-#endif
 }
 
 ATF_TC(scalbn_nan);



Home | Main Index | Thread Index | Old Index