From 56f90492d68cf01a35fb0ce0290a50c09660b86f Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Mon, 22 Mar 2021 16:10:15 +0300 Subject: [PATCH] Migrate skip checks to --EXTENSIONS--, p1 For rationale, see https://github.com/php/php-src/pull/6787 Extensions migrated in this part: * bcmath * bz2 * calendar * com_dotnet * ctype Closes GH-6797. --- ext/bcmath/tests/bcadd.phpt | 4 ++-- ext/bcmath/tests/bcadd_error.phpt | 6 ++---- ext/bcmath/tests/bcadd_variation001.phpt | 4 ++-- ext/bcmath/tests/bccomp.phpt | 4 ++-- ext/bcmath/tests/bccomp_error.phpt | 6 ++---- ext/bcmath/tests/bccomp_variation001.phpt | 4 ++-- ext/bcmath/tests/bccomp_variation002.phpt | 4 ++-- ext/bcmath/tests/bcdiv.phpt | 4 ++-- ext/bcmath/tests/bcdiv_error1.phpt | 4 ++-- ext/bcmath/tests/bcdiv_error2.phpt | 6 ++---- ext/bcmath/tests/bcmod.phpt | 4 ++-- ext/bcmath/tests/bcmod_error2.phpt | 4 ++-- ext/bcmath/tests/bcmod_error3.phpt | 6 ++---- ext/bcmath/tests/bcmul.phpt | 4 ++-- ext/bcmath/tests/bcmul_error.phpt | 6 ++---- ext/bcmath/tests/bcpow.phpt | 4 ++-- ext/bcmath/tests/bcpow_error1.phpt | 6 ++---- ext/bcmath/tests/bcpow_error2.phpt | 6 ++---- ext/bcmath/tests/bcpow_error3.phpt | 6 ++---- ext/bcmath/tests/bcpow_variation001.phpt | 4 ++-- ext/bcmath/tests/bcpowmod.phpt | 4 ++-- ext/bcmath/tests/bcpowmod_error.phpt | 6 ++---- ext/bcmath/tests/bcpowmod_negative_exponent.phpt | 4 ++-- ext/bcmath/tests/bcpowmod_zero_modulus.phpt | 4 ++-- ext/bcmath/tests/bcscale.phpt | 4 ++-- ext/bcmath/tests/bcscale_variation001.phpt | 4 ++-- ext/bcmath/tests/bcscale_variation002.phpt | 4 ++-- ext/bcmath/tests/bcscale_variation003.phpt | 4 ++-- ext/bcmath/tests/bcsqrt.phpt | 4 ++-- ext/bcmath/tests/bcsqrt_error1.phpt | 4 ++-- ext/bcmath/tests/bcsqrt_error2.phpt | 6 ++---- ext/bcmath/tests/bcsqrt_variation001.phpt | 4 ++-- ext/bcmath/tests/bcsub.phpt | 4 ++-- ext/bcmath/tests/bcsub_error.phpt | 6 ++---- ext/bcmath/tests/bug.66364.phpt | 6 ++---- ext/bcmath/tests/bug44995.phpt | 6 ++---- ext/bcmath/tests/bug46781.phpt | 6 ++---- ext/bcmath/tests/bug54598.phpt | 6 ++---- ext/bcmath/tests/bug60377.phpt | 4 +++- ext/bcmath/tests/bug72093.phpt | 6 ++---- ext/bcmath/tests/bug75178.phpt | 6 ++---- ext/bcmath/tests/bug78878.phpt | 6 ++---- ext/bcmath/tests/bug80545.phpt | 6 ++---- ext/bcmath/tests/negative_scale.phpt | 4 ++-- ext/bcmath/tests/scale.phpt | 6 ++---- ext/bcmath/tests/scale_ini.phpt | 6 ++---- ext/bcmath/tests/str2num_formatting.phpt | 4 ++-- ext/bz2/tests/001.phpt | 4 ++-- ext/bz2/tests/002.phpt | 4 ++-- ext/bz2/tests/003-mb.phpt | 4 ++-- ext/bz2/tests/003.phpt | 4 ++-- ext/bz2/tests/004.phpt | 4 ++-- ext/bz2/tests/005.phpt | 4 ++-- ext/bz2/tests/bug51997.phpt | 4 ++-- ext/bz2/tests/bug71263.phpt | 4 ++-- ext/bz2/tests/bug72447.phpt | 4 ++-- ext/bz2/tests/bug72613.phpt | 4 ++-- ext/bz2/tests/bug75776.phpt | 6 ++---- ext/bz2/tests/bz2_filter_compress.phpt | 4 ++-- ext/bz2/tests/bz2_filter_decompress.phpt | 4 ++-- ext/bz2/tests/bzopen_string_filename_with_null_bytes.phpt | 4 ++-- ext/bz2/tests/with_files.phpt | 4 ++-- ext/bz2/tests/with_strings.phpt | 4 ++-- ext/calendar/tests/bug52744.phpt | 4 ++-- ext/calendar/tests/bug53574_1.phpt | 3 ++- ext/calendar/tests/bug53574_2.phpt | 3 ++- ext/calendar/tests/bug54254.phpt | 4 ++-- ext/calendar/tests/bug55797_1.phpt | 3 ++- ext/calendar/tests/bug55797_2.phpt | 3 ++- ext/calendar/tests/bug67976.phpt | 6 ++---- ext/calendar/tests/bug71894.phpt | 6 ++---- ext/calendar/tests/bug80185.phpt | 3 ++- ext/calendar/tests/bug80185_32bit.phpt | 3 ++- ext/calendar/tests/cal_days_in_month.phpt | 4 ++-- ext/calendar/tests/cal_days_in_month_error1.phpt | 4 ++-- ext/calendar/tests/cal_from_jd.phpt | 4 ++-- ext/calendar/tests/cal_from_jd_error1.phpt | 4 ++-- ext/calendar/tests/cal_info.phpt | 4 ++-- ext/calendar/tests/cal_to_jd.phpt | 4 ++-- ext/calendar/tests/cal_to_jd_error1.phpt | 4 ++-- ext/calendar/tests/easter_date.phpt | 4 ++-- ext/calendar/tests/easter_days.phpt | 4 ++-- ext/calendar/tests/frenchtojd.phpt | 4 ++-- ext/calendar/tests/gregoriantojd.phpt | 4 ++-- ext/calendar/tests/gregoriantojd_overflow.phpt | 3 ++- ext/calendar/tests/jddayofweek.phpt | 4 ++-- ext/calendar/tests/jdmonthname.phpt | 4 ++-- ext/calendar/tests/jdtofrench.phpt | 4 ++-- ext/calendar/tests/jdtogregorian.phpt | 4 ++-- ext/calendar/tests/jdtogregorian_overflow.phpt | 3 ++- ext/calendar/tests/jdtojewish.phpt | 4 ++-- ext/calendar/tests/jdtojewish64.phpt | 3 ++- ext/calendar/tests/jdtojewish_hebrew.phpt | 6 ++---- ext/calendar/tests/jdtojewish_overflow.phpt | 6 ++---- ext/calendar/tests/jdtojulian.phpt | 4 ++-- ext/calendar/tests/jdtomonthname.phpt | 4 ++-- ext/calendar/tests/jdtounix.phpt | 4 ++-- ext/calendar/tests/jdtounix_error1.phpt | 4 ++-- ext/calendar/tests/jewishtojd.phpt | 4 ++-- ext/calendar/tests/juliantojd.phpt | 4 ++-- ext/calendar/tests/juliantojd_overflow.phpt | 3 ++- ext/calendar/tests/skipif.inc | 4 ---- ext/calendar/tests/unixtojd.phpt | 4 ++-- ext/calendar/tests/unixtojd_error1.phpt | 4 ++-- ext/com_dotnet/tests/27974.phpt | 5 ++--- ext/com_dotnet/tests/bug33386.phpt | 3 ++- ext/com_dotnet/tests/bug34272.phpt | 5 ++--- ext/com_dotnet/tests/bug39596.phpt | 5 ++--- ext/com_dotnet/tests/bug39606.phpt | 5 ++--- ext/com_dotnet/tests/bug45280.phpt | 6 ++---- ext/com_dotnet/tests/bug49192.phpt | 5 ++--- ext/com_dotnet/tests/bug62474.phpt | 6 ++---- ext/com_dotnet/tests/bug63208.phpt | 6 ++---- ext/com_dotnet/tests/bug64130.phpt | 3 ++- ext/com_dotnet/tests/bug66322.phpt | 3 ++- ext/com_dotnet/tests/bug66431_0.phpt | 6 ++---- ext/com_dotnet/tests/bug66431_1.phpt | 4 ++-- ext/com_dotnet/tests/bug69939.phpt | 5 ++--- ext/com_dotnet/tests/bug72498.phpt | 6 ++---- ext/com_dotnet/tests/bug73679.phpt | 3 ++- ext/com_dotnet/tests/bug77177.phpt | 6 ++---- ext/com_dotnet/tests/bug77578.phpt | 6 ++---- ext/com_dotnet/tests/bug77621.phpt | 6 ++---- ext/com_dotnet/tests/bug78650.phpt | 6 ++---- ext/com_dotnet/tests/bug78694.phpt | 6 ++---- ext/com_dotnet/tests/bug79242.phpt | 3 ++- ext/com_dotnet/tests/bug79247.phpt | 6 ++---- ext/com_dotnet/tests/bug79248.phpt | 6 ++---- ext/com_dotnet/tests/bug79299.phpt | 6 ++---- ext/com_dotnet/tests/bug79332.phpt | 6 ++---- ext/com_dotnet/tests/variants.phpt | 3 ++- ext/com_dotnet/tests/variants_x64.phpt | 3 ++- ext/ctype/tests/001.phpt | 4 ++-- ext/ctype/tests/002.phpt | 4 ++-- ext/ctype/tests/bug25745.phpt | 4 ++-- ext/ctype/tests/bug34645.phpt | 4 ++-- ext/ctype/tests/ctype_alnum_basic.phpt | 4 ++-- ext/ctype/tests/ctype_alnum_variation1.phpt | 4 ++-- ext/ctype/tests/ctype_alnum_variation2.phpt | 4 ++-- ext/ctype/tests/ctype_alnum_variation3.phpt | 4 ++-- ext/ctype/tests/ctype_alnum_variation4.phpt | 4 ++-- ext/ctype/tests/ctype_alpha_basic.phpt | 4 ++-- ext/ctype/tests/ctype_alpha_variation1.phpt | 4 ++-- ext/ctype/tests/ctype_alpha_variation2.phpt | 4 ++-- ext/ctype/tests/ctype_alpha_variation3.phpt | 4 ++-- ext/ctype/tests/ctype_alpha_variation4.phpt | 4 ++-- ext/ctype/tests/ctype_cntrl_basic.phpt | 4 ++-- ext/ctype/tests/ctype_cntrl_variation1.phpt | 4 ++-- ext/ctype/tests/ctype_cntrl_variation2.phpt | 4 ++-- ext/ctype/tests/ctype_cntrl_variation3.phpt | 4 ++-- ext/ctype/tests/ctype_cntrl_variation4.phpt | 4 ++-- ext/ctype/tests/ctype_digit_basic.phpt | 4 ++-- ext/ctype/tests/ctype_digit_variation1.phpt | 4 ++-- ext/ctype/tests/ctype_digit_variation2.phpt | 4 ++-- ext/ctype/tests/ctype_digit_variation3.phpt | 4 ++-- ext/ctype/tests/ctype_digit_variation4.phpt | 4 ++-- ext/ctype/tests/ctype_graph_basic.phpt | 4 ++-- ext/ctype/tests/ctype_graph_variation1.phpt | 4 ++-- ext/ctype/tests/ctype_graph_variation2.phpt | 4 ++-- ext/ctype/tests/ctype_graph_variation3.phpt | 4 ++-- ext/ctype/tests/ctype_graph_variation4.phpt | 4 ++-- ext/ctype/tests/ctype_lower_basic.phpt | 4 ++-- ext/ctype/tests/ctype_lower_variation1.phpt | 4 ++-- ext/ctype/tests/ctype_lower_variation2.phpt | 4 ++-- ext/ctype/tests/ctype_lower_variation3.phpt | 4 ++-- ext/ctype/tests/ctype_lower_variation4.phpt | 4 ++-- ext/ctype/tests/ctype_print_basic.phpt | 4 ++-- ext/ctype/tests/ctype_print_variation1.phpt | 4 ++-- ext/ctype/tests/ctype_print_variation2.phpt | 4 ++-- ext/ctype/tests/ctype_print_variation3.phpt | 4 ++-- ext/ctype/tests/ctype_print_variation4.phpt | 4 ++-- ext/ctype/tests/ctype_punct_basic.phpt | 4 ++-- ext/ctype/tests/ctype_punct_variation1.phpt | 4 ++-- ext/ctype/tests/ctype_punct_variation2.phpt | 4 ++-- ext/ctype/tests/ctype_punct_variation3.phpt | 4 ++-- ext/ctype/tests/ctype_punct_variation4.phpt | 4 ++-- ext/ctype/tests/ctype_space_basic.phpt | 4 ++-- ext/ctype/tests/ctype_space_variation1.phpt | 4 ++-- ext/ctype/tests/ctype_space_variation2.phpt | 4 ++-- ext/ctype/tests/ctype_space_variation3.phpt | 4 ++-- ext/ctype/tests/ctype_space_variation4.phpt | 4 ++-- ext/ctype/tests/ctype_upper_basic.phpt | 4 ++-- ext/ctype/tests/ctype_upper_variation1.phpt | 4 ++-- ext/ctype/tests/ctype_upper_variation2.phpt | 4 ++-- ext/ctype/tests/ctype_upper_variation3.phpt | 4 ++-- ext/ctype/tests/ctype_upper_variation4.phpt | 4 ++-- ext/ctype/tests/ctype_xdigit_basic.phpt | 4 ++-- ext/ctype/tests/ctype_xdigit_variation1.phpt | 4 ++-- ext/ctype/tests/ctype_xdigit_variation2.phpt | 4 ++-- ext/ctype/tests/ctype_xdigit_variation3.phpt | 4 ++-- ext/ctype/tests/ctype_xdigit_variation4.phpt | 4 ++-- ext/ctype/tests/skipif.inc | 1 - 192 files changed, 381 insertions(+), 453 deletions(-) delete mode 100644 ext/calendar/tests/skipif.inc delete mode 100644 ext/ctype/tests/skipif.inc diff --git a/ext/bcmath/tests/bcadd.phpt b/ext/bcmath/tests/bcadd.phpt index 61552eecde..b24ce8dbd7 100644 --- a/ext/bcmath/tests/bcadd.phpt +++ b/ext/bcmath/tests/bcadd.phpt @@ -1,7 +1,7 @@ --TEST-- bcadd() function ---SKIPIF-- - +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=0 --FILE-- diff --git a/ext/bcmath/tests/bcadd_error.phpt b/ext/bcmath/tests/bcadd_error.phpt index adb6c3cdc3..320bf39068 100644 --- a/ext/bcmath/tests/bcadd_error.phpt +++ b/ext/bcmath/tests/bcadd_error.phpt @@ -1,9 +1,7 @@ --TEST-- bcadd() requires well-formed values ---SKIPIF-- - +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=5 --FILE-- diff --git a/ext/bcmath/tests/bccomp.phpt b/ext/bcmath/tests/bccomp.phpt index b2bf9f4ac2..ba2fc79532 100644 --- a/ext/bcmath/tests/bccomp.phpt +++ b/ext/bcmath/tests/bccomp.phpt @@ -1,7 +1,7 @@ --TEST-- bccomp() function ---SKIPIF-- - +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=0 --FILE-- diff --git a/ext/bcmath/tests/bccomp_error.phpt b/ext/bcmath/tests/bccomp_error.phpt index 364658dc7d..90645c52f7 100644 --- a/ext/bcmath/tests/bccomp_error.phpt +++ b/ext/bcmath/tests/bccomp_error.phpt @@ -1,9 +1,7 @@ --TEST-- bccomp() requires well-formed values ---SKIPIF-- - +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=0 --FILE-- diff --git a/ext/bcmath/tests/bccomp_variation002.phpt b/ext/bcmath/tests/bccomp_variation002.phpt index cb65712f06..ae7ba7fafe 100644 --- a/ext/bcmath/tests/bccomp_variation002.phpt +++ b/ext/bcmath/tests/bccomp_variation002.phpt @@ -1,7 +1,7 @@ --TEST-- bccomp() with negative value ---SKIPIF-- - +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=0 --FILE-- diff --git a/ext/bcmath/tests/bcdiv.phpt b/ext/bcmath/tests/bcdiv.phpt index cda19496d5..0ae0069ce5 100644 --- a/ext/bcmath/tests/bcdiv.phpt +++ b/ext/bcmath/tests/bcdiv.phpt @@ -1,7 +1,7 @@ --TEST-- bcdiv() function ---SKIPIF-- - +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=0 --FILE-- diff --git a/ext/bcmath/tests/bcdiv_error1.phpt b/ext/bcmath/tests/bcdiv_error1.phpt index a89ae98cfb..7b5908f555 100644 --- a/ext/bcmath/tests/bcdiv_error1.phpt +++ b/ext/bcmath/tests/bcdiv_error1.phpt @@ -4,8 +4,8 @@ bcdiv — Divide two arbitrary precision numbers TestFest2009 Antoni Torrents antoni@solucionsinternet.com ---SKIPIF-- - +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=0 --FILE-- diff --git a/ext/bcmath/tests/bcmod_error2.phpt b/ext/bcmath/tests/bcmod_error2.phpt index c4d49486b3..59939b3f08 100644 --- a/ext/bcmath/tests/bcmod_error2.phpt +++ b/ext/bcmath/tests/bcmod_error2.phpt @@ -1,7 +1,7 @@ --TEST-- bcmod() - mod by 0 ---SKIPIF-- - +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=0 --FILE-- diff --git a/ext/bcmath/tests/bcmod_error3.phpt b/ext/bcmath/tests/bcmod_error3.phpt index 71718d3be8..8df986fe76 100644 --- a/ext/bcmath/tests/bcmod_error3.phpt +++ b/ext/bcmath/tests/bcmod_error3.phpt @@ -1,9 +1,7 @@ --TEST-- bcmod() requires well-formed values ---SKIPIF-- - +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=0 --FILE-- diff --git a/ext/bcmath/tests/bcmul_error.phpt b/ext/bcmath/tests/bcmul_error.phpt index 301ef11812..361b46163e 100644 --- a/ext/bcmath/tests/bcmul_error.phpt +++ b/ext/bcmath/tests/bcmul_error.phpt @@ -1,9 +1,7 @@ --TEST-- bcmul() requires well-formed values ---SKIPIF-- - +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=0 --FILE-- diff --git a/ext/bcmath/tests/bcpow_error1.phpt b/ext/bcmath/tests/bcpow_error1.phpt index 38d9bda181..d2b1a10704 100644 --- a/ext/bcmath/tests/bcpow_error1.phpt +++ b/ext/bcmath/tests/bcpow_error1.phpt @@ -1,9 +1,7 @@ --TEST-- bcpow() does not support non-integral exponents ---SKIPIF-- - +--EXTENSIONS-- +bcmath --FILE-- = 2**63 ---SKIPIF-- - +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=0 --FILE-- diff --git a/ext/bcmath/tests/bcpowmod.phpt b/ext/bcmath/tests/bcpowmod.phpt index c171e2d4a1..285648024f 100644 --- a/ext/bcmath/tests/bcpowmod.phpt +++ b/ext/bcmath/tests/bcpowmod.phpt @@ -1,7 +1,7 @@ --TEST-- bcpowmod() - Raise an arbitrary precision number to another, reduced by a specified modulus ---SKIPIF-- - +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=0 --FILE-- diff --git a/ext/bcmath/tests/bcpowmod_error.phpt b/ext/bcmath/tests/bcpowmod_error.phpt index 9056f9e755..ff2862310c 100644 --- a/ext/bcmath/tests/bcpowmod_error.phpt +++ b/ext/bcmath/tests/bcpowmod_error.phpt @@ -1,9 +1,7 @@ --TEST-- bcpowmod() requires well-formed values ---SKIPIF-- - +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=0 --FILE-- diff --git a/ext/bcmath/tests/bcscale_variation001.phpt b/ext/bcmath/tests/bcscale_variation001.phpt index 0718d724c2..8d9d32e064 100644 --- a/ext/bcmath/tests/bcscale_variation001.phpt +++ b/ext/bcmath/tests/bcscale_variation001.phpt @@ -1,7 +1,7 @@ --TEST-- bcscale() fails with negative argument ---SKIPIF-- - +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=0 --FILE-- diff --git a/ext/bcmath/tests/bcscale_variation002.phpt b/ext/bcmath/tests/bcscale_variation002.phpt index 11df405bea..205f39d4c8 100644 --- a/ext/bcmath/tests/bcscale_variation002.phpt +++ b/ext/bcmath/tests/bcscale_variation002.phpt @@ -1,7 +1,7 @@ --TEST-- bcadd() incorrect argument count ---SKIPIF-- - +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=-2 --FILE-- diff --git a/ext/bcmath/tests/bcscale_variation003.phpt b/ext/bcmath/tests/bcscale_variation003.phpt index 0812aadab6..40d17db2c5 100644 --- a/ext/bcmath/tests/bcscale_variation003.phpt +++ b/ext/bcmath/tests/bcscale_variation003.phpt @@ -1,7 +1,7 @@ --TEST-- bcscale() return value ---SKIPIF-- - +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=0 --FILE-- diff --git a/ext/bcmath/tests/bcsqrt.phpt b/ext/bcmath/tests/bcsqrt.phpt index b2a8d8adbc..92512dd0d0 100644 --- a/ext/bcmath/tests/bcsqrt.phpt +++ b/ext/bcmath/tests/bcsqrt.phpt @@ -1,7 +1,7 @@ --TEST-- bcsqrt() function ---SKIPIF-- - +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=0 --FILE-- diff --git a/ext/bcmath/tests/bcsqrt_error1.phpt b/ext/bcmath/tests/bcsqrt_error1.phpt index bdc850f979..78923f4a94 100644 --- a/ext/bcmath/tests/bcsqrt_error1.phpt +++ b/ext/bcmath/tests/bcsqrt_error1.phpt @@ -3,8 +3,8 @@ bcsqrt — Get the square root of an arbitrary precision number --CREDITS-- Antoni Torrents antoni@solucionsinternet.com ---SKIPIF-- - +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=0 --FILE-- diff --git a/ext/bcmath/tests/bcsub.phpt b/ext/bcmath/tests/bcsub.phpt index 8d85d23233..3d0765bef3 100644 --- a/ext/bcmath/tests/bcsub.phpt +++ b/ext/bcmath/tests/bcsub.phpt @@ -1,7 +1,7 @@ --TEST-- bcsub() function ---SKIPIF-- - +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=0 --FILE-- diff --git a/ext/bcmath/tests/bcsub_error.phpt b/ext/bcmath/tests/bcsub_error.phpt index 0a890eff03..4e1abd3fa9 100644 --- a/ext/bcmath/tests/bcsub_error.phpt +++ b/ext/bcmath/tests/bcsub_error.phpt @@ -1,9 +1,7 @@ --TEST-- bcsub() requires well-formed values ---SKIPIF-- - +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --FILE-- --FILE-- +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --INI-- bcmath.scale=0 --FILE-- diff --git a/ext/bcmath/tests/scale.phpt b/ext/bcmath/tests/scale.phpt index e2e65cab22..ad3cb45ea7 100644 --- a/ext/bcmath/tests/scale.phpt +++ b/ext/bcmath/tests/scale.phpt @@ -1,9 +1,7 @@ --TEST-- BCMath functions return result with requested scale ---SKIPIF-- - +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bcmath --INI-- bcmath.scale = 5 --FILE-- diff --git a/ext/bcmath/tests/str2num_formatting.phpt b/ext/bcmath/tests/str2num_formatting.phpt index dd3499804e..ee3f0ae4a8 100644 --- a/ext/bcmath/tests/str2num_formatting.phpt +++ b/ext/bcmath/tests/str2num_formatting.phpt @@ -4,8 +4,8 @@ bcmath lib arguments formatting 1 and 2 argument of bcadd/bcsub/bcmul/bcdiv/bcmod/bcpowmod/bcpow/bccomp (last one works different then others internally); 1 argument of bcsqrt All of the name above must be well-formed ---SKIPIF-- - +--EXTENSIONS-- +bcmath --FILE-- +--EXTENSIONS-- +bz2 --FILE-- +--EXTENSIONS-- +bz2 --FILE-- +--EXTENSIONS-- +bz2 --FILE-- +--EXTENSIONS-- +bz2 --FILE-- +--EXTENSIONS-- +bz2 --FILE-- +--EXTENSIONS-- +bz2 --FILE-- +--EXTENSIONS-- +bz2 --FILE-- +--EXTENSIONS-- +bz2 --FILE-- +--EXTENSIONS-- +bz2 --FILE-- +--EXTENSIONS-- +bz2 --FILE-- +--EXTENSIONS-- +bz2 --FILE-- +--EXTENSIONS-- +bz2 --FILE-- +--EXTENSIONS-- +bz2 --FILE-- +--EXTENSIONS-- +bz2 --FILE-- +--EXTENSIONS-- +bz2 --FILE-- +--EXTENSIONS-- +bz2 --FILE-- +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- --FILE-- diff --git a/ext/calendar/tests/bug80185_32bit.phpt b/ext/calendar/tests/bug80185_32bit.phpt index 98a1bea2a3..a7fe96e0ff 100644 --- a/ext/calendar/tests/bug80185_32bit.phpt +++ b/ext/calendar/tests/bug80185_32bit.phpt @@ -1,8 +1,9 @@ --TEST-- Bug #80185 (jdtounix() fails after 2037) +--EXTENSIONS-- +calendar --SKIPIF-- --FILE-- diff --git a/ext/calendar/tests/cal_days_in_month.phpt b/ext/calendar/tests/cal_days_in_month.phpt index fbd6362b0f..d94d39f2f6 100644 --- a/ext/calendar/tests/cal_days_in_month.phpt +++ b/ext/calendar/tests/cal_days_in_month.phpt @@ -1,7 +1,7 @@ --TEST-- cal_days_in_month() ---SKIPIF-- - +--EXTENSIONS-- +calendar --FILE-- ---SKIPIF-- - +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- ---SKIPIF-- - +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- ---SKIPIF-- - +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- - --FILE-- +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- --FILE-- diff --git a/ext/calendar/tests/jdtojewish.phpt b/ext/calendar/tests/jdtojewish.phpt index 4fd104c50c..6b1c2e3f77 100644 --- a/ext/calendar/tests/jdtojewish.phpt +++ b/ext/calendar/tests/jdtojewish.phpt @@ -1,7 +1,7 @@ --TEST-- jdtojewish() function ---SKIPIF-- - +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- --INI-- date.timezone=UTC ---SKIPIF-- - +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- +--EXTENSIONS-- +calendar --FILE-- - --FILE-- diff --git a/ext/calendar/tests/unixtojd.phpt b/ext/calendar/tests/unixtojd.phpt index 28a05c0c6f..3d0ffa3fea 100644 --- a/ext/calendar/tests/unixtojd.phpt +++ b/ext/calendar/tests/unixtojd.phpt @@ -1,7 +1,7 @@ --TEST-- unixtojd() ---SKIPIF-- - +--EXTENSIONS-- +calendar --ENV-- TZ=UTC --FILE-- diff --git a/ext/calendar/tests/unixtojd_error1.phpt b/ext/calendar/tests/unixtojd_error1.phpt index 000f047f0a..6b8fad05eb 100644 --- a/ext/calendar/tests/unixtojd_error1.phpt +++ b/ext/calendar/tests/unixtojd_error1.phpt @@ -2,8 +2,8 @@ Test unixtojd() function : error conditions --CREDITS-- edgarsandi - ---SKIPIF-- - +--EXTENSIONS-- +calendar --INI-- date.timezone=UTC --FILE-- diff --git a/ext/com_dotnet/tests/27974.phpt b/ext/com_dotnet/tests/27974.phpt index c76dda9ed5..ca7735a829 100644 --- a/ext/com_dotnet/tests/27974.phpt +++ b/ext/com_dotnet/tests/27974.phpt @@ -1,8 +1,7 @@ --TEST-- COM: mapping a safearray ---SKIPIF-- - +--EXTENSIONS-- +com_dotnet --FILE-- --FILE-- diff --git a/ext/com_dotnet/tests/bug34272.phpt b/ext/com_dotnet/tests/bug34272.phpt index ce8a552dfd..27dc5142d3 100644 --- a/ext/com_dotnet/tests/bug34272.phpt +++ b/ext/com_dotnet/tests/bug34272.phpt @@ -1,8 +1,7 @@ --TEST-- Bug #34272 (empty array onto COM object blows up) ---SKIPIF-- - +--EXTENSIONS-- +com_dotnet --FILE-- +--EXTENSIONS-- +com_dotnet --FILE-- +--EXTENSIONS-- +com_dotnet --FILE-- +--EXTENSIONS-- +com_dotnet --FILE-- +--EXTENSIONS-- +com_dotnet --FILE-- +--EXTENSIONS-- +com_dotnet --FILE-- +--EXTENSIONS-- +com_dotnet --FILE-- +--EXTENSIONS-- +com_dotnet --FILE-- +--EXTENSIONS-- +com_dotnet --FILE-- +--EXTENSIONS-- +com_dotnet --FILE-- --FILE-- diff --git a/ext/com_dotnet/tests/bug77177.phpt b/ext/com_dotnet/tests/bug77177.phpt index 8fcfd5a378..19e4c11995 100644 --- a/ext/com_dotnet/tests/bug77177.phpt +++ b/ext/com_dotnet/tests/bug77177.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #77177 (Serializing or unserializing COM objects crashes) ---SKIPIF-- - +--EXTENSIONS-- +com_dotnet --FILE-- +--EXTENSIONS-- +com_dotnet --FILE-- +--EXTENSIONS-- +com_dotnet --INI-- com.autoregister_verbose=1 --FILE-- diff --git a/ext/com_dotnet/tests/bug78650.phpt b/ext/com_dotnet/tests/bug78650.phpt index c362de95bb..ca2a235af2 100644 --- a/ext/com_dotnet/tests/bug78650.phpt +++ b/ext/com_dotnet/tests/bug78650.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #78650 (new COM Crash) ---SKIPIF-- - +--EXTENSIONS-- +com_dotnet --FILE-- +--EXTENSIONS-- +com_dotnet --FILE-- --FILE-- diff --git a/ext/com_dotnet/tests/bug79247.phpt b/ext/com_dotnet/tests/bug79247.phpt index 55e24b1796..2cda351d54 100644 --- a/ext/com_dotnet/tests/bug79247.phpt +++ b/ext/com_dotnet/tests/bug79247.phpt @@ -1,9 +1,7 @@ --TEST-- Bug #79247 (Garbage collecting variant objects segfaults) ---SKIPIF-- - +--EXTENSIONS-- +com_dotnet --FILE-- +--EXTENSIONS-- +com_dotnet --FILE-- +--EXTENSIONS-- +com_dotnet --FILE-- +--EXTENSIONS-- +com_dotnet --FILE-- --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- +--EXTENSIONS-- +ctype --FILE-- -- 2.50.1