From 7e0104df31518553e30a5e42a98be99e153f1124 Mon Sep 17 00:00:00 2001 From: "wjmaclean@chromium.org" Date: Fri, 13 Jul 2012 20:35:39 +0000 Subject: [PATCH] [chromium] Unreviewed gardening. storage/indexeddb/cursor-key-order.html has starting crashing on occassion. https://bugs.webkit.org/show_bug.cgi?id=91275 Not sure how far back the crashes go, but happens with reasonably high frequency. * platform/chromium/TestExpectations: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@122625 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 9 +++++++++ LayoutTests/platform/chromium/TestExpectations | 3 +++ 2 files changed, 12 insertions(+) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index d34f86c..8a13bee 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,12 @@ +2012-07-13 W. James MacLean + + [chromium] Unreviewed gardening. storage/indexeddb/cursor-key-order.html has starting crashing on occassion. + https://bugs.webkit.org/show_bug.cgi?id=91275 + + Not sure how far back the crashes go, but happens with reasonably high frequency. + + * platform/chromium/TestExpectations: + 2012-07-13 Tony Chang Move layout checking js script into LayoutTest/resources and generalize diff --git a/LayoutTests/platform/chromium/TestExpectations b/LayoutTests/platform/chromium/TestExpectations index d5a94cc..560efc9 100644 --- a/LayoutTests/platform/chromium/TestExpectations +++ b/LayoutTests/platform/chromium/TestExpectations @@ -3765,3 +3765,6 @@ BUGWK91254 WIN LINUX DEBUG : fast/dom/attribute-empty-value-no-children.html = C // Need rebaseline BUGWK90951 : fast/text/shaping/shaping-selection-rect.html = MISSING BUGWK90951 : fast/text/shaping/shaping-script-order.html = MISSING + +// Recently(?) started crashing on occassion +BUGWK91275 WIN : storage/indexeddb/cursor-key-order.html = PASS CRASH -- 1.8.3.1