From 71cf7139e55576a423e304a14cb4adaab4380286 Mon Sep 17 00:00:00 2001 From: "machenbach@chromium.org" Date: Wed, 24 Jul 2013 09:46:49 +0000 Subject: [PATCH] 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 --- tools/blink_tests/TestExpectations | 3 +++ 1 file changed, 3 insertions(+) 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 ] -- 2.7.4