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

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

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Work for most comments Created 3 years, 6 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 # This file should only mark tests as Slow. If they are failing in some other wa y, that listing should be in TestExpectations. 1 # This file should only mark tests as Slow. If they are failing in some other wa y, that listing should be in TestExpectations.
2 # Lines listed in both files will have the *union* of the expectations. 2 # Lines listed in both files will have the *union* of the expectations.
3 # 3 #
4 # In general, we should list tests in this file if they are slower than ~30% of the default timeout time, as we 4 # In general, we should list tests in this file if they are slower than ~30% of the default timeout time, as we
5 # can see a 3x variance or more in test times on the bots. In practice, this mea ns that any test that takes longer 5 # can see a 3x variance or more in test times on the bots. In practice, this mea ns that any test that takes longer
6 # than 2 seconds in Release mode or 6 seconds in Debug mode should be listed her e. 6 # than 2 seconds in Release mode or 6 seconds in Debug mode should be listed her e.
7 # 7 #
8 # Further documentation: 8 # Further documentation:
9 # https://chromium.googlesource.com/chromium/src/+/master/docs/testing/layout_te st_expectations.md 9 # https://chromium.googlesource.com/chromium/src/+/master/docs/testing/layout_te st_expectations.md
10 10
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 # Foreign fetch tests make many requests, and create multiple browsing contexts, 379 # Foreign fetch tests make many requests, and create multiple browsing contexts,
380 # which can be very slow. 380 # which can be very slow.
381 crbug.com/678498 external/wpt/service-workers/service-worker/foreign-fetch-cors. https.html [ Slow ] 381 crbug.com/678498 external/wpt/service-workers/service-worker/foreign-fetch-cors. https.html [ Slow ]
382 crbug.com/678496 external/wpt/service-workers/service-worker/foreign-fetch-basic s.https.html [ Slow ] 382 crbug.com/678496 external/wpt/service-workers/service-worker/foreign-fetch-basic s.https.html [ Slow ]
383 383
384 # Media controls tests have to wait for panel to fade out. 384 # Media controls tests have to wait for panel to fade out.
385 crbug.com/722825 media/controls/video-enter-exit-fullscreen-while-hovering-shows -controls.html [ Slow ] 385 crbug.com/722825 media/controls/video-enter-exit-fullscreen-while-hovering-shows -controls.html [ Slow ]
386 crbug.com/722825 media/controls/video-enter-exit-fullscreen-without-hovering-doe snt-show-controls.html [ Slow ] 386 crbug.com/722825 media/controls/video-enter-exit-fullscreen-without-hovering-doe snt-show-controls.html [ Slow ]
387 crbug.com/722825 virtual/new-remote-playback-pipeline/media/controls/video-enter -exit-fullscreen-while-hovering-shows-controls.html [ Slow ] 387 crbug.com/722825 virtual/new-remote-playback-pipeline/media/controls/video-enter -exit-fullscreen-while-hovering-shows-controls.html [ Slow ]
388 crbug.com/722825 virtual/new-remote-playback-pipeline/media/controls/video-enter -exit-fullscreen-without-hovering-doesnt-show-controls.html [ Slow ] 388 crbug.com/722825 virtual/new-remote-playback-pipeline/media/controls/video-enter -exit-fullscreen-without-hovering-doesnt-show-controls.html [ Slow ]
389
390 # When we enable snapshot feature, adding an external reference table makes isol ate
391 # creation slower, and these tests create too many isolates in a test.
392 crbug.com/724496 virtual/off-main-thread-fetch/external/wpt/service-workers/serv ice-worker/register-link-element.https.html [ Slow ]
393 crbug.com/724496 external/wpt/service-workers/service-worker/register-link-eleme nt.https.html [ Slow ]
394 crbug.com/724496 external/wpt/service-workers/service-worker/registration.https. html [ Slow ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698