forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSlowTests
525 lines (471 loc) · 40.1 KB
/
SlowTests
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
# This file should only mark tests as Slow. If they are failing in some other way, that listing should be in TestExpectations.
# Lines listed in both files will have the *union* of the expectations.
#
# In general, we should list tests in this file if they are slower than ~30% of the default timeout time, as we
# can see a 3x variance or more in test times on the bots. In practice, this means that any test that takes longer
# than 2 seconds in Release mode or 6 seconds in Debug mode should be listed here.
#
# Further documentation:
# https://chromium.googlesource.com/chromium/src/+/master/docs/testing/layout_test_expectations.md
crbug.com/24182 storage/indexeddb/objectstore-cursor.html [ Slow ]
crbug.com/24182 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 ]
crbug.com/24182 compositing/video-frame-size-change.html [ Slow ]
crbug.com/24182 css3/filters/effect-reference-hidpi-hw.html [ Slow ]
crbug.com/24182 css3/filters/filter-change-repaint-composited.html [ Slow ]
crbug.com/24182 editing/selection/caret-at-bidi-boundary.html [ Slow ]
crbug.com/24182 editing/selection/modify_move/move-by-word-visually-single-space-inline-element.html [ Slow ]
crbug.com/24182 editing/selection/modify_move/move-by-word-visually-inline-block-positioned-element.html [ Slow ]
crbug.com/24182 editing/selection/modify_move/move-by-word-visually-multi-space.html [ Slow ]
crbug.com/24182 editing/selection/modify_move/move-by-word-visually-crash-test-5.html [ Slow ]
crbug.com/24182 fast/dom/SelectorAPI/resig-SelectorsAPI-test.xhtml [ Slow ]
crbug.com/24182 fast/frames/cached-frame-counter.html [ Slow ]
crbug.com/24182 fast/frames/frame-limit.html [ Slow ]
crbug.com/24182 fast/overflow/lots-of-sibling-inline-boxes.html [ Slow ] # Particularly slow in Debug: >12x slower!
crbug.com/24182 http/tests/accessibility/slow-document-load.html [ Slow ]
crbug.com/24182 virtual/mojo-loading/http/tests/accessibility/slow-document-load.html [ Slow ]
crbug.com/24182 http/tests/cache/subresource-expiration-1.html [ Slow ]
crbug.com/24182 virtual/mojo-loading/http/tests/cache/subresource-expiration-1.html [ Slow ]
crbug.com/24182 http/tests/cache/subresource-expiration-2.html [ Slow ]
crbug.com/24182 virtual/mojo-loading/http/tests/cache/subresource-expiration-2.html [ Slow ]
crbug.com/24182 [ Release Win7 ] http/tests/media/media-source/mediasource-addsourcebuffer.html [ Slow ]
crbug.com/24182 [ Release Win7 ] virtual/mojo-loading/http/tests/media/media-source/mediasource-addsourcebuffer.html [ Slow ]
crbug.com/24182 http/tests/misc/acid3.html [ Slow ]
crbug.com/24182 virtual/mojo-loading/http/tests/misc/acid3.html [ Slow ]
crbug.com/24182 http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm [ Slow ]
crbug.com/24182 virtual/mojo-loading/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm [ Slow ]
crbug.com/24182 http/tests/misc/uncacheable-script-repeated.html [ Slow ]
crbug.com/24182 virtual/mojo-loading/http/tests/misc/uncacheable-script-repeated.html [ Slow ]
crbug.com/24182 http/tests/navigation/slowmetaredirect-basic.html [ Slow ]
crbug.com/24182 virtual/mojo-loading/http/tests/navigation/slowmetaredirect-basic.html [ Slow ]
crbug.com/24182 http/tests/navigation/slowtimerredirect-basic.html [ Slow ]
crbug.com/24182 virtual/mojo-loading/http/tests/navigation/slowtimerredirect-basic.html [ Slow ]
crbug.com/24182 http/tests/storage/callbacks-are-called-in-correct-context.html [ Slow ]
crbug.com/24182 virtual/mojo-loading/http/tests/storage/callbacks-are-called-in-correct-context.html [ Slow ]
crbug.com/24182 http/tests/notifications/close-dispatch-asynchronous.html [ Slow ]
crbug.com/24182 virtual/mojo-loading/http/tests/notifications/close-dispatch-asynchronous.html [ Slow ]
crbug.com/24182 images/png-suite/test.html [ Slow ]
crbug.com/24182 jquery/attributes.html [ Slow ]
crbug.com/24182 jquery/core.html [ Slow ]
crbug.com/24182 jquery/css.html [ Slow ]
crbug.com/24182 jquery/data.html [ Slow ]
crbug.com/24182 jquery/dimensions.html [ Slow ]
crbug.com/24182 jquery/event.html [ Slow ]
crbug.com/24182 jquery/manipulation.html [ Slow ]
crbug.com/24182 jquery/offset.html [ Slow ]
crbug.com/24182 jquery/traversing.html [ Slow ]
crbug.com/24182 media/track/track-cues-cuechange.html [ Slow ]
crbug.com/24182 media/track/track-cues-enter-exit.html [ Slow ]
crbug.com/24182 media/controls/controls-cast-do-not-fade-out.html [ Slow ]
crbug.com/24182 virtual/new-remote-playback-pipeline/media/controls/controls-cast-do-not-fade-out.html [ Slow ]
crbug.com/24182 media/controls/controls-cast-overlay-slow-fade.html [ Slow ]
crbug.com/24182 virtual/new-remote-playback-pipeline/media/controls/controls-cast-overlay-slow-fade.html [ Slow ]
crbug.com/24182 svg/filters/big-sized-filter.svg [ Slow ]
crbug.com/24182 tables/mozilla/other/slashlogo.html [ Slow ]
crbug.com/24182 virtual/gpu/fast/canvas/canvas-blend-image.html [ Slow ]
crbug.com/24182 virtual/gpu/fast/canvas/canvas-blend-solid.html [ Slow ]
crbug.com/24182 virtual/gpu/fast/canvas/canvas-composite-alpha.html [ Slow ]
crbug.com/433711 [ Debug ] virtual/gpu/fast/canvas/canvas-composite-image.html [ Slow ]
crbug.com/24182 virtual/gpu/fast/canvas/canvas-composite-canvas.html [ Slow ]
crbug.com/24182 virtual/gpu/fast/canvas/canvas-createImageBitmap-drawImage.html [ Slow ]
crbug.com/24182 virtual/gpu/fast/canvas/canvas-createImageBitmap-resize.html [ Slow ]
crbug.com/24182 virtual/gpu/fast/canvas/canvas-draw-canvas-on-canvas-shadow.html [ Slow ]
crbug.com/24182 virtual/gpu/fast/canvas/canvas-drawImage-shadow.html [ Slow ]
crbug.com/24182 virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-repaint.html [ Slow ]
crbug.com/24182 virtual/gpu/fast/canvas/canvas-incremental-repaint.html [ Slow ]
crbug.com/24182 virtual/gpu/fast/canvas/canvas-strokePath-gradient-shadow.html [ Slow ]
crbug.com/24182 virtual/gpu/fast/canvas/canvas-strokeRect-gradient-shadow.html [ Slow ]
crbug.com/24182 fast/dom/timer-throttling-background-page-near-alignment-interval.html [ Slow ]
crbug.com/24182 http/tests/perf/large-inlined-script.html [ Slow ]
crbug.com/24182 virtual/mojo-loading/http/tests/perf/large-inlined-script.html [ Slow ]
crbug.com/24182 fast/css/should-not-insert-stylesheet-into-detached-document.html [ Slow ]
crbug.com/24182 fast/dom/shadow/svg-style-in-shadow-tree-crash.html [ Slow ]
crbug.com/24182 fast/encoding/char-encoding.html [ Slow ]
crbug.com/24182 fast/frames/sandboxed-iframe-navigation-targetlink.html [ Slow ]
crbug.com/24182 html/marquee/marquee-destroyed-without-removed-from-crash.html [ Slow ]
crbug.com/24182 fast/js/regress/string-cons-tower.html [ Slow ]
crbug.com/24182 fast/events/tabindex-focus-blur-all.html [ Slow ]
crbug.com/24182 svg/hixie/perf/003.xml [ Slow ]
crbug.com/24182 svg/hixie/perf/004.xml [ Slow ]
crbug.com/24182 svg/hixie/perf/005.xml [ Slow ]
crbug.com/24182 svg/hixie/perf/006.xml [ Slow ]
crbug.com/451577 [ Debug ] fast/dom/gc-treescope.html [ Slow ]
crbug.com/451577 [ Debug ] fast/frames/calculate-round.html [ Slow ]
crbug.com/451577 external/wpt/IndexedDB/idbindex-multientry-big.htm [ Slow ]
crbug.com/237245 [ Debug Win7 ] editing/selection/programmatic-selection-on-mac-is-directionless.html [ Slow ]
# Most DevTools tests are slow in Debug.
webkit.org/b/90488 [ Debug ] http/tests/devtools/ [ Slow ]
webkit.org/b/90488 [ Debug ] virtual/mojo-loading/http/tests/devtools/ [ Slow ]
webkit.org/b/90488 [ Debug ] inspector-protocol/ [ Slow ]
# DevTools console, debugger and profiler tests are slow in Release as well.
crbug.com/451577 http/tests/devtools/console [ Slow ]
crbug.com/451577 virtual/mojo-loading/http/tests/devtools/console [ Slow ]
crbug.com/450493 http/tests/devtools/sources/ [ Slow ]
crbug.com/450493 virtual/mojo-loading/http/tests/devtools/sources/ [ Slow ]
crbug.com/450493 http/tests/devtools/startup/sources/ [ Slow ]
crbug.com/450493 http/tests/devtools/stacktraces/ [ Slow ]
crbug.com/450493 virtual/mojo-loading/http/tests/devtools/stacktraces/ [ Slow ]
crbug.com/450493 http/tests/devtools/profiler/ [ Slow ]
crbug.com/450493 virtual/mojo-loading/http/tests/devtools/profiler/ [ Slow ]
crbug.com/420008 http/tests/devtools/tracing/ [ Slow ]
crbug.com/420008 virtual/mojo-loading/http/tests/devtools/tracing/ [ Slow ]
crbug.com/420008 virtual/threaded/http/tests/devtools/tracing/ [ Slow ]
# Misc DevTools tests that are slow
crbug.com/246190 [ Release ] http/tests/devtools/indexeddb/ [ Slow ]
crbug.com/246190 [ Release ] virtual/mojo-loading/http/tests/devtools/indexeddb/ [ Slow ]
crbug.com/451577 [ Mac ] http/tests/devtools/extensions/extensions-sidebar.html [ Slow ]
crbug.com/451577 [ Mac ] http/tests/devtools/extensions/extensions-events.html [ Slow ]
crbug.com/667560 http/tests/devtools/startup/console/console-format-startup.html [ Slow ]
crbug.com/667560 virtual/mojo-loading/http/tests/devtools/startup/console/console-format-startup.html [ Slow ]
crbug.com/679833 http/tests/devtools/network/network-datareceived.js [ Slow ]
crbug.com/679833 virtual/mojo-loading/http/tests/devtools/network/network-datareceived.js [ Slow ]
webkit.org/b/90488 [ Release ] http/tests/devtools/compiler-source-mapping-debug.html [ Slow ]
webkit.org/b/90488 [ Release ] virtual/mojo-loading/http/tests/devtools/compiler-source-mapping-debug.html [ Slow ]
crbug.com/243492 http/tests/devtools/startup/injected-script-discard.html [ Slow ]
crbug.com/243492 virtual/mojo-loading/http/tests/devtools/startup/injected-script-discard.html [ Slow ]
crbug.com/327078 http/tests/devtools/network/long-script-content.html [ Slow ]
crbug.com/327078 virtual/mojo-loading/http/tests/devtools/network/long-script-content.html [ Slow ]
crbug.com/420008 [ Release ] http/tests/devtools/editor/text-editor-word-jumps.js [ Slow ]
crbug.com/667560 [ Release ] virtual/mojo-loading/http/tests/devtools/editor/text-editor-word-jumps.js [ Slow ]
crbug.com/420008 [ Release ] http/tests/devtools/console-xhr-logging.js [ Slow ]
crbug.com/420008 [ Release ] virtual/mojo-loading/http/tests/devtools/console-xhr-logging.js [ Slow ]
crbug.com/596486 [ Linux ] http/tests/devtools/elements/insert-node.js [ Slow ]
crbug.com/667560 [ Linux ] virtual/mojo-loading/http/tests/devtools/elements/insert-node.js [ Slow ]
webkit.org/b/84735 [ Win ] http/tests/devtools/change-iframe-src.js [ Slow ]
webkit.org/b/84735 [ Win ] virtual/mojo-loading/http/tests/devtools/change-iframe-src.js [ Slow ]
crbug.com/504565 [ Mac ] http/tests/devtools/search/sources-search-scope.html [ Slow ]
crbug.com/504565 [ Mac ] virtual/mojo-loading/http/tests/devtools/search/sources-search-scope.html [ Slow ]
crbug.com/451577 http/tests/devtools/resource-tree/resource-tree-crafted-frame-add.html [ Slow ]
crbug.com/451577 virtual/mojo-loading/http/tests/devtools/resource-tree/resource-tree-crafted-frame-add.html [ Slow ]
crbug.com/451577 http/tests/devtools/resource-tree/resource-tree-frame-in-crafted-frame.html [ Slow ]
crbug.com/451577 virtual/mojo-loading/http/tests/devtools/resource-tree/resource-tree-frame-in-crafted-frame.html [ Slow ]
crbug.com/510337 http/tests/devtools/elements/styles-1/edit-value-url-with-color.html [ Slow ]
crbug.com/667560 virtual/mojo-loading/http/tests/devtools/elements/styles-1/edit-value-url-with-color.html [ Slow ]
crbug.com/451577 [ Mac ] http/tests/devtools/extensions/extensions-reload.html [ Slow ]
crbug.com/451577 [ Mac ] http/tests/devtools/extensions/extensions-resources.html [ Slow ]
crbug.com/451577 [ Win10 ] http/tests/devtools/extensions/extensions-sidebar.html [ Slow ]
crbug.com/451577 [ Mac ] http/tests/devtools/layers/layer-canvas-log.html [ Slow ]
crbug.com/667560 [ Mac ] virtual/mojo-loading/http/tests/devtools/layers/layer-canvas-log.html [ Slow ]
crbug.com/451577 [ Mac ] http/tests/devtools/network/network-domain-filter.html [ Slow ]
crbug.com/667560 [ Mac ] virtual/mojo-loading/http/tests/devtools/network/network-domain-filter.html [ Slow ]
# Random slow tests
crbug.com/763197 [ Linux Mac ] virtual/gpu-rasterization/images/color-profile-border-radius.html [ Slow ]
crbug.com/763197 [ Linux Mac ] virtual/gpu-rasterization/images/color-profile-image-canvas-svg.html [ Slow ]
crbug.com/763197 [ Linux Mac ] virtual/gpu-rasterization/images/color-profile-image-svg-resource-url.html [ Slow ]
crbug.com/510337 cssom/cssvalue-comparison.html [ Slow ]
crbug.com/680917 http/tests/devtools/audits2/ [ Slow ]
crbug.com/680917 virtual/mojo-loading/http/tests/devtools/audits2/ [ Slow ]
# This test is intentionally SLOW as we're waiting for a connection timeout.
crbug.com/73609 http/tests/media/video-play-stall.html [ Slow ]
crbug.com/73609 virtual/mojo-loading/http/tests/media/video-play-stall.html [ Slow ]
# This has been Slow in Debug since added in r164270.
crbug.com/330389 [ Debug ] css-parser/color3_hsl.html [ Slow ]
# Many of the virtual animations tests are slow.
crbug.com/248938 virtual/threaded/animations/direction-and-fill/animation-direction-reverse-fill-mode.html [ Slow ]
crbug.com/248938 virtual/threaded/animations/direction-and-fill/animation-direction-reverse-hardware.html [ Slow ]
crbug.com/248938 virtual/threaded/animations/stability/animation-on-inline-crash.html [ Slow ]
crbug.com/248938 virtual/threaded/animations/cross-fade-background-image.html [ Slow ]
crbug.com/248938 virtual/threaded/animations/cross-fade-border-image-source.html [ Slow ]
crbug.com/248938 virtual/threaded/animations/cross-fade-webkit-mask-box-image.html [ Slow ]
crbug.com/248938 virtual/threaded/animations/cross-fade-webkit-mask-image.html [ Slow ]
crbug.com/248938 virtual/threaded/animations/missing-values-last-keyframe.html [ Slow ]
crbug.com/311482 virtual/threaded/animations/prefixed/keyframes-unprefixed-03.html [ Slow ]
crbug.com/243871 virtual/threaded/fast/scroll-behavior/ [ Slow ]
crbug.com/243871 virtual/threaded/fast/idle-callback/idle_periods.html [ Slow ]
crbug.com/664857 virtual/threaded/animations/responsive/transform-responsive-neutral-keyframe.html [ Slow ]
crbug.com/258896 animations/direction-and-fill/animation-direction-reverse-fill-mode.html [ Slow ]
# These html5lib tests are generated tests that test a huge amount of permutations so they need a bit more time.
crbug.com/453312 html5lib/generated/run-doctype01-data.html [ Slow ]
crbug.com/453312 html5lib/generated/run-domjs-unsafe-data.html [ Slow ]
crbug.com/453312 html5lib/generated/run-entities01-data.html [ Slow ]
crbug.com/453312 html5lib/generated/run-entities02-data.html [ Slow ]
crbug.com/453312 html5lib/generated/run-template-data.html [ Slow ]
crbug.com/453312 html5lib/generated/run-tests1-data.html [ Slow ]
crbug.com/453312 html5lib/generated/run-tests2-data.html [ Slow ]
crbug.com/453312 html5lib/generated/run-tests6-data.html [ Slow ]
crbug.com/453312 html5lib/generated/run-tests7-data.html [ Slow ]
crbug.com/453312 html5lib/generated/run-tests9-data.html [ Slow ]
crbug.com/453312 html5lib/generated/run-tests10-data.html [ Slow ]
crbug.com/453312 html5lib/generated/run-tests16-data.html [ Slow ]
crbug.com/453312 html5lib/generated/run-tests19-data.html [ Slow ]
crbug.com/453312 html5lib/generated/run-tests20-data.html [ Slow ]
crbug.com/453312 html5lib/generated/run-webkit01-data.html [ Slow ]
crbug.com/453312 html5lib/webkit-resumer.html [ Slow ]
# FIXME: These tests might still be buggy and time out. They were marked as Slow on 9/20/2013.
# Double-check the data after they've been running another week or so.
webkit.org/b/58193 [ Win7 ] http/tests/local/fileapi/send-sliced-dragged-file.html [ Slow ]
webkit.org/b/58193 [ Win7 ] virtual/mojo-loading/http/tests/local/fileapi/send-sliced-dragged-file.html [ Slow ]
crbug.com/9798 [ Win Release ] http/tests/navigation/no-referrer-reset.html [ Slow ]
crbug.com/9798 [ Win Release ] virtual/mojo-loading/http/tests/navigation/no-referrer-reset.html [ Slow ]
crbug.com/9798 [ Win ] http/tests/cookies/multiple-cookies.html [ Slow ]
crbug.com/9798 [ Win ] virtual/mojo-loading/http/tests/cookies/multiple-cookies.html [ Slow ]
crbug.com/237270 [ Win7 ] fast/css/custom-font-xheight.html [ Slow ]
crbug.com/241576 [ Win ] http/tests/appcache/404-manifest.html [ Slow ]
crbug.com/241576 [ Win ] virtual/mojo-loading/http/tests/appcache/404-manifest.html [ Slow ]
crbug.com/241869 [ Debug ] css3/flexbox/multiline-justify-content.html [ Slow ]
crbug.com/245154 editing/selection/modify_move/move-by-character-brute-force.html [ Slow ]
crbug.com/246749 http/tests/devtools/extensions/extensions-panel.html [ Slow ]
# This test takes 5+ seconds as intended because it tests connection throttling.
crbug.com/459377 http/tests/websocket/multiple-connections-throttled.html [ Slow ]
crbug.com/459377 virtual/mojo-loading/http/tests/websocket/multiple-connections-throttled.html [ Slow ]
# These tests are slow to measure bounding box of every single Unicode character.
crbug.com/492664 external/wpt/css/css-writing-modes/text-orientation-script-001a.html [ Slow ]
crbug.com/492664 external/wpt/css/css-writing-modes/text-orientation-script-001b.html [ Slow ]
crbug.com/492664 external/wpt/css/css-writing-modes/text-orientation-script-001c.html [ Slow ]
crbug.com/492664 external/wpt/css/css-writing-modes/text-orientation-script-001d.html [ Slow ]
crbug.com/492664 external/wpt/css/css-writing-modes/text-orientation-script-001e.html [ Slow ]
crbug.com/492664 external/wpt/css/css-writing-modes/text-orientation-script-001f.html [ Slow ]
crbug.com/492664 external/wpt/css/css-writing-modes/text-orientation-script-001g.html [ Slow ]
crbug.com/492664 external/wpt/css/css-writing-modes/text-orientation-script-001h.html [ Slow ]
crbug.com/492664 external/wpt/css/css-writing-modes/text-orientation-script-001i.html [ Slow ]
crbug.com/492664 external/wpt/css/css-writing-modes/text-orientation-script-001j.html [ Slow ]
crbug.com/492664 external/wpt/css/css-writing-modes/text-orientation-script-001k.html [ Slow ]
crbug.com/492664 external/wpt/css/css-writing-modes/text-orientation-script-001l.html [ Slow ]
crbug.com/492664 external/wpt/css/css-writing-modes/text-orientation-script-001m.html [ Slow ]
crbug.com/492664 external/wpt/css/css-writing-modes/text-orientation-script-001n.html [ Slow ]
crbug.com/492664 external/wpt/css/css-writing-modes/text-orientation-script-001o.html [ Slow ]
crbug.com/336481 http/tests/devtools/jump-to-previous-editing-location.js [ Slow ]
crbug.com/667560 virtual/mojo-loading/http/tests/devtools/jump-to-previous-editing-location.js [ Slow ]
crbug.com/346259 http/tests/websocket/no-crash-on-cookie-flood.html [ Slow ]
crbug.com/346259 virtual/mojo-loading/http/tests/websocket/no-crash-on-cookie-flood.html [ Slow ]
crbug.com/522646 http/tests/media/encrypted-media/encrypted-media-encrypted-event-different-origin.html [ Slow ]
crbug.com/522646 virtual/mojo-loading/http/tests/media/encrypted-media/encrypted-media-encrypted-event-different-origin.html [ Slow ]
crbug.com/411164 [ Win ] http/tests/security/powerfulFeatureRestrictions/serviceworker-on-insecure-origin.html [ Slow ]
crbug.com/411164 [ Win ] virtual/mojo-loading/http/tests/security/powerfulFeatureRestrictions/serviceworker-on-insecure-origin.html [ Slow ]
crbug.com/510337 http/tests/devtools/console/console-format.html [ Slow ]
crbug.com/357427 http/tests/workers/terminate-during-sync-operation-file.html [ Slow ]
crbug.com/357427 virtual/mojo-loading/http/tests/workers/terminate-during-sync-operation-file.html [ Slow ]
crbug.com/357427 http/tests/workers/terminate-during-sync-operation-filesystem.html [ Slow ]
crbug.com/357427 virtual/mojo-loading/http/tests/workers/terminate-during-sync-operation-filesystem.html [ Slow ]
crbug.com/402379 [ Debug ] storage/indexeddb/cursor-continue-validity.html [ Slow ]
crbug.com/402379 [ Debug ] storage/indexeddb/mozilla/indexes.html [ Slow ]
crbug.com/504706 [ Linux ] http/tests/devtools/profiler/heap-snapshot-containment-expansion-preserved-when-sorting.js [ Slow ]
crbug.com/667560 [ Linux ] virtual/mojo-loading/http/tests/devtools/profiler/heap-snapshot-containment-expansion-preserved-when-sorting.js [ Slow ]
crbug.com/504706 [ Linux ] http/tests/devtools/profiler/heap-snapshot-containment-sorting.js [ Slow ]
crbug.com/667560 [ Linux ] virtual/mojo-loading/http/tests/devtools/profiler/heap-snapshot-containment-sorting.js [ Slow ]
crbug.com/440452 virtual/display_list_2d_canvas/fast/canvas/canvas-partial-invalidation-zoomed.html [ Slow ]
crbug.com/480769 http/tests/devtools/service-workers/service-workers-redundant.html [ Slow ]
crbug.com/480769 virtual/mojo-loading/http/tests/devtools/service-workers/service-workers-redundant.html [ Slow ]
crbug.com/480769 http/tests/devtools/service-workers/service-worker-agents.html [ Slow ]
crbug.com/480769 virtual/mojo-loading/http/tests/devtools/service-workers/service-worker-agents.html [ Slow ]
crbug.com/504703 inspector-protocol/debugger/debugger-step-into-dedicated-worker.js [ Slow ]
crbug.com/535478 [ Win ] virtual/threaded/http/tests/devtools/tracing/decode-resize.html [ Slow ]
crbug.com/548765 http/tests/devtools/console-fetch-logging.html [ Slow ]
crbug.com/548765 virtual/mojo-loading/http/tests/devtools/console-fetch-logging.html [ Slow ]
crbug.com/419993 [ Debug ] fast/css/giant-stylesheet-crash.html [ Slow ]
crbug.com/331186 [ Debug ] css3/flexbox/position-absolute-child.html [ Slow ]
crbug.com/362509 [ Debug ] fast/parser/xml-error-adopted.xml [ Slow ]
crbug.com/363029 virtual/gpu/fast/canvas/canvas-composite-stroke-alpha.html [ Slow ]
crbug.com/364225 virtual/gpu/fast/canvas/canvas-composite-text-alpha.html [ Slow ]
crbug.com/372424 fast/dom/DOMImplementation/createDocument-with-used-doctype.html [ Slow ]
crbug.com/372424 http/tests/serviceworker/chromium/registration-stress.html [ Slow ]
crbug.com/372424 virtual/mojo-loading/http/tests/serviceworker/chromium/registration-stress.html [ Slow ]
crbug.com/448670 http/tests/serviceworker/chromium/register-different-script-many-times.html [ Slow ]
crbug.com/448670 virtual/mojo-loading/http/tests/serviceworker/chromium/register-different-script-many-times.html [ Slow ]
crbug.com/516319 [ Win ] http/tests/fetch/ [ Slow ]
crbug.com/516319 [ Win ] virtual/mojo-loading/http/tests/fetch/ [ Slow ]
# Most crypto/subtle tests are slow some or most of the time.
crbug.com/459009 crypto/subtle/ [ Slow ]
crbug.com/528419 http/tests/devtools/elements/styles-2/pseudo-elements.html [ Slow ]
crbug.com/667560 virtual/mojo-loading/http/tests/devtools/elements/styles-2/pseudo-elements.html [ Slow ]
crbug.com/529345 [ Win10 ] paint/masks/fieldset-mask.html [ Slow ]
crbug.com/552556 [ Win Linux ] virtual/threaded/fast/scroll-behavior/overflow-scroll-root-frame-animates.html [ Slow ]
crbug.com/552556 [ Win Linux ] virtual/threaded/fast/scroll-behavior/overflow-scroll-animates.html [ Slow ]
crbug.com/570656 [ Mac ] fast/writing-mode/Kusa-Makura-background-canvas.html [ Slow ]
crbug.com/570656 [ Mac ] fast/text/unicode-fallback-font.html [ Slow ]
crbug.com/658211 [ Win7 Debug ] fast/text/line-break-ascii.html [ Slow ]
crbug.com/445194 fast/dom/shadow/focus-controller-recursion-crash.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/backcolor.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/bold.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/createlink.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/delete.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/fontname.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/fontsize.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/forecolor.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/formatblock.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/forwarddelete.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/hilitecolor.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/indent.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/inserthorizontalrule.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/inserthtml.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/insertimage.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/insertlinebreak.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/insertorderedlist.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/insertparagraph.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/inserttext.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/insertunorderedlist.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/italic.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/justifycenter.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/justifyfull.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/justifyleft.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/justifyright.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/misc.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/multitest.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/outdent.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/removeformat.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/strikethrough.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/subscript.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/superscript.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/underline.html [ Slow ]
crbug.com/697735 external/wpt/editing/run/unlink.html [ Slow ]
crbug.com/584807 printing/webgl-oversized-printing.html [ Slow ]
crbug.com/584807 virtual/threaded/printing/webgl-oversized-printing.html [ Slow ]
crbug.com/592183 external/wpt/webusb/usbDevice.https.html [ Slow ]
crbug.com/594189 virtual/spv2/fast/overflow/lots-of-sibling-inline-boxes.html [ Slow ]
crbug.com/614910 virtual/gpu-rasterization/images/pixel-crack-image-background-webkit-transform-scale.html [ Slow ]
crbug.com/614910 virtual/gpu-rasterization/images/color-profile-filter.html [ Slow ]
crbug.com/623798 paint/images/animated-gif-last-frame-crash.html [ Slow ]
crbug.com/606649 fast/dom/gc-dom-tree-lifetime.html [ Slow ]
# Slow on Win Debug in part due to incremental linking.
crbug.com/647192 [ Win Debug ] fast/css3-text/css3-word-break/word-break-all-ascii.html [ Slow ]
crbug.com/647192 [ Win Debug ] virtual/mojo-loading/webexposed/global-interface-listing.html [ Slow ]
crbug.com/647192 [ Win Debug ] virtual/stable/webexposed/global-interface-listing.html [ Slow ]
crbug.com/647192 [ Win Debug ] webexposed/global-interface-listing.html [ Slow ]
# These tests are slow with our MESA backend. They may be less slow when we have
# bots running tests on real hardware or maybe when using SwiftShader.
crbug.com/646528 compositing/lots-of-img-layers.html [ Slow ]
crbug.com/646528 compositing/lots-of-img-layers-with-opacity.html [ Slow ]
# SwiftShader slow tests
crbug.com/726075 [ Win Linux ] animations/svg/animated-filter-svg-element.html [ Slow ]
crbug.com/726075 [ Win Linux ] compositing/culling/filter-occlusion-blur.html [ Slow ]
crbug.com/726075 [ Win Linux ] compositing/masks/mask-with-added-filters.html [ Slow ]
crbug.com/726075 [ Win Linux ] css3/blending/mix-blend-mode-with-filters.html [ Slow ]
crbug.com/726075 [ Win Linux ] css3/filters/effect-all-on-background-hw.html [ Slow ]
crbug.com/726075 [ Win Linux ] css3/filters/effect-blur-hw.html [ Slow ]
crbug.com/726075 [ Win Linux ] css3/filters/effect-brightness-clamping-hw.html [ Slow ]
crbug.com/726075 [ Win Linux ] css3/filters/effect-combined-hw.html [ Slow ]
crbug.com/726075 [ Win Linux ] css3/filters/effect-drop-shadow-hw.html [ Slow ]
crbug.com/726075 [ Win Linux ] css3/filters/effect-reference-colorspace-hw.html [ Slow ]
crbug.com/726075 [ Win Linux ] css3/filters/effect-reference-hw.html [ Slow ]
crbug.com/726075 [ Win Linux ] css3/filters/effect-reference-ordering-hw.html [ Slow ]
crbug.com/726075 [ Win Linux ] css3/filters/effect-reference-subregion-hw.html [ Slow ]
crbug.com/726075 [ Win Linux ] css3/filters/effect-reference-zoom-hw.html [ Slow ]
crbug.com/726075 [ Win Linux ] css3/filters/filter-change-repaint.html [ Slow ]
crbug.com/726075 [ Win Linux ] css3/filters/filter-repaint-composited-fallback-crash.html [ Slow ]
crbug.com/726075 [ Win Linux ] css3/filters/filter-repaint-composited-fallback.html [ Slow ]
crbug.com/726075 [ Win Linux ] images/color-profile-layer-filter.html [ Slow ]
crbug.com/726075 [ Win Linux ] paint/invalidation/filter-repaint-accelerated-child-with-filter-child.html [ Slow ]
crbug.com/726075 [ Win Linux ] paint/invalidation/filter-repaint-accelerated-on-accelerated-filter.html [ Slow ]
crbug.com/726075 [ Win Linux ] paint/invalidation/filter-repaint-on-accelerated-layer.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/exotic-color-space/images/color-profile-layer-filter.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu-rasterization/images/color-profile-mask-image-svg.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu-rasterization/images/color-profile-image-filter-all.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/OffscreenCanvas-filter-in-worker.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/OffscreenCanvas-filter.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-clipping.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-color-over-color.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-color-over-image.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-color-over-gradient.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-color-over-pattern.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-fill-style.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-global-alpha.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-gradient-over-color.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-gradient-over-image.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-gradient-over-pattern.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-gradient-over-gradient.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-image-over-color.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-image-over-gradient.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-image-over-image.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-image-over-pattern.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-pattern-over-color.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-pattern-over-gradient.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-pattern-over-image.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-pattern-over-pattern.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-shadow.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-text.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-blending-transforms.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-composite-transformclip.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-composite-shadow.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-composite-video-shadow.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-fillPath-alpha-shadow.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-fillPath-gradient-shadow.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-fillPath-pattern-shadow.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-filter-origin-clean.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-filter-modified-save-restore.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-filter-modified.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-filter-removed.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-scale-drawImage-shadow.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-scale-strokePath-shadow.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-shadow-source-in.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/gpu/fast/canvas/canvas-strokePath-alpha-shadow.html [ Slow ]
crbug.com/726075 [ Win Linux ] virtual/threaded/animations/svg/animated-filter-svg-element.html [ Slow ]
crbug.com/726075 [ Linux ] media/color-profile-video-seek-filter.html [ Slow ]
crbug.com/726075 [ Linux ] shapedetection/detection-HTMLVideoElement.html [ Slow ]
crbug.com/726075 [ Linux ] virtual/gpu/fast/canvas/canvas-strokeRect-alpha-shadow.html [ Slow ]
crbug.com/726075 [ Linux Debug ] virtual/gpu/fast/canvas/canvas-drawImage-live-video.html [ Slow ]
# 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 ] storage/indexeddb/observer-workers.html [ Slow ]
crbug.com/660492 storage/indexeddb/structured-clone.html [ Slow ]
# Foreign fetch tests make many requests, and create multiple browsing contexts,
# which can be very slow.
crbug.com/678498 external/wpt/service-workers/service-worker/foreign-fetch-cors.https.html [ Slow ]
crbug.com/678496 external/wpt/service-workers/service-worker/foreign-fetch-basics.https.html [ Slow ]
# Media controls tests have to wait for panel to fade out.
crbug.com/722825 media/controls/video-enter-exit-fullscreen-while-hovering-shows-controls.html [ Slow ]
crbug.com/722825 media/controls/video-enter-exit-fullscreen-without-hovering-doesnt-show-controls.html [ Slow ]
crbug.com/722825 virtual/new-remote-playback-pipeline/media/controls/video-enter-exit-fullscreen-while-hovering-shows-controls.html [ Slow ]
crbug.com/722825 virtual/new-remote-playback-pipeline/media/controls/video-enter-exit-fullscreen-without-hovering-doesnt-show-controls.html [ Slow ]
crbug.com/719298 fast/dnd/dropEffect-for-effectAllowed.html [ Slow ]
crbug.com/725548 [ Debug ] storage/indexeddb/objectstore-keycursor.html [ Slow ]
crbug.com/676572 [ Debug ] external/wpt/webstorage/storage_local_setitem_quotaexceedederr.html [ Slow ]
crbug.com/741259 editing/selection/select-bidi-run.html [ Slow ]
# These tests were previously marked Slow in ASANExpectations.
crbug.com/451577 [ Linux ] http/tests/devtools/elements/user-properties.js [ Slow ]
crbug.com/667560 [ Linux ] virtual/mojo-loading/http/tests/devtools/elements/user-properties.js [ Slow ]
crbug.com/451577 [ Linux ] http/tests/devtools/layers/layer-canvas-log.html [ Slow ]
crbug.com/667560 [ Linux ] virtual/mojo-loading/http/tests/devtools/layers/layer-canvas-log.html [ Slow ]
# These imported tests exercise tens of thousands of code points and generate large results.
crbug.com/736056 external/wpt/encoding/legacy-mb-japanese [ Slow ]
crbug.com/736056 external/wpt/encoding/legacy-mb-korean [ Slow ]
crbug.com/736056 external/wpt/encoding/legacy-mb-tchinese [ Slow ]
# These imported tests require drawing on workers and therefore are slow on Linux Leak bot.
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.3arg.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.5arg.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.alpha.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.animated.poster.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.broken.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.canvas.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.clip.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.composite.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.floatsource.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativedest.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativedir.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.negativesource.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.nonfinite.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.nowrap.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.null.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.path.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.self.1.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.self.2.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.svg.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.transform.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.wrongtype.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerocanvas.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.worker.html [ Slow ]
crbug.com/779956 [ Linux ] external/wpt/offscreen-canvas/drawing-images-to-the-canvas/2d.drawImage.zerosource.worker.html [ Slow ]
# These tests need to do many iterations and so can't be fast.
crbug.com/748418 http/tests/streams/chromium/deep-recursion-getwriter.html [ Slow ]
crbug.com/748418 http/tests/streams/chromium/simple-queue-empty-node-push.html [ Slow ]
crbug.com/748418 http/tests/streams/chromium/simple-queue-full-node-reject.html [ Slow ]
crbug.com/748418 http/tests/streams/chromium/simple-queue-full-node-shift.html [ Slow ]
crbug.com/748418 http/tests/streams/chromium/simple-queue-many-foreach.html [ Slow ]
crbug.com/748418 http/tests/streams/chromium/simple-queue-push-shift-peek.html [ Slow ]
crbug.com/748418 virtual/mojo-loading/http/tests/streams/chromium/deep-recursion-getwriter.html [ Slow ]
crbug.com/748418 virtual/mojo-loading/http/tests/streams/chromium/simple-queue-empty-node-push.html [ Slow ]
crbug.com/748418 virtual/mojo-loading/http/tests/streams/chromium/simple-queue-full-node-reject.html [ Slow ]
crbug.com/748418 virtual/mojo-loading/http/tests/streams/chromium/simple-queue-full-node-shift.html [ Slow ]
crbug.com/748418 virtual/mojo-loading/http/tests/streams/chromium/simple-queue-many-foreach.html [ Slow ]
crbug.com/748418 virtual/mojo-loading/http/tests/streams/chromium/simple-queue-push-shift-peek.html [ Slow ]
crbug.com/626703 [ Debug ] external/wpt/html/nemantics/tabular-data/processing-model-1/span-limits.html [ Slow ]
# This test continues to fail as timeout on Win7(dbg)
crbug.com/757292 [ Win Debug ] external/wpt/encoding/legacy-mb-korean/euc-kr/euckr-encode-form-errors-han.html [ Slow ]
crbug.com/779965 external/wpt/beacon/headers/header-content-type.html [ Slow ]