From ced5bb7d88b48dbc9b98a2d24e3ee586fe65651a Mon Sep 17 00:00:00 2001 From: Fabien Villepinte Date: Tue, 3 Sep 2019 22:54:41 +0200 Subject: [PATCH] Add the last missing SKIPIF --- ext/bz2/{ => tests}/bug71263.phpt | 2 ++ ext/intl/tests/bug77895.phpt | 2 ++ ext/intl/tests/dateformat_bug65683_2.phpt | 2 ++ ext/json/tests/bug77843.phpt | 2 ++ ext/session/tests/bug71162.phpt | 2 ++ ext/session/tests/bug74892.phpt | 2 ++ ext/tokenizer/tests/bad_character.phpt | 2 ++ ext/tokenizer/tests/bug76991.phpt | 2 ++ ext/tokenizer/{ => tests}/no_inline_html_split.phpt | 2 ++ ext/tokenizer/tests/php_tag_only.phpt | 2 ++ ext/zlib/tests/bug71417.phpt | 2 ++ 11 files changed, 22 insertions(+) rename ext/bz2/{ => tests}/bug71263.phpt (94%) rename ext/tokenizer/{ => tests}/no_inline_html_split.phpt (73%) diff --git a/ext/bz2/bug71263.phpt b/ext/bz2/tests/bug71263.phpt similarity index 94% rename from ext/bz2/bug71263.phpt rename to ext/bz2/tests/bug71263.phpt index 387c06bfdb0..d5c3ff91dae 100644 --- a/ext/bz2/bug71263.phpt +++ b/ext/bz2/tests/bug71263.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #71263: fread() does not detects decoding errors from filter bzip2.decompress +--SKIPIF-- + --FILE-- --FILE-- --FILE-- --FILE-- --INI-- session.use_strict_mode=0 session.save_handler=files diff --git a/ext/session/tests/bug74892.phpt b/ext/session/tests/bug74892.phpt index a4c977828a3..0947df7761d 100644 --- a/ext/session/tests/bug74892.phpt +++ b/ext/session/tests/bug74892.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #74892 Url Rewriting (trans_sid) not working on urls that start with # +--SKIPIF-- + --FILE-- --FILE-- --FILE-- --INI-- short_open_tag=0 --FILE-- diff --git a/ext/tokenizer/tests/php_tag_only.phpt b/ext/tokenizer/tests/php_tag_only.phpt index a6df7ded4db..aec11f9e16c 100644 --- a/ext/tokenizer/tests/php_tag_only.phpt +++ b/ext/tokenizer/tests/php_tag_only.phpt @@ -1,5 +1,7 @@ --TEST-- Tokenization of only the --FILE-- --FILE--