From: machenbach@chromium.org Date: Wed, 24 Jul 2013 09:46:49 +0000 (+0000) Subject: Extend existing blink test expectations for slow tests. X-Git-Tag: upstream/4.7.83~13231 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71cf7139e55576a423e304a14cb4adaab4380286;p=platform%2Fupstream%2Fv8.git Extend existing blink test expectations for slow tests. The test plugins/js-from-destroy.html has crash and timeout expectations for some configurations but not on windows release. Add 'slow', since there is a timeout only on the v8 waterfall and only for windows release. BUG=webkit.org/b/48655 R=mstarzinger@chromium.org Review URL: https://codereview.chromium.org/20082002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15852 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/tools/blink_tests/TestExpectations b/tools/blink_tests/TestExpectations index b5f4905..c5596eb 100644 --- a/tools/blink_tests/TestExpectations +++ b/tools/blink_tests/TestExpectations @@ -25,3 +25,6 @@ crbug.com/178745 [ Win Debug ] plugins/open-and-close-window-with-plugin.html [ [ Linux Debug ] fast/js/regress/function-dot-apply.html [ Slow ] crbug.com/249894 [ Linux Debug ] fast/js/regress/inline-arguments-access.html [ Pass Failure Crash Slow ] [ Linux Debug ] fast/js/regress/inline-arguments-local-escape.html [ Slow ] + +# Slow on windows: +webkit.org/b/48655 [ Win ] plugins/js-from-destroy.html [ Crash Slow ]