| 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 crbug.com/646528 compositing/lots-of-img-layers.html [ Slow ] | 337 crbug.com/646528 compositing/lots-of-img-layers.html [ Slow ] |
| 338 crbug.com/646528 compositing/lots-of-img-layers-with-opacity.html [ Slow ] | 338 crbug.com/646528 compositing/lots-of-img-layers-with-opacity.html [ Slow ] |
| 339 | 339 |
| 340 # IDB Observer tests require multiple browsing contexts/workers interacting with | 340 # IDB Observer tests require multiple browsing contexts/workers interacting with |
| 341 # IndexedDB, which can be slow. | 341 # IndexedDB, which can be slow. |
| 342 crbug.com/660468 [ Linux ] storage/indexeddb/observer-frame.html [ Slow ] | 342 crbug.com/660468 [ Linux ] storage/indexeddb/observer-frame.html [ Slow ] |
| 343 crbug.com/660468 [ Linux ] storage/indexeddb/observer-workers.html [ Slow ] | 343 crbug.com/660468 [ Linux ] storage/indexeddb/observer-workers.html [ Slow ] |
| 344 | 344 |
| 345 crbug.com/660492 [ Linux ] storage/indexeddb/structured-clone.html [ Slow ] | 345 crbug.com/660492 [ Linux ] storage/indexeddb/structured-clone.html [ Slow ] |
| 346 | 346 |
| 347 # Usually plenty fast, but sometimes very slow on windows. | 347 # Foreign fetch tests make many requests, and create multiple browsing contexts, |
| 348 crbug.com/678498 [ Win ] http/tests/serviceworker/foreign-fetch-cors.html [ Slow
] | 348 # which can be very slow. |
| 349 crbug.com/678498 [ Win ] virtual/mojo-loading/http/tests/serviceworker/foreign-f
etch-cors.html [ Slow ] | 349 crbug.com/678498 external/wpt/service-workers/service-worker/foreign-fetch-cors.
https.html [ Slow ] |
| 350 crbug.com/678498 [ Win ] virtual/service-worker-navigation-preload/http/tests/se
rviceworker/foreign-fetch-cors.html [ Slow ] | 350 crbug.com/678496 external/wpt/service-workers/service-worker/foreign-fetch-basic
s.https.html [ Slow ] |
| 351 crbug.com/678496 [ Win ] http/tests/serviceworker/foreign-fetch-basics.html [ Sl
ow ] | |
| 352 crbug.com/678496 [ Win ] virtual/mojo-loading/http/tests/serviceworker/foreign-f
etch-basics.html [ Slow ] | |
| 353 crbug.com/678496 [ Win ] virtual/service-worker-navigation-preload/http/tests/se
rviceworker/foreign-fetch-basics.html [ Slow ] | |
| OLD | NEW |