Skip to content

Commit 8d4e177

Browse files
committed
ext/gd disable gh13082 test for travis.
The sample file is for little endian architectures. Close GH-13208
1 parent 0d21a8d commit 8d4e177

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/gd/tests/gh13082.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
GH-13082 - imagefontwidth/height unexpectedly throwing an exception on a valid GdFont object.
33
--EXTENSIONS--
44
gd
5+
--SKIPIF--
6+
<?php if (getenv('TRAVIS')) die('skip Currently fails on Travis'); ?>
57
--FILE--
68
<?php
79
$font = imageloadfont(__DIR__ . "/gh13082.gdf");

0 commit comments

Comments
 (0)