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

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

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Work for all 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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 385
386 # Media controls tests have to wait for panel to fade out. 386 # Media controls tests have to wait for panel to fade out.
387 crbug.com/722825 media/controls/video-enter-exit-fullscreen-while-hovering-shows -controls.html [ Slow ] 387 crbug.com/722825 media/controls/video-enter-exit-fullscreen-while-hovering-shows -controls.html [ Slow ]
388 crbug.com/722825 media/controls/video-enter-exit-fullscreen-without-hovering-doe snt-show-controls.html [ Slow ] 388 crbug.com/722825 media/controls/video-enter-exit-fullscreen-without-hovering-doe snt-show-controls.html [ Slow ]
389 crbug.com/722825 virtual/new-remote-playback-pipeline/media/controls/video-enter -exit-fullscreen-while-hovering-shows-controls.html [ Slow ] 389 crbug.com/722825 virtual/new-remote-playback-pipeline/media/controls/video-enter -exit-fullscreen-while-hovering-shows-controls.html [ Slow ]
390 crbug.com/722825 virtual/new-remote-playback-pipeline/media/controls/video-enter -exit-fullscreen-without-hovering-doesnt-show-controls.html [ Slow ] 390 crbug.com/722825 virtual/new-remote-playback-pipeline/media/controls/video-enter -exit-fullscreen-without-hovering-doesnt-show-controls.html [ Slow ]
391 391
392 crbug.com/719298 fast/dnd/dropEffect-for-effectAllowed.html [ Slow ] 392 crbug.com/719298 fast/dnd/dropEffect-for-effectAllowed.html [ Slow ]
393 393
394 crbug.com/676572 [ Debug ] external/wpt/webstorage/storage_local_setitem_quotaex ceedederr.html [ Slow ] 394 crbug.com/676572 [ Debug ] external/wpt/webstorage/storage_local_setitem_quotaex ceedederr.html [ Slow ]
395
396 # When we enable snapshot feature, adding an external reference table makes isol ate
Yuki 2017/06/20 14:20:10 nit: 80 columns.
peria 2017/06/21 07:19:15 Done.
397 # creation slower, and these tests create too many isolates in a test.
398 crbug.com/724496 virtual/off-main-thread-fetch/external/wpt/service-workers/serv ice-worker/register-link-element.https.html [ Slow ]
399 crbug.com/724496 external/wpt/service-workers/service-worker/register-link-eleme nt.https.html [ Slow ]
400 crbug.com/724496 external/wpt/service-workers/service-worker/registration.https. html [ Slow ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698