Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: third_party/WebKit/LayoutTests/SlowTests

Issue 2838783002: SharedArrayBuffer throws serializing to indexeddb (Closed)
Patch Set: forgot README Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/SlowTests
diff --git a/third_party/WebKit/LayoutTests/SlowTests b/third_party/WebKit/LayoutTests/SlowTests
index 5ff05d4afb224c02f1625f78b5a90ee6c9e678a5..ddf3f1a23de48f2abb6a4fc5df88d154e4c95959 100644
--- a/third_party/WebKit/LayoutTests/SlowTests
+++ b/third_party/WebKit/LayoutTests/SlowTests
@@ -9,7 +9,9 @@
# than 2 seconds in Release mode or 6 seconds in Debug mode should be listed here.
crbug.com/24182 storage/indexeddb/objectstore-cursor.html [ Slow ]
+crbug.com/24182 virtual/sharedarraybuffer/storage/indexeddb/objectstore-cursor.html [ Slow ]
crbug.com/24182 storage/indexeddb/mozilla/test_objectStore_openKeyCursor.html [ Slow ]
+crbug.com/24182 virtual/sharedarraybuffer/storage/indexeddb/mozilla/test_objectStore_openKeyCursor.html [ Slow ]
crbug.com/24182 editing/selection/modify_move/move-by-word-visually-mac.html [ Slow ]
crbug.com/24182 editing/selection/modify_move/move-by-word-visually-multi-line.html [ Slow ]
crbug.com/24182 compositing/culling/filter-occlusion-blur-large.html [ Slow ]
@@ -266,7 +268,9 @@ crbug.com/357427 virtual/mojo-loading/http/tests/workers/terminate-during-sync-o
crbug.com/364250 [ Debug ] virtual/threaded/animations/interpolation/transform-interpolation.html [ Slow ]
crbug.com/364250 [ Debug ] virtual/threaded/animations/interpolation/webkit-transform-interpolation.html [ Slow ]
crbug.com/402379 [ Win7 Debug ] storage/indexeddb/cursor-continue-validity.html [ Slow ]
+crbug.com/402379 [ Win7 Debug ] virtual/sharedarraybuffer/storage/indexeddb/cursor-continue-validity.html [ Slow ]
crbug.com/402379 [ Win7 Debug ] storage/indexeddb/mozilla/indexes.html [ Slow ]
+crbug.com/402379 [ Win7 Debug ] virtual/sharedarraybuffer/storage/indexeddb/mozilla/indexes.html [ Slow ]
crbug.com/504706 [ Linux ] inspector/profiler/heap-snapshot-containment-expansion-preserved-when-sorting.html [ Slow ]
crbug.com/504706 [ Linux ] inspector/profiler/heap-snapshot-containment-sorting.html [ Slow ]
crbug.com/440452 virtual/display_list_2d_canvas/fast/canvas/canvas-partial-invalidation-zoomed.html [ Slow ]
@@ -385,9 +389,12 @@ crbug.com/646528 virtual/disable-spinvalidation/compositing/lots-of-img-layers-w
# IDB Observer tests require multiple browsing contexts/workers interacting with
# IndexedDB, which can be slow.
crbug.com/660468 [ Linux ] storage/indexeddb/observer-frame.html [ Slow ]
+crbug.com/660468 [ Linux ] virtual/sharedarraybuffer/storage/indexeddb/observer-frame.html [ Slow ]
crbug.com/660468 [ Linux ] storage/indexeddb/observer-workers.html [ Slow ]
+crbug.com/660468 [ Linux ] virtual/sharedarraybuffer/storage/indexeddb/observer-workers.html [ Slow ]
crbug.com/660492 [ Linux ] storage/indexeddb/structured-clone.html [ Slow ]
+crbug.com/660492 [ Linux ] virtual/sharedarraybuffer/storage/indexeddb/structured-clone.html [ Slow ]
# Foreign fetch tests make many requests, and create multiple browsing contexts,
# which can be very slow.

Powered by Google App Engine
This is Rietveld 408576698