Skip to content

Commit

Permalink
Unfortunately, travis CI has old oniguruma library
Browse files Browse the repository at this point in the history
So we can't test it there.
  • Loading branch information
smalyshev committed Apr 1, 2019
1 parent 077ce33 commit 0eea9a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/mbstring/tests/mbregex_stack_limit.phpt
Expand Up @@ -2,6 +2,8 @@
Test oniguruma stack limit
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--XFAIL--
Travis CI has old oniguruma library
--FILE--
<?php
$s = str_repeat(' ', 30000);
Expand Down
2 changes: 2 additions & 0 deletions ext/mbstring/tests/mbregex_stack_limit2.phpt
Expand Up @@ -2,6 +2,8 @@
Test oniguruma stack limit
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--XFAIL--
Travis CI has old oniguruma library
--FILE--
<?php
function mb_trim( $string, $chars = "", $chars_array = array() )
Expand Down

0 comments on commit 0eea9a6

Please sign in to comment.