From: Fábio Perez Date: Fri, 16 Oct 2015 16:01:25 +0000 (-0300) Subject: Skip some tests for platforms different than x86 X-Git-Tag: php-5.6.16RC1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c76fd640e609692724900c54f338a5d99f7d226a;p=php Skip some tests for platforms different than x86 These tests are verifying undefined behaviour such as shifting by more than 63 bits and by negative numbers. --- diff --git a/tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt b/tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt index 24da2d0dc4..d9fe7787fc 100644 --- a/tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt +++ b/tests/lang/operators/bitwiseShiftLeft_basiclong_64bit.phpt @@ -3,6 +3,7 @@ Test << operator : 64bit long tests --SKIPIF-- --FILE-- --FILE-- > operator : 64bit long tests --SKIPIF-- --FILE--