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

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

 New Comment:

Dmitry, can you take a look please?


Previous Comments:
------------------------------------------------------------------------
[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