From: Christoph M. Becker Date: Mon, 30 Sep 2019 12:12:40 +0000 (+0200) Subject: Skip tests for old versions instead of marking them XFAIL X-Git-Tag: php-7.4.0RC3~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d89f92784668b71a506c8304fa2c2f96f0753e3;p=php Skip tests for old versions instead of marking them XFAIL According to commit 0eea9a6[1], these tests fail with old Oniguruma versions; we are not sure which version of Oniguruma is required to let them pass, but at least 6.9.3 is sufficient. [1] --- diff --git a/ext/mbstring/tests/mbregex_stack_limit.phpt b/ext/mbstring/tests/mbregex_stack_limit.phpt index a678e3b4f7..ccd763e2b5 100644 --- a/ext/mbstring/tests/mbregex_stack_limit.phpt +++ b/ext/mbstring/tests/mbregex_stack_limit.phpt @@ -1,9 +1,13 @@ --TEST-- Test oniguruma stack limit --SKIPIF-- - ---XFAIL-- -Travis CI has old oniguruma library + --FILE-- ---XFAIL-- -Travis CI has old oniguruma library + --FILE--