From 85e86ad745af6c32696a375f745d4649a0440c1b Mon Sep 17 00:00:00 2001 From: "bmeurer@chromium.org" Date: Thu, 23 Oct 2014 04:16:22 +0000 Subject: [PATCH] Skip webkit/dfg-int-overflow-in-loop for TF. TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/652183005 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24816 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/webkit/webkit.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/webkit/webkit.status b/test/webkit/webkit.status index 9f9ee11..93e2466 100644 --- a/test/webkit/webkit.status +++ b/test/webkit/webkit.status @@ -46,6 +46,8 @@ 'sort-large-array': [SKIP], }], # 'mode == debug' ['simulator', { + # Skip tests that timeout with turbofan. + 'dfg-int-overflow-in-loop': [PASS, NO_VARIANTS], 'function-apply-aliased': [SKIP], }], # 'simulator' ['arch == arm64 and simulator_run == True', { -- 2.7.4