From: Jani Taskinen Date: Tue, 28 Jul 2009 19:16:02 +0000 (+0000) Subject: - Skip some tests in 32bit systems, add cleanups where missing X-Git-Tag: php-5.4.0alpha1~191^2~2934 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=527d06032d22faa0557e896fbb2db376a48a358d;p=php - Skip some tests in 32bit systems, add cleanups where missing --- diff --git a/ext/gd/tests/bug43073.phpt b/ext/gd/tests/bug43073.phpt index fce58b4657..df4ffe37e8 100644 --- a/ext/gd/tests/bug43073.phpt +++ b/ext/gd/tests/bug43073.phpt @@ -27,6 +27,8 @@ for ($angle = 0.0; $angle < 360.0; $angle += $delta_t) { } imagepng($g, "$cwd/bug43073.png"); ?> +--CLEAN-- + --EXPECTF-- (500, 402), (610, 402), (610, 376), (500, 376) (492, 363), (591, 322), (580, 295), (480, 336) diff --git a/ext/gd/tests/bug48555.phpt b/ext/gd/tests/bug48555.phpt index c259501e3a..f2030fece4 100644 --- a/ext/gd/tests/bug48555.phpt +++ b/ext/gd/tests/bug48555.phpt @@ -9,9 +9,9 @@ Bug #48555 (ImageFTBBox() differs from previous versions for texts with new line --EXPECTF-- diff --git a/ext/gd/tests/bug48732.phpt b/ext/gd/tests/bug48732.phpt index d4c90113a1..f8cb5e2bac 100644 --- a/ext/gd/tests/bug48732.phpt +++ b/ext/gd/tests/bug48732.phpt @@ -16,5 +16,7 @@ $bbox = imagettftext($g, 12, 0, 0, 20, $black, $font, "ABCEDFGHIJKLMN\nopqrstu\ imagepng($g, "$cwd/bug48732.png"); echo 'Left Bottom: (' . $bbox[0] . ', ' . $bbox[1] . ')'; ?> +--CLEAN-- + --EXPECTF-- -Left Bottom: (0, 47) \ No newline at end of file +Left Bottom: (0, 47) diff --git a/ext/standard/tests/strings/bug38770.phpt b/ext/standard/tests/strings/bug38770.phpt index 6d2d75f278..85ee844a40 100644 --- a/ext/standard/tests/strings/bug38770.phpt +++ b/ext/standard/tests/strings/bug38770.phpt @@ -1,5 +1,9 @@ --TEST-- Bug #38770 (unpack() broken with longs on 64 bit machines) +--SKIPIF-- + --FILE-- --FILE--