Skip to content

Commit 0eea9a6

Browse files
committed
Unfortunately, travis CI has old oniguruma library
So we can't test it there.
1 parent 077ce33 commit 0eea9a6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ext/mbstring/tests/mbregex_stack_limit.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Test oniguruma stack limit
33
--SKIPIF--
44
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
5+
--XFAIL--
6+
Travis CI has old oniguruma library
57
--FILE--
68
<?php
79
$s = str_repeat(' ', 30000);

ext/mbstring/tests/mbregex_stack_limit2.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Test oniguruma stack limit
33
--SKIPIF--
44
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
5+
--XFAIL--
6+
Travis CI has old oniguruma library
57
--FILE--
68
<?php
79
function mb_trim( $string, $chars = "", $chars_array = array() )

0 commit comments

Comments
 (0)