From 04c9c4ae7d8a11c132e8275735dcf457709a0cbd Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 4 Mar 2020 12:11:44 +0100 Subject: [PATCH] Fix intermittent test failures of windows_mb_path tests Some of these tests create, use and later remove the same folder, so if these are run in parallel, they may fail due to race conditions[1]. As quick fix we add appropriate CONFLICTS clauses to prevent parallel execution of the respective test groups. [1] --- ext/standard/tests/file/windows_mb_path/bug71509.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_big5_0.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_big5_1.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_big5_2.phpt | 2 ++ .../tests/file/windows_mb_path/test_big5_to_utf8_0.phpt | 2 ++ .../tests/file/windows_mb_path/test_big5_to_utf8_1.phpt | 2 ++ .../tests/file/windows_mb_path/test_big5_to_utf8_2.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1250_to_utf8_0.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1250_to_utf8_1.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1250_to_utf8_2.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1250_to_utf8_3.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1250_to_utf8_4.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1250_to_utf8_5.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp1251_0.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp1251_1.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp1251_2.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1251_to_utf8_0.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1251_to_utf8_1.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1251_to_utf8_2.phpt | 2 ++ .../file/windows_mb_path/test_cp1251_zend_multibyte_0.phpt | 2 ++ .../file/windows_mb_path/test_cp1251_zend_multibyte_1.phpt | 2 ++ .../file/windows_mb_path/test_cp1251_zend_multibyte_2.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp1252_0.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1252_to_utf8_0.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1252_to_utf8_1.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1252_to_utf8_2.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1252_to_utf8_3.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1252_to_utf8_4.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1252_to_utf8_5.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp1253_0.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp1253_1.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp1253_2.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1253_to_utf8_0.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1253_to_utf8_1.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1253_to_utf8_2.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp1254_0.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp1254_1.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp1254_2.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp1254_3.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1254_to_utf8_0.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1254_to_utf8_1.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1254_to_utf8_2.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1254_to_utf8_3.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp1255_0.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp1255_1.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp1255_2.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1255_to_utf8_0.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1255_to_utf8_1.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1255_to_utf8_2.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp1256_0.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp1256_1.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp1256_2.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1256_to_utf8_0.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1256_to_utf8_1.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp1256_to_utf8_2.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp874_1.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp874_to_utf8_1.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp932_0.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp932_1.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp932_2.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp932_3.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp932_to_utf8_0.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp932_to_utf8_1.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp932_to_utf8_2.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp936_0.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp936_1.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cp936_2.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp936_to_utf8_0.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp936_to_utf8_1.phpt | 2 ++ .../tests/file/windows_mb_path/test_cp936_to_utf8_2.phpt | 2 ++ ext/standard/tests/file/windows_mb_path/test_cwd_mb_names.phpt | 2 ++ .../tests/file/windows_mb_path/test_eucjp_to_utf8_0.phpt | 2 ++ .../tests/file/windows_mb_path/test_eucjp_to_utf8_1.phpt | 2 ++ .../tests/file/windows_mb_path/test_eucjp_to_utf8_2.phpt | 2 ++ .../tests/file/windows_mb_path/test_kartuli_utf8_0.phpt | 2 ++ .../tests/file/windows_mb_path/test_kartuli_utf8_1.phpt | 2 ++ .../tests/file/windows_mb_path/test_kartuli_utf8_2.phpt | 2 ++ .../tests/file/windows_mb_path/test_kartuli_utf8_3.phpt | 2 ++ .../tests/file/windows_mb_path/test_readdir_mb_names.phpt | 2 ++ .../tests/file/windows_mb_path/test_rename_mb_names.phpt | 2 ++ 80 files changed, 160 insertions(+) diff --git a/ext/standard/tests/file/windows_mb_path/bug71509.phpt b/ext/standard/tests/file/windows_mb_path/bug71509.phpt index ed094c6b7a..4193aeded3 100644 --- a/ext/standard/tests/file/windows_mb_path/bug71509.phpt +++ b/ext/standard/tests/file/windows_mb_path/bug71509.phpt @@ -9,6 +9,8 @@ if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); skip_if_no_required_exts("zip"); ?> +--CONFLICTS-- +bug71509 --FILE-- +--CONFLICTS-- +file_big5 --INI-- defalut_charset=big5 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_big5_1.phpt b/ext/standard/tests/file/windows_mb_path/test_big5_1.phpt index ad16770381..bfebe42578 100644 --- a/ext/standard/tests/file/windows_mb_path/test_big5_1.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_big5_1.phpt @@ -10,6 +10,8 @@ skip_if_no_required_exts(); skip_if_wrong_cp(950, "ansi"); ?> +--CONFLICTS-- +dir_big5 --INI-- internal_encoding=big5 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_big5_2.phpt b/ext/standard/tests/file/windows_mb_path/test_big5_2.phpt index 088c46d7b6..a768c2397b 100644 --- a/ext/standard/tests/file/windows_mb_path/test_big5_2.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_big5_2.phpt @@ -10,6 +10,8 @@ skip_if_no_required_exts(); skip_if_wrong_cp(950, "ansi"); ?> +--CONFLICTS-- +file_big5 --INI-- defalut_charset=cp950 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_big5_to_utf8_0.phpt b/ext/standard/tests/file/windows_mb_path/test_big5_to_utf8_0.phpt index f738b9f5be..1d3e506135 100644 --- a/ext/standard/tests/file/windows_mb_path/test_big5_to_utf8_0.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_big5_to_utf8_0.phpt @@ -9,6 +9,8 @@ if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); skip_if_no_required_exts(); ?> +--CONFLICTS-- +file_big5 --FILE-- +--CONFLICTS-- +dir_big5 --FILE-- +--CONFLICTS-- +file_big5 --FILE-- +--CONFLICTS-- +file_cp1250 --FILE-- +--CONFLICTS-- +dir_cp1250 --FILE-- +--CONFLICTS-- +dir_cp1250 --FILE-- +--CONFLICTS-- +file_cp1250 --FILE-- +--CONFLICTS-- +dir_cp1250 --FILE-- +--CONFLICTS-- +dir_cp1250 --FILE-- +--CONFLICTS-- +file_cp1251 --INI-- default_charset=cp1251 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp1251_1.phpt b/ext/standard/tests/file/windows_mb_path/test_cp1251_1.phpt index 049800a0aa..6bda2bc356 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp1251_1.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp1251_1.phpt @@ -10,6 +10,8 @@ skip_if_no_required_exts(); skip_if_wrong_cp(1251, "ansi"); ?> +--CONFLICTS-- +dir_cp1251 --INI-- default_charset=cp1251 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp1251_2.phpt b/ext/standard/tests/file/windows_mb_path/test_cp1251_2.phpt index 7d3290d99e..28a8c4af21 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp1251_2.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp1251_2.phpt @@ -10,6 +10,8 @@ skip_if_no_required_exts(); skip_if_wrong_cp(1251, "ansi"); ?> +--CONFLICTS-- +file_cp1251 --INI-- internal_encoding=cp1251 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp1251_to_utf8_0.phpt b/ext/standard/tests/file/windows_mb_path/test_cp1251_to_utf8_0.phpt index 27ba191d0d..c27d087bf4 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp1251_to_utf8_0.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp1251_to_utf8_0.phpt @@ -9,6 +9,8 @@ if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); skip_if_no_required_exts(); ?> +--CONFLICTS-- +file_cp1251 --FILE-- +--CONFLICTS-- +dir_cp1251 --FILE-- +--CONFLICTS-- +file_cp1251 --FILE-- +--CONFLICTS-- +file_cp1251 --FILE-- +--CONFLICTS-- +dir_cp1251 --FILE-- +--CONFLICTS-- +file_cp1251 --FILE-- +--CONFLICTS-- +file --INI-- internal_encoding=cp1252 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_0.phpt b/ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_0.phpt index dc673c260b..ec0692a05a 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_0.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp1252_to_utf8_0.phpt @@ -9,6 +9,8 @@ if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); skip_if_no_required_exts(); ?> +--CONFLICTS-- +file_cp1252 --FILE-- +--CONFLICTS-- +dir_cp1252 --FILE-- +--CONFLICTS-- +dir_cp1252 --FILE-- +--CONFLICTS-- +file2_cp1252 --FILE-- +--CONFLICTS-- +dir2_cp1252 --FILE-- +--CONFLICTS-- +dir2_cp1252 --FILE-- +--CONFLICTS-- +file_cp1253 --INI-- internal_encoding=cp1253 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp1253_1.phpt b/ext/standard/tests/file/windows_mb_path/test_cp1253_1.phpt index 9f03a9115c..aa83356c64 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp1253_1.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp1253_1.phpt @@ -10,6 +10,8 @@ skip_if_no_required_exts(); skip_if_wrong_cp(1253, "ansi"); ?> +--CONFLICTS-- +dir_cp1253 --INI-- default_charset=cp1253 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp1253_2.phpt b/ext/standard/tests/file/windows_mb_path/test_cp1253_2.phpt index 1ab6f658c0..d104e34ceb 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp1253_2.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp1253_2.phpt @@ -10,6 +10,8 @@ skip_if_no_required_exts(); skip_if_wrong_cp(1253, "ansi"); ?> +--CONFLICTS-- +dir_cp1253 --INI-- internal_encoding=cp1253 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp1253_to_utf8_0.phpt b/ext/standard/tests/file/windows_mb_path/test_cp1253_to_utf8_0.phpt index 64ad358b5c..bf7bc84d74 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp1253_to_utf8_0.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp1253_to_utf8_0.phpt @@ -9,6 +9,8 @@ if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); skip_if_no_required_exts(); ?> +--CONFLICTS-- +file_cp1253 --FILE-- +--CONFLICTS-- +dir_cp1253 --FILE-- +--CONFLICTS-- +dir_cp1253 --FILE-- +--CONFLICTS-- +file_cp1254 --INI-- default_charset=cp1254 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp1254_1.phpt b/ext/standard/tests/file/windows_mb_path/test_cp1254_1.phpt index 8f79a2982b..9cda42f686 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp1254_1.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp1254_1.phpt @@ -10,6 +10,8 @@ skip_if_no_required_exts(); skip_if_wrong_cp(857, "oem"); ?> +--CONFLICTS-- +dir_cp1254 --INI-- internal_encoding=cp1254 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp1254_2.phpt b/ext/standard/tests/file/windows_mb_path/test_cp1254_2.phpt index d924f87edd..22030a24f3 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp1254_2.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp1254_2.phpt @@ -10,6 +10,8 @@ skip_if_no_required_exts(); skip_if_wrong_cp(857, "oem"); ?> +--CONFLICTS-- +dir_cp1254 --INI-- internal_encoding=cp1254 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp1254_3.phpt b/ext/standard/tests/file/windows_mb_path/test_cp1254_3.phpt index da264f9e3e..3711bd74f9 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp1254_3.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp1254_3.phpt @@ -10,6 +10,8 @@ skip_if_no_required_exts(); skip_if_wrong_cp(1254, "ansi"); ?> +--CONFLICTS-- +file_cp1254 --INI-- default_charset=cp1254 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp1254_to_utf8_0.phpt b/ext/standard/tests/file/windows_mb_path/test_cp1254_to_utf8_0.phpt index b79e0f466f..c3ad1eccc6 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp1254_to_utf8_0.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp1254_to_utf8_0.phpt @@ -9,6 +9,8 @@ if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); skip_if_no_required_exts(); ?> +--CONFLICTS-- +file_cp1254 --FILE-- +--CONFLICTS-- +dir_cp1254 --FILE-- +--CONFLICTS-- +dir_cp1254 --FILE-- +--CONFLICTS-- +file_cp1254 --FILE-- +--CONFLICTS-- +file_cp1255 --INI-- internal_encoding=cp1255 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp1255_1.phpt b/ext/standard/tests/file/windows_mb_path/test_cp1255_1.phpt index 4da386eaa4..18ac39a05d 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp1255_1.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp1255_1.phpt @@ -10,6 +10,8 @@ skip_if_no_required_exts(); skip_if_wrong_cp(1255, "ansi"); ?> +--CONFLICTS-- +dir_cp1255 --INI-- default_charset=cp1255 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp1255_2.phpt b/ext/standard/tests/file/windows_mb_path/test_cp1255_2.phpt index e5b6f4cf77..781d845896 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp1255_2.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp1255_2.phpt @@ -10,6 +10,8 @@ skip_if_no_required_exts(); skip_if_wrong_cp(1255, "ansi"); ?> +--CONFLICTS-- +dir_cp1255 --INI-- internal_encoding=cp1255 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp1255_to_utf8_0.phpt b/ext/standard/tests/file/windows_mb_path/test_cp1255_to_utf8_0.phpt index b8937a2f9e..5ea5915c32 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp1255_to_utf8_0.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp1255_to_utf8_0.phpt @@ -9,6 +9,8 @@ if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); skip_if_no_required_exts(); ?> +--CONFLICTS-- +file_cp1255 --FILE-- +--CONFLICTS-- +dir_cp1255 --FILE-- +--CONFLICTS-- +dir_cp1255 --FILE-- +--CONFLICTS-- +file_cp1256 --INI-- internal_encoding=cp1256 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp1256_1.phpt b/ext/standard/tests/file/windows_mb_path/test_cp1256_1.phpt index ec95e582d9..afda00330d 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp1256_1.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp1256_1.phpt @@ -10,6 +10,8 @@ skip_if_no_required_exts(); skip_if_wrong_cp(1256, "ansi"); ?> +--CONFLICTS-- +dir_cp1256 --INI-- internal_encoding=cp1256 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp1256_2.phpt b/ext/standard/tests/file/windows_mb_path/test_cp1256_2.phpt index fd7303f1e7..95fe6c56c7 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp1256_2.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp1256_2.phpt @@ -10,6 +10,8 @@ skip_if_no_required_exts(); skip_if_wrong_cp(1256, "ansi"); ?> +--CONFLICTS-- +dir_cp1256 --INI-- default_charset=cp1256 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp1256_to_utf8_0.phpt b/ext/standard/tests/file/windows_mb_path/test_cp1256_to_utf8_0.phpt index 25e1118fcb..b13c54278f 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp1256_to_utf8_0.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp1256_to_utf8_0.phpt @@ -9,6 +9,8 @@ if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); skip_if_no_required_exts(); ?> +--CONFLICTS-- +file_cp1256 --FILE-- +--CONFLICTS-- +dir_cp1256 --FILE-- +--CONFLICTS-- +dir_cp1256 --FILE-- +--CONFLICTS-- +file_cp874 --INI-- internal_encoding=cp874 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp874_to_utf8_1.phpt b/ext/standard/tests/file/windows_mb_path/test_cp874_to_utf8_1.phpt index 1bc8fca100..951f9c0650 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp874_to_utf8_1.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp874_to_utf8_1.phpt @@ -9,6 +9,8 @@ if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); skip_if_no_required_exts(); ?> +--CONFLICTS-- +file_cp874 --FILE-- +--CONFLICTS-- +file_cp932 --INI-- default_charset=cp932 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp932_1.phpt b/ext/standard/tests/file/windows_mb_path/test_cp932_1.phpt index 9163f87b33..0cd6474276 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp932_1.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp932_1.phpt @@ -10,6 +10,8 @@ skip_if_no_required_exts(); skip_if_wrong_cp(932, "oem"); ?> +--CONFLICTS-- +dir_cp932 --INI-- default_charset=cp932 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp932_2.phpt b/ext/standard/tests/file/windows_mb_path/test_cp932_2.phpt index 149c0fe595..0da56cefcc 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp932_2.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp932_2.phpt @@ -10,6 +10,8 @@ skip_if_no_required_exts(); skip_if_wrong_cp(932, "oem"); ?> +--CONFLICTS-- +dir_cp932 --INI-- internal_encoding=cp932 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp932_3.phpt b/ext/standard/tests/file/windows_mb_path/test_cp932_3.phpt index a6fd814203..0c9ad8ee71 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp932_3.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp932_3.phpt @@ -10,6 +10,8 @@ skip_if_no_required_exts(); skip_if_wrong_cp(932, "ansi"); ?> +--CONFLICTS-- +file_cp932 --INI-- internal_encoding=cp932 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp932_to_utf8_0.phpt b/ext/standard/tests/file/windows_mb_path/test_cp932_to_utf8_0.phpt index b845e313b3..1a7e98cbea 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp932_to_utf8_0.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp932_to_utf8_0.phpt @@ -9,6 +9,8 @@ if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); skip_if_no_required_exts(); ?> +--CONFLICTS-- +file_cp932 --FILE-- +--CONFLICTS-- +dir_cp932 --FILE-- +--CONFLICTS-- +dir_cp932 --FILE-- +--CONFLICTS-- +file_cp936 --INI-- internal_encoding=cp936 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp936_1.phpt b/ext/standard/tests/file/windows_mb_path/test_cp936_1.phpt index d7ee04bf9e..67d45b9c62 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp936_1.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp936_1.phpt @@ -10,6 +10,8 @@ skip_if_no_required_exts(); skip_if_wrong_cp(936, "oem"); ?> +--CONFLICTS-- +dir_cp936 --INI-- internal_encoding=cp936 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp936_2.phpt b/ext/standard/tests/file/windows_mb_path/test_cp936_2.phpt index eef4e4915e..bba68d6871 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp936_2.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp936_2.phpt @@ -10,6 +10,8 @@ skip_if_no_required_exts(); skip_if_wrong_cp(936, "oem"); ?> +--CONFLICTS-- +file_cp936 --INI-- default_charset=cp936 --FILE-- diff --git a/ext/standard/tests/file/windows_mb_path/test_cp936_to_utf8_0.phpt b/ext/standard/tests/file/windows_mb_path/test_cp936_to_utf8_0.phpt index 52b164fdb2..2d6aa24f33 100644 --- a/ext/standard/tests/file/windows_mb_path/test_cp936_to_utf8_0.phpt +++ b/ext/standard/tests/file/windows_mb_path/test_cp936_to_utf8_0.phpt @@ -9,6 +9,8 @@ if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); skip_if_no_required_exts(); ?> +--CONFLICTS-- +file_cp936 --FILE-- +--CONFLICTS-- +dir_cp936 --FILE-- +--CONFLICTS-- +file_cp936 --FILE-- +--CONFLICTS-- +dir_mb --FILE-- +--CONFLICTS-- +file_eucjp --FILE-- +--CONFLICTS-- +dir_eucjp --FILE-- +--CONFLICTS-- +dir_eucjp --FILE-- +--CONFLICTS-- +file_kartuli --FILE-- +--CONFLICTS-- +dir_kartuli --FILE-- +--CONFLICTS-- +dir_kartuli --FILE-- +--CONFLICTS-- +file_kartuli --FILE-- +--CONFLICTS-- +mb_names --FILE-- +--CONFLICTS-- +file2_mb --FILE--