From: hclam@chromium.org Date: Thu, 28 Jun 2012 21:26:31 +0000 (+0000) Subject: [chromium] Mark a test as slow. X-Git-Tag: 070512121124~419 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49399413069213d7cd4a3be4c3bac8052c8c3181;p=profile%2Fivi%2Fwebkit-efl.git [chromium] Mark a test as slow. https://bugs.webkit.org/show_bug.cgi?id=90207 fast/forms/select/select-state-restore.html is a slow test on debug builds. Not reviewed. * platform/chromium/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121470 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 412fb68..b7369ea 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,13 @@ +2012-06-28 Alpha Lam + + [chromium] Mark a test as slow. + https://bugs.webkit.org/show_bug.cgi?id=90207 + + fast/forms/select/select-state-restore.html is a slow test on debug builds. + Not reviewed. + + * platform/chromium/TestExpectations: + 2012-06-28 Christophe Dumez [EFL] Enable support for HTML5 datalist diff --git a/LayoutTests/platform/chromium/TestExpectations b/LayoutTests/platform/chromium/TestExpectations index 091725c..6610a63 100644 --- a/LayoutTests/platform/chromium/TestExpectations +++ b/LayoutTests/platform/chromium/TestExpectations @@ -3794,3 +3794,6 @@ BUGWK89998 SNOWLEOPARD RELEASE : compositing/webgl/webgl-nonpremultiplied-blend. // Started timeout between r121233:r121239. BUGWK90003 WIN DEBUG : fast/js/repeat-cached-vm-reentry.html = TIMEOUT PASS + +// It times out very frequently on Windows and Mac debug build. +BUGWK90207 SLOW WIN LINUX DEBUG : fast/forms/select/select-state-restore.html = PASS