[turbofan] Disable the intl/overrides/string test.

This test times out with Turbo Fan enabled. See issue 3526 for details.

BUG=
R=ulan@chromium.org, wingo@igalia.com

Review URL: https://codereview.chromium.org/494173002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23297 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
Jacob.Bramley@arm.com 2014-08-22 09:05:04 +00:00
parent 1efe3de965
commit 2fd20234ce

View File

@ -43,5 +43,8 @@
'date-format/parse-mdyhms': [FAIL],
'number-format/parse-decimal': [FAIL],
'number-format/parse-percent': [FAIL],
# TODO(jbramley): This test times out with TurboFan. See issue 3526.
'overrides/string': [PASS, NO_VARIANTS],
}], # ALWAYS
]