| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index f597d7909427f6487e62dc63358dd074d08b79d7..54a8b46486ad028d7d68c19de5e9d3a25c56db94 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -268,8 +268,8 @@
|
| 'wasm/embenchen/*': [PASS, ['arch == arm64', SKIP], ['ignition == True', SKIP]],
|
|
|
| # case-insensitive unicode regexp relies on case mapping provided by ICU.
|
| - 'harmony/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]],
|
| - 'harmony/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]],
|
| + 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]],
|
| + 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]],
|
| 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]],
|
| # desugaring regexp property class relies on ICU.
|
| 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]],
|
|
|