Enable test cases that no longer timeout.
R=bmeurer@chromium.org BUG=v8:3522,v8:3526 LOG=N Review URL: https://codereview.chromium.org/505113002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23388 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
279d74d3cf
commit
0d7f69aac5
@ -43,8 +43,5 @@
|
||||
'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
|
||||
]
|
||||
|
@ -78,14 +78,10 @@
|
||||
'packed-elements': [PASS, NO_VARIANTS],
|
||||
'unbox-double-arrays': [PASS, NO_VARIANTS],
|
||||
'whitespaces': [PASS, NO_VARIANTS],
|
||||
'compiler/optimized-for-in': [PASS, NO_VARIANTS],
|
||||
'compiler/osr-assert': [PASS, NO_VARIANTS],
|
||||
'compiler/osr-regress-max-locals': [PASS, NO_VARIANTS],
|
||||
'es7/object-observe': [PASS, NO_VARIANTS],
|
||||
'regress/regress-2185-2': [PASS, NO_VARIANTS],
|
||||
'regress/regress-284': [PASS, NO_VARIANTS],
|
||||
'regress/string-set-char-deopt': [PASS, NO_VARIANTS],
|
||||
'tools/profviz': [PASS, NO_VARIANTS],
|
||||
|
||||
# Support for breakpoints requires special relocation info for DebugBreak.
|
||||
'debug-clearbreakpointgroup': [PASS, NO_VARIANTS],
|
||||
|
@ -31,9 +31,6 @@
|
||||
|
||||
'15.5.4.9_CE': [['no_i18n', SKIP]],
|
||||
|
||||
# TODO(turbofan): Timeouts on TurboFan need investigation.
|
||||
'10.1.1_13': [PASS, NO_VARIANTS],
|
||||
|
||||
# BUG(v8:3455)
|
||||
'11.2.3_b': [FAIL],
|
||||
'12.2.3_b': [FAIL],
|
||||
|
@ -31,9 +31,6 @@
|
||||
|
||||
'15.5.4.9_CE': [['no_i18n', SKIP]],
|
||||
|
||||
# TODO(turbofan): Timeouts on TurboFan need investigation.
|
||||
'10.1.1_13': [PASS, NO_VARIANTS],
|
||||
|
||||
# BUG(v8:3455)
|
||||
'11.2.3_b': [FAIL],
|
||||
'12.2.3_b': [FAIL],
|
||||
|
Loading…
Reference in New Issue
Block a user