| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 9f5d73efdf025e242e07804af410a1a587c93468..31e118b954a0dc195750a3d3fbadc1e9572eb83c 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -156,6 +156,9 @@
|
| # desugaring regexp property class relies on ICU.
|
| 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]],
|
|
|
| + # noi18n build cannot parse characters in supplementary plane.
|
| + 'harmony/regexp-named-captures': [PASS, ['no_i18n == True', FAIL]],
|
| +
|
| # Allocates a large array buffer, which TSAN sometimes cannot handle.
|
| 'regress/regress-599717': [PASS, ['tsan', SKIP]],
|
|
|
|
|