From 7d5f806e77cc77ad535989a234cb14a803cfaad6 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sun, 16 Feb 2014 00:02:51 +0100 Subject: [PATCH] Remove XFAIL from a test Everything looks to be working fine, the test is just wrong. INF equals INF as per IEEE 754. --- ext/standard/tests/math/bug45712.phpt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ext/standard/tests/math/bug45712.phpt b/ext/standard/tests/math/bug45712.phpt index e10d0e7ec3..2aa4386587 100644 --- a/ext/standard/tests/math/bug45712.phpt +++ b/ext/standard/tests/math/bug45712.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #45712 (NaN/INF comparison) ---XFAIL-- -Bug 45712 not fixed yet. --FILE--