Blacklist tests that are too slow with TurboFan in debug mode.
R=jochen@chromium.org Review URL: https://codereview.chromium.org/660653008 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24677 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
c987974dcc
commit
e918a842c9
@ -471,6 +471,10 @@
|
|||||||
['system == windows', {
|
['system == windows', {
|
||||||
# TODO(mstarzinger): Too slow with turbo fan.
|
# TODO(mstarzinger): Too slow with turbo fan.
|
||||||
'big-object-literal': [PASS, ['mode == debug', SKIP]],
|
'big-object-literal': [PASS, ['mode == debug', SKIP]],
|
||||||
|
'math-floor-of-div': [PASS, ['mode == debug', SKIP]],
|
||||||
|
'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]],
|
||||||
|
'osr-regress-max-locals': [PASS, ['mode == debug', SKIP]],
|
||||||
|
'unicodelctest': [PASS, ['mode == debug', SKIP]],
|
||||||
|
|
||||||
# BUG(v8:3435)
|
# BUG(v8:3435)
|
||||||
'debug-script-breakpoints': [PASS, FAIL],
|
'debug-script-breakpoints': [PASS, FAIL],
|
||||||
|
Loading…
Reference in New Issue
Block a user