From 8021625badfbbebf8cd50f27d7ac891abf629e3e Mon Sep 17 00:00:00 2001 From: Stefan Maksimovic Date: Thu, 27 Feb 2020 17:11:59 +0000 Subject: [PATCH] mips: Amend none/tests/mips64/test_math.stdout.exp-older-gcc This is a follow up to: commit 3e0e34aecdd73511c97133bdcf3ef1dfca325179 Author: Stefan Maksimovic Date: Fri Jan 17 12:58:07 2020 +0000 mips64: rework math tests to take into account allowed approximation --- none/tests/mips64/test_math.stdout.exp-older-gcc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/none/tests/mips64/test_math.stdout.exp-older-gcc b/none/tests/mips64/test_math.stdout.exp-older-gcc index 2a0e71fd2f..9a58f9b991 100644 --- a/none/tests/mips64/test_math.stdout.exp-older-gcc +++ b/none/tests/mips64/test_math.stdout.exp-older-gcc @@ -49,7 +49,7 @@ nearbyint(1234.01): 1234.000000 nearbyintf(1234.01f): 1234.000000 nearbyintl(1234.01): 1234.000000 log(M_E): 1.000000 -tgamma(5.0): 24.000000 -cbrt(27.0): 3.000000 +tgamma(5.0): PASS +cbrt(27.0): PASS feclearexcept(FE_ALL_EXCEPT): 0 raised: 32 -- 2.47.3