public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [committed] Fix failing sNaN tests on hppa
@ 2017-07-15 16:28 John David Anglin
  0 siblings, 0 replies; only message in thread
From: John David Anglin @ 2017-07-15 16:28 UTC (permalink / raw)
  To: GNU C Library; +Cc: Carlos O'Donell

[-- Attachment #1: Type: text/plain, Size: 329 bytes --]

The attached change fixes the following math test failures on hppa:

FAIL: math/test-double-canonicalize
FAIL: math/test-float-canonicalize
FAIL: math/test-idouble-canonicalize
FAIL: math/test-ifloat-canonicalize

The sNaN payload tests fail in these tests.

Committed to trunk.

Dave
--
John David Anglin	dave.anglin@bell.net



[-- Attachment #2: math-tests.h.d.txt --]
[-- Type: text/plain, Size: 1189 bytes --]

2017-07-15  John David Anglin  <danglin@gcc.gnu.org>

	* sysdeps/hppa/math-tests.h: New.

--- /dev/null	2017-07-12 19:41:25.210000000 -0400
+++ sysdeps/hppa/math-tests.h	2017-07-15 12:08:08.792134733 -0400
@@ -0,0 +1,22 @@
+/* Configuration for math tests.  hppa version.
+   Copyright (C) 2017 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
+
+   The GNU C Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   The GNU C Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
+
+/* SNaN tests do not preserve payloads.  */
+#define SNAN_TESTS_PRESERVE_PAYLOAD 0
+
+#include_next <math-tests.h>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-15 16:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-15 16:28 [committed] Fix failing sNaN tests on hppa John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).