From 7a965d5b5fcb8de1b101bdae133122500a269c1f Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 19 Dec 2006 14:16:08 +0000 Subject: [PATCH] add missing SKIPIF sections --- ext/filter/tests/004.phpt | 2 ++ ext/filter/tests/006.phpt | 2 ++ ext/filter/tests/007.phpt | 2 ++ ext/filter/tests/008.phpt | 2 ++ ext/filter/tests/009.phpt | 2 ++ ext/filter/tests/010.phpt | 2 ++ ext/filter/tests/011.phpt | 2 ++ ext/filter/tests/012.phpt | 2 ++ ext/filter/tests/013.phpt | 2 ++ ext/filter/tests/014.phpt | 2 ++ ext/filter/tests/015.phpt | 2 ++ ext/filter/tests/016.phpt | 2 ++ ext/filter/tests/017.phpt | 2 ++ ext/filter/tests/018.phpt | 2 ++ ext/filter/tests/019.phpt | 2 ++ ext/filter/tests/020.phpt | 2 ++ ext/filter/tests/021.phpt | 2 ++ ext/filter/tests/022.phpt | 2 ++ ext/filter/tests/023.phpt | 2 ++ ext/filter/tests/024.phpt | 2 ++ ext/filter/tests/025.phpt | 2 ++ ext/filter/tests/026.phpt | 2 ++ ext/filter/tests/027.phpt | 2 ++ ext/filter/tests/028.phpt | 2 ++ ext/filter/tests/029.phpt | 2 ++ ext/filter/tests/030.phpt | 2 ++ ext/filter/tests/031.phpt | 2 ++ ext/filter/tests/032.phpt | 2 ++ ext/filter/tests/033.phpt | 2 ++ ext/filter/tests/034.phpt | 2 ++ ext/filter/tests/035.phpt | 2 ++ ext/filter/tests/037.phpt | 2 ++ ext/filter/tests/038.phpt | 2 ++ ext/filter/tests/040.phpt | 2 ++ ext/filter/tests/041.phpt | 2 ++ ext/filter/tests/042.phpt | 2 ++ ext/filter/tests/043.phpt | 4 +++- ext/filter/tests/044.phpt | 4 +++- ext/filter/tests/bug39846.phpt | 2 ++ ext/filter/tests/bug7586.phpt | 2 ++ ext/filter/tests/bug7715.phpt | 2 ++ ext/filter/tests/bug7733.phpt | 2 ++ ext/filter/tests/bug8315.phpt | 2 ++ ext/filter/tests/callback_non_modified_var.phpt | 2 ++ ext/filter/tests/filter_data.phpt | 2 ++ 45 files changed, 92 insertions(+), 2 deletions(-) diff --git a/ext/filter/tests/004.phpt b/ext/filter/tests/004.phpt index aa767c93d4..b899124936 100644 --- a/ext/filter/tests/004.phpt +++ b/ext/filter/tests/004.phpt @@ -1,5 +1,7 @@ --TEST-- GET/POST/REQUEST Test with filtered data +--SKIPIF-- + --INI-- filter.default=special_chars --POST-- diff --git a/ext/filter/tests/006.phpt b/ext/filter/tests/006.phpt index aa612d73d3..9439e471c2 100644 --- a/ext/filter/tests/006.phpt +++ b/ext/filter/tests/006.phpt @@ -1,5 +1,7 @@ --TEST-- filter() test +--SKIPIF-- + --POST-- foo=abc --FILE-- diff --git a/ext/filter/tests/007.phpt b/ext/filter/tests/007.phpt index 8012bd36cf..1e2d16b45a 100644 --- a/ext/filter/tests/007.phpt +++ b/ext/filter/tests/007.phpt @@ -1,5 +1,7 @@ --TEST-- filter_has_var() +--SKIPIF-- + --GET-- a=qwe&abc=href --POST-- diff --git a/ext/filter/tests/008.phpt b/ext/filter/tests/008.phpt index 5f89910d79..e6c646d675 100644 --- a/ext/filter/tests/008.phpt +++ b/ext/filter/tests/008.phpt @@ -1,5 +1,7 @@ --TEST-- filter_list() +--SKIPIF-- + --FILE-- --FILE-- --FILE-- --GET-- a=test&b=http://example.com --POST-- diff --git a/ext/filter/tests/012.phpt b/ext/filter/tests/012.phpt index ef0525489f..9a8ead944d 100644 --- a/ext/filter/tests/012.phpt +++ b/ext/filter/tests/012.phpt @@ -1,5 +1,7 @@ --TEST-- filter_input() +--SKIPIF-- + --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --POST-- d=379 --GET-- diff --git a/ext/filter/tests/037.phpt b/ext/filter/tests/037.phpt index 9e91288cb8..f8497c63b0 100644 --- a/ext/filter/tests/037.phpt +++ b/ext/filter/tests/037.phpt @@ -1,5 +1,7 @@ --TEST-- GET and data callback tests +--SKIPIF-- + --GET-- a=1&b=2 --FILE-- diff --git a/ext/filter/tests/038.phpt b/ext/filter/tests/038.phpt index d74e5f27ec..998c80fe8b 100644 --- a/ext/filter/tests/038.phpt +++ b/ext/filter/tests/038.phpt @@ -1,5 +1,7 @@ --TEST-- Test scalar, array +--SKIPIF-- + --FILE-- --GET-- a=1&b=2&c=0 --POST-- diff --git a/ext/filter/tests/041.phpt b/ext/filter/tests/041.phpt index e313cb30df..0a2e3f0a11 100644 --- a/ext/filter/tests/041.phpt +++ b/ext/filter/tests/041.phpt @@ -1,5 +1,7 @@ --TEST-- COOKIE multiple cookie test +--SKIPIF-- + --INI-- filter.default=stripped filter.default_flags=0 diff --git a/ext/filter/tests/042.phpt b/ext/filter/tests/042.phpt index 62d0d81887..08f4dd633a 100644 --- a/ext/filter/tests/042.phpt +++ b/ext/filter/tests/042.phpt @@ -1,5 +1,7 @@ --TEST-- Combination of strip & sanitize filters +--SKIPIF-- + --FILE-- alert(/ext/filter+bypass/);< /script>ABC'; diff --git a/ext/filter/tests/043.phpt b/ext/filter/tests/043.phpt index b8d0eec7be..92ac0517d1 100644 --- a/ext/filter/tests/043.phpt +++ b/ext/filter/tests/043.phpt @@ -1,5 +1,7 @@ --TEST-- Character encoding test +--SKIPIF-- + --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE--