OLD | NEW |
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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 crbug.com/623798 virtual/disable-spinvalidation/paint/images/animated-gif-last-f
rame-crash.html [ Slow ] | 360 crbug.com/623798 virtual/disable-spinvalidation/paint/images/animated-gif-last-f
rame-crash.html [ Slow ] |
361 | 361 |
362 crbug.com/606649 fast/dom/gc-dom-tree-lifetime.html [ Slow ] | 362 crbug.com/606649 fast/dom/gc-dom-tree-lifetime.html [ Slow ] |
363 | 363 |
364 # Slow on Win Debug in part due to incremental linking. | 364 # Slow on Win Debug in part due to incremental linking. |
365 crbug.com/647192 [ Win Debug ] fast/css3-text/css3-word-break/word-break-all-asc
ii.html [ Slow ] | 365 crbug.com/647192 [ Win Debug ] fast/css3-text/css3-word-break/word-break-all-asc
ii.html [ Slow ] |
366 crbug.com/647192 [ Win Debug ] virtual/mojo-loading/webexposed/global-interface-
listing.html [ Slow ] | 366 crbug.com/647192 [ Win Debug ] virtual/mojo-loading/webexposed/global-interface-
listing.html [ Slow ] |
367 crbug.com/647192 [ Win Debug ] virtual/stable/webexposed/global-interface-listin
g.html [ Slow ] | 367 crbug.com/647192 [ Win Debug ] virtual/stable/webexposed/global-interface-listin
g.html [ Slow ] |
368 crbug.com/647192 [ Win Debug ] webexposed/global-interface-listing.html [ Slow ] | 368 crbug.com/647192 [ Win Debug ] webexposed/global-interface-listing.html [ Slow ] |
369 | 369 |
370 # Slow because it tests every SVG interface | |
371 crbug.com/709030 external/wpt/svg/interfaces.html [ Slow ] | |
372 | |
373 # These tests are slow with our MESA backend. They may be less slow when we have | 370 # These tests are slow with our MESA backend. They may be less slow when we have |
374 # bots running tests on real hardware or maybe when using SwiftShader. | 371 # bots running tests on real hardware or maybe when using SwiftShader. |
375 crbug.com/646528 compositing/lots-of-img-layers.html [ Slow ] | 372 crbug.com/646528 compositing/lots-of-img-layers.html [ Slow ] |
376 crbug.com/646528 compositing/lots-of-img-layers-with-opacity.html [ Slow ] | 373 crbug.com/646528 compositing/lots-of-img-layers-with-opacity.html [ Slow ] |
377 crbug.com/646528 virtual/disable-spinvalidation/compositing/lots-of-img-layers.h
tml [ Slow ] | 374 crbug.com/646528 virtual/disable-spinvalidation/compositing/lots-of-img-layers.h
tml [ Slow ] |
378 crbug.com/646528 virtual/disable-spinvalidation/compositing/lots-of-img-layers-w
ith-opacity.html [ Slow ] | 375 crbug.com/646528 virtual/disable-spinvalidation/compositing/lots-of-img-layers-w
ith-opacity.html [ Slow ] |
379 | 376 |
380 # IDB Observer tests require multiple browsing contexts/workers interacting with | 377 # IDB Observer tests require multiple browsing contexts/workers interacting with |
381 # IndexedDB, which can be slow. | 378 # IndexedDB, which can be slow. |
382 crbug.com/660468 [ Linux ] storage/indexeddb/observer-frame.html [ Slow ] | 379 crbug.com/660468 [ Linux ] storage/indexeddb/observer-frame.html [ Slow ] |
383 crbug.com/660468 [ Linux ] storage/indexeddb/observer-workers.html [ Slow ] | 380 crbug.com/660468 [ Linux ] storage/indexeddb/observer-workers.html [ Slow ] |
384 | 381 |
385 crbug.com/660492 [ Linux ] storage/indexeddb/structured-clone.html [ Slow ] | 382 crbug.com/660492 [ Linux ] storage/indexeddb/structured-clone.html [ Slow ] |
386 | 383 |
387 # Foreign fetch tests make many requests, and create multiple browsing contexts, | 384 # Foreign fetch tests make many requests, and create multiple browsing contexts, |
388 # which can be very slow. | 385 # which can be very slow. |
389 crbug.com/678498 external/wpt/service-workers/service-worker/foreign-fetch-cors.
https.html [ Slow ] | 386 crbug.com/678498 external/wpt/service-workers/service-worker/foreign-fetch-cors.
https.html [ Slow ] |
390 crbug.com/678496 external/wpt/service-workers/service-worker/foreign-fetch-basic
s.https.html [ Slow ] | 387 crbug.com/678496 external/wpt/service-workers/service-worker/foreign-fetch-basic
s.https.html [ Slow ] |
OLD | NEW |