From d64315c7a35a73758400ffd81103e4da7d7e445b Mon Sep 17 00:00:00 2001 From: machenbach Date: Mon, 28 Sep 2015 00:03:44 -0700 Subject: [PATCH] [test] Skip test on noi18n. Fails since test262-es6 is tested without i18n support. BUG=v8:4437 LOG=n NOTRY=true TBR=jkummerow@chromium.org Review URL: https://codereview.chromium.org/1368293002 Cr-Commit-Position: refs/heads/master@{#30960} --- test/test262/test262.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test262/test262.status b/test/test262/test262.status index a6794f7..1e8bf5e 100644 --- a/test/test262/test262.status +++ b/test/test262/test262.status @@ -740,6 +740,8 @@ ['no_i18n == True and mode == debug', { # BUG(v8:4437). + 'built-ins/String/prototype/normalize/return-normalized-string': [SKIP], + 'built-ins/String/prototype/normalize/return-normalized-string-from-coerced-form': [SKIP], 'built-ins/String/prototype/normalize/return-normalized-string-using-default-parameter': [SKIP], }], # no_i18n == True and mode == debug -- 2.7.4