Edit report at https://bugs.php.net/bug.php?id=55644&edit=1

 ID:                 55644
 Updated by:         dmi...@php.net
 Reported by:        paj...@php.net
 Summary:            Math ops tests fail, diff min int value
-Status:             Assigned
+Status:             Closed
 Type:               Bug
 Package:            Scripting Engine problem
 PHP Version:        5.4SVN-2011-09-08 (snap)
 Assigned To:        dmitry
 Block user comment: N
 Private report:     N

 New Comment:

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------
[2011-09-16 07:59:18] dmi...@php.net

Automatic comment from SVN on behalf of dmitry
Revision: http://svn.php.net/viewvc/?view=revision&revision=316848
Log: Fixed bug #55644 (Math ops tests fail, diff min int value)

------------------------------------------------------------------------
[2011-09-08 16:19:31] paj...@php.net

Dmitry, can you take a look please?

------------------------------------------------------------------------
[2011-09-08 16:19:10] paj...@php.net

Description:
------------
Test >= operator : max int 32bit range 
[tests\lang\operators\operator_gt_or_equal_variation.phpt]
Test <= operator : max int 32bit range 
[tests\lang\operators\operator_lt_or_equal_variation.phpt]
Test < operator : max int 32bit range 
[tests\lang\operators\operator_lt_variation.phpt]

fail

Actual result:
--------------
operator_gt_or_equal_variation.phpt:
001+ FAILED: '-2147483648' < '-2147483647'
001- Test Passed

operator_lt_or_equal_variation.phpt:
001+ FAILED: '-2147483648' <= '-2147483647'
001- Test Passed

operator_lt_variation.phpt:
001+ FAILED: '-2147483648' < '-2147483647'
001- Test Passed


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=55644&edit=1

Reply via email to