From e918a842c98334bbdf02f10f7cd0aa112a25b855 Mon Sep 17 00:00:00 2001 From: "bmeurer@chromium.org" Date: Fri, 17 Oct 2014 06:59:02 +0000 Subject: [PATCH] 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 --- test/mjsunit/mjsunit.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 4a10f82..3efd3b5 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -471,6 +471,10 @@ ['system == windows', { # TODO(mstarzinger): Too slow with turbo fan. '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) 'debug-script-breakpoints': [PASS, FAIL], -- 2.7.4