com php-src: relax more this test: ext/date/tests/bug73837.phpt
[email protected] (Remi Collet)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: cec720857a21873864badc53c10d660b673e38cc Author: Remi Collet <[email protected]> Wed, 29 Mar 2017 07:38:40 +0200 Parents: 012dc336a6ae01208c394994b648c221337bf81d Branches: PHP-7.1 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=cec720857a21873864badc53c10d660b673e38cc Log: relax more this test Changed paths: M ext/date/tests/bug73837.phpt Diff: diff --git a/ext/date/tests/bug73837.phpt b/ext/date/tests/bug73837.phpt index af47cfd..6fd12f8 100644 --- a/ext/date/tests/bug73837.phpt +++ b/ext/date/tests/bug73837.phpt @@ -12,7 +12,7 @@ for ( $i = 0; $i < 1000; $i++ ) } var_dump($n = count( $collect )); -echo ( $n > 900 ) ? "microseconds differ\n" : "microseconds do not differ enough\n"; +echo ( $n > 800 ) ? "microseconds differ\n" : "microseconds do not differ enough ($n)\n"; ?> --EXPECTF-- int(%d)