From: Nikita Popov Date: Thu, 18 Jun 2020 08:07:45 +0000 (+0200) Subject: Remove bug48187.phpt X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c899fba41f5c16dafdd0ee5f12913282f471111;p=php Remove bug48187.phpt Saw a spurious failure from this one on azure macos, presumably the process got interrupted in the middle and waited for more than one second to resume. After looking a bit more closely, this test doesn't actually test what bug #48187 reported, because there is no DateTime::diff() anywhere to be found. This test was also added speculatively, because the root cause was never diagnosed, and the problems seems to have resolved itself at some point. As such, I'm simply dropping this test, rather than figuring out how to make it more robust. --- diff --git a/ext/date/tests/bug48187.phpt b/ext/date/tests/bug48187.phpt deleted file mode 100644 index 6dc0f8b56a..0000000000 --- a/ext/date/tests/bug48187.phpt +++ /dev/null @@ -1,28 +0,0 @@ ---TEST-- -Bug #48187 (DateTime::diff() corrupting microtime() result) ---FILE-- - ---EXPECT-- -string(36) "microtime() difference less 1 second" -string(31) "time() difference less 1 second"