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

Side by Side Diff: third_party/WebKit/LayoutTests/SlowTests

Issue 2789723003: Migrate WebUSB LayoutTests into external/wpt (Closed)
Patch Set: Rebased 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 unified diff | Download patch
OLDNEW
1 # See //docs/testing/layout_test_expectations.md 1 # See //docs/testing/layout_test_expectations.md
2 # for more information on this file. 2 # for more information on this file.
3 3
4 # This file should only mark tests as Slow. If they are failing in some other wa y, that listing should be in TestExpectations. 4 # This file should only mark tests as Slow. If they are failing in some other wa y, that listing should be in TestExpectations.
5 # Lines listed in both files will have the *union* of the expectations. 5 # Lines listed in both files will have the *union* of the expectations.
6 6
7 # In general, we should list tests in this file if they are slower than ~30% of the default timeout time, as we 7 # In general, we should list tests in this file if they are slower than ~30% of the default timeout time, as we
8 # can see a 3x variance or more in test times on the bots. In practice, this mea ns that any test that takes longer 8 # can see a 3x variance or more in test times on the bots. In practice, this mea ns that any test that takes longer
9 # than 2 seconds in Release mode or 6 seconds in Debug mode should be listed her e. 9 # than 2 seconds in Release mode or 6 seconds in Debug mode should be listed her e.
10 10
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 crbug.com/697735 external/wpt/editing/run/outdent.html [ Slow ] 348 crbug.com/697735 external/wpt/editing/run/outdent.html [ Slow ]
349 crbug.com/697735 external/wpt/editing/run/removeformat.html [ Slow ] 349 crbug.com/697735 external/wpt/editing/run/removeformat.html [ Slow ]
350 crbug.com/697735 external/wpt/editing/run/strikethrough.html [ Slow ] 350 crbug.com/697735 external/wpt/editing/run/strikethrough.html [ Slow ]
351 crbug.com/697735 external/wpt/editing/run/subscript.html [ Slow ] 351 crbug.com/697735 external/wpt/editing/run/subscript.html [ Slow ]
352 crbug.com/697735 external/wpt/editing/run/superscript.html [ Slow ] 352 crbug.com/697735 external/wpt/editing/run/superscript.html [ Slow ]
353 crbug.com/697735 external/wpt/editing/run/underline.html [ Slow ] 353 crbug.com/697735 external/wpt/editing/run/underline.html [ Slow ]
354 crbug.com/697735 external/wpt/editing/run/unlink.html [ Slow ] 354 crbug.com/697735 external/wpt/editing/run/unlink.html [ Slow ]
355 crbug.com/584807 printing/webgl-oversized-printing.html [ Slow ] 355 crbug.com/584807 printing/webgl-oversized-printing.html [ Slow ]
356 crbug.com/584807 virtual/threaded/printing/webgl-oversized-printing.html [ Slow ] 356 crbug.com/584807 virtual/threaded/printing/webgl-oversized-printing.html [ Slow ]
357 357
358 crbug.com/592183 usb/usbDevice.html [ Slow ] 358 crbug.com/592183 external/wpt/webusb/usbDevice.https.html [ Slow ]
359 359
360 crbug.com/594189 virtual/spv2/fast/overflow/lots-of-sibling-inline-boxes.html [ Slow ] 360 crbug.com/594189 virtual/spv2/fast/overflow/lots-of-sibling-inline-boxes.html [ Slow ]
361 361
362 crbug.com/614910 virtual/gpu-rasterization/images/pixel-crack-image-background-w ebkit-transform-scale.html [ Slow ] 362 crbug.com/614910 virtual/gpu-rasterization/images/pixel-crack-image-background-w ebkit-transform-scale.html [ Slow ]
363 crbug.com/614910 virtual/gpu-rasterization/images/color-profile-filter.html [ Sl ow ] 363 crbug.com/614910 virtual/gpu-rasterization/images/color-profile-filter.html [ Sl ow ]
364 364
365 crbug.com/623798 paint/images/animated-gif-last-frame-crash.html [ Slow ] 365 crbug.com/623798 paint/images/animated-gif-last-frame-crash.html [ Slow ]
366 crbug.com/623798 virtual/disable-spinvalidation/paint/images/animated-gif-last-f rame-crash.html [ Slow ] 366 crbug.com/623798 virtual/disable-spinvalidation/paint/images/animated-gif-last-f rame-crash.html [ Slow ]
367 367
368 crbug.com/606649 fast/dom/gc-dom-tree-lifetime.html [ Slow ] 368 crbug.com/606649 fast/dom/gc-dom-tree-lifetime.html [ Slow ]
(...skipping 17 matching lines...) Expand all
386 # IndexedDB, which can be slow. 386 # IndexedDB, which can be slow.
387 crbug.com/660468 [ Linux ] storage/indexeddb/observer-frame.html [ Slow ] 387 crbug.com/660468 [ Linux ] storage/indexeddb/observer-frame.html [ Slow ]
388 crbug.com/660468 [ Linux ] storage/indexeddb/observer-workers.html [ Slow ] 388 crbug.com/660468 [ Linux ] storage/indexeddb/observer-workers.html [ Slow ]
389 389
390 crbug.com/660492 [ Linux ] storage/indexeddb/structured-clone.html [ Slow ] 390 crbug.com/660492 [ Linux ] storage/indexeddb/structured-clone.html [ Slow ]
391 391
392 # Foreign fetch tests make many requests, and create multiple browsing contexts, 392 # Foreign fetch tests make many requests, and create multiple browsing contexts,
393 # which can be very slow. 393 # which can be very slow.
394 crbug.com/678498 external/wpt/service-workers/service-worker/foreign-fetch-cors. https.html [ Slow ] 394 crbug.com/678498 external/wpt/service-workers/service-worker/foreign-fetch-cors. https.html [ Slow ]
395 crbug.com/678496 external/wpt/service-workers/service-worker/foreign-fetch-basic s.https.html [ Slow ] 395 crbug.com/678496 external/wpt/service-workers/service-worker/foreign-fetch-basic s.https.html [ Slow ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698