Skip to content

Commit 6b74f1f

Browse files
committed
xfail mbstring test on Windows 32-bit
1 parent 9ce9c11 commit 6b74f1f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/mbstring/tests/utf_encodings.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ mbstring
55
--SKIPIF--
66
<?php
77
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
8+
if (substr(PHP_OS, 0, 3) === 'WIN' && PHP_INT_SIZE === 4) {
9+
die('xfail Fails on 32-bit Windows');
10+
}
811
?>
912
--FILE--
1013
<?php

0 commit comments

Comments
 (0)