Fix skipifs and broken tests of the icu extension
commit1b07b237cdd9136140b87016a0e1d012b0414613
authorAlexey Toptygin <alexeyt@fb.com>
Fri, 23 Apr 2021 01:28:25 +0000 (22 18:28 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 23 Apr 2021 01:31:35 +0000 (22 18:31 -0700)
treec7a22b3103f16fb85f20d7a84c8aeb91630f49ad
parentfd2a0fb1d211e8348ccfa1f6e86d54968232e6eb
Fix skipifs and broken tests of the icu extension

Summary: All the tests in hphp/test/slow/ext_icu/icu_49 and hphp/test/slow/ext_icu/icu_latest were skipping due to skipifs with toplevel code. Furthermore, these directories contain the same tests, but with expectations for different versions of icu. We have `INTL_ICU_VERSION === "53.1"` so the icu_49 would never run even with fixed skipifs. Delete hphp/test/slow/ext_icu/icu_49, move the contents of hphp/test/slow/ext_icu/icu_latest into the parent dir, stop checking the version and fix the part of the skipif logic that isn't redundant (hphp/test/slow/ext_icu/skip_unless_locale_fa_IR_present.inc).

Reviewed By: ricklavoie

Differential Revision: D27938045

fbshipit-source-id: 9ffb3e2c4b0f02e6fb677454e5efb3c3e1c272a1
17 files changed:
hphp/test/slow/ext_icu/NumberFormatter_format_string_fa_IR.php [moved from hphp/test/slow/ext_icu/icu_latest/NumberFormatter_format_string_fa_IR.php with 100% similarity]
hphp/test/slow/ext_icu/NumberFormatter_format_string_fa_IR.php.expect [moved from hphp/test/slow/ext_icu/icu_49/NumberFormatter_format_string_fa_IR.php.expect with 100% similarity]
hphp/test/slow/ext_icu/NumberFormatter_format_string_fa_IR.php.skipif [new file with mode: 0644]
hphp/test/slow/ext_icu/NumberFormatter_rounding_fa_IR.php [moved from hphp/test/slow/ext_icu/icu_latest/NumberFormatter_rounding_fa_IR.php with 95% similarity]
hphp/test/slow/ext_icu/NumberFormatter_rounding_fa_IR.php.expect [moved from hphp/test/slow/ext_icu/icu_latest/NumberFormatter_rounding_fa_IR.php.expect with 100% similarity]
hphp/test/slow/ext_icu/NumberFormatter_rounding_fa_IR.php.skipif [new file with mode: 0644]
hphp/test/slow/ext_icu/icu_49/NumberFormatter_format_string_fa_IR.php [deleted file]
hphp/test/slow/ext_icu/icu_49/NumberFormatter_format_string_fa_IR.php.skipif [deleted file]
hphp/test/slow/ext_icu/icu_49/NumberFormatter_rounding_fa_IR.php [deleted file]
hphp/test/slow/ext_icu/icu_49/NumberFormatter_rounding_fa_IR.php.expect [deleted file]
hphp/test/slow/ext_icu/icu_49/NumberFormatter_rounding_fa_IR.php.skipif [deleted file]
hphp/test/slow/ext_icu/icu_49/skip_unless_icu_49_1_2.inc [deleted file]
hphp/test/slow/ext_icu/icu_latest/NumberFormatter_format_string_fa_IR.php.expect [deleted file]
hphp/test/slow/ext_icu/icu_latest/NumberFormatter_format_string_fa_IR.php.skipif [deleted file]
hphp/test/slow/ext_icu/icu_latest/NumberFormatter_rounding_fa_IR.php.skipif [deleted file]
hphp/test/slow/ext_icu/icu_latest/skip_unless_icu_52_or_newer.inc [deleted file]
hphp/test/slow/ext_icu/skip_unless_locale_fa_IR_present.inc