Title: [127339] trunk/LayoutTests
Revision
127339
Author
[email protected]
Date
2012-08-31 17:12:40 -0700 (Fri, 31 Aug 2012)

Log Message

Mark some indexeddb tests as SLOW. They consistently time out for me
when I run with --fully-parallel.
* platform/chromium/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (127338 => 127339)


--- trunk/LayoutTests/ChangeLog	2012-09-01 00:08:18 UTC (rev 127338)
+++ trunk/LayoutTests/ChangeLog	2012-09-01 00:12:40 UTC (rev 127339)
@@ -1,3 +1,9 @@
+2012-08-31  Ojan Vafai  <[email protected]>
+
+        Mark some indexeddb tests as SLOW. They consistently time out for me
+        when I run with --fully-parallel.
+        * platform/chromium/TestExpectations:
+
 2012-08-31  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r127309.

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (127338 => 127339)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-09-01 00:08:18 UTC (rev 127338)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-09-01 00:12:40 UTC (rev 127339)
@@ -58,7 +58,6 @@
 BUGCR24182 SLOW DEBUG : jquery/offset.html = PASS
 BUGCR24182 LINUX WIN DEBUG : jquery/traversing.html = PASS TIMEOUT
 BUGCR24182 SLOW SNOWLEOPARD DEBUG : svg/dom/baseVal-animVal-crash.html = PASS
-BUGCR24182 SLOW MAC : storage/indexeddb/factory-basics.html = PASS
 BUGCR24182 SLOW DEBUG : css3/flexbox/position-absolute-child.html = PASS
 BUGCR24182 SLOW WIN MAC DEBUG : fast/events/tabindex-focus-blur-all.html = PASS
 BUGCR24182 SLOW WIN SNOWLEOPARD DEBUG : fast/frames/invalid.html = PASS
@@ -81,6 +80,15 @@
 BUGWK93631 SLOW ANDROID : fast/js/toInt32UInt32.html = PASS
 BUGCR24182 SLOW ANDROID DEBUG : editing/selection/caret-at-bidi-boundary.html = PASS
 BUGCR24182 SLOW ANDROID DEBUG : fast/css/css-selector-deeply-nested.html = PASS
+// These tests are slow when run with --fully-parallel.
+BUGCR24182 SLOW : storage/indexeddb/database-closepending-flag.html = PASS
+BUGCR24182 SLOW : storage/indexeddb/factory-basics-workers.html = PASS
+BUGCR24182 SLOW : storage/indexeddb/factory-basics.html = PASS
+BUGCR24182 SLOW : storage/indexeddb/factory-deletedatabase-interactions.html = PASS
+BUGCR24182 SLOW : storage/indexeddb/intversion-and-setversion.html = PASS
+BUGCR24182 SLOW : storage/indexeddb/key-generator.html = PASS
+BUGCR24182 SLOW : storage/indexeddb/metadata.html = PASS
+BUGCR24182 SLOW : storage/indexeddb/structured-clone.html = PASS
 
 // These tests started being slow when we switched to DRT.
 BUGWK90488 SLOW LINUX WIN DEBUG : inspector = PASS
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to