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

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

Issue 2903653003: Mark fast/text/find-backwards.html as Slow. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 crbug.com/594189 virtual/spv2/fast/overflow/lots-of-sibling-inline-boxes.html [ Slow ] 348 crbug.com/594189 virtual/spv2/fast/overflow/lots-of-sibling-inline-boxes.html [ Slow ]
349 349
350 crbug.com/614910 virtual/gpu-rasterization/images/pixel-crack-image-background-w ebkit-transform-scale.html [ Slow ] 350 crbug.com/614910 virtual/gpu-rasterization/images/pixel-crack-image-background-w ebkit-transform-scale.html [ Slow ]
351 crbug.com/614910 virtual/gpu-rasterization/images/color-profile-filter.html [ Sl ow ] 351 crbug.com/614910 virtual/gpu-rasterization/images/color-profile-filter.html [ Sl ow ]
352 352
353 crbug.com/623798 paint/images/animated-gif-last-frame-crash.html [ Slow ] 353 crbug.com/623798 paint/images/animated-gif-last-frame-crash.html [ Slow ]
354 crbug.com/623798 virtual/disable-spinvalidation/paint/images/animated-gif-last-f rame-crash.html [ Slow ] 354 crbug.com/623798 virtual/disable-spinvalidation/paint/images/animated-gif-last-f rame-crash.html [ Slow ]
355 355
356 crbug.com/606649 fast/dom/gc-dom-tree-lifetime.html [ Slow ] 356 crbug.com/606649 fast/dom/gc-dom-tree-lifetime.html [ Slow ]
357 357
358 crbug.com/725588 fast/text/find-backwards.html [ Slow ]
359
358 # Slow on Win Debug in part due to incremental linking. 360 # Slow on Win Debug in part due to incremental linking.
359 crbug.com/647192 [ Win Debug ] fast/css3-text/css3-word-break/word-break-all-asc ii.html [ Slow ] 361 crbug.com/647192 [ Win Debug ] fast/css3-text/css3-word-break/word-break-all-asc ii.html [ Slow ]
360 crbug.com/647192 [ Win Debug ] virtual/mojo-loading/webexposed/global-interface- listing.html [ Slow ] 362 crbug.com/647192 [ Win Debug ] virtual/mojo-loading/webexposed/global-interface- listing.html [ Slow ]
361 crbug.com/647192 [ Win Debug ] virtual/service-worker-navigation-preload-disable d/webexposed/global-interface-listing.html [ Slow ] 363 crbug.com/647192 [ Win Debug ] virtual/service-worker-navigation-preload-disable d/webexposed/global-interface-listing.html [ Slow ]
362 crbug.com/647192 [ Win Debug ] virtual/stable/webexposed/global-interface-listin g.html [ Slow ] 364 crbug.com/647192 [ Win Debug ] virtual/stable/webexposed/global-interface-listin g.html [ Slow ]
363 crbug.com/647192 [ Win Debug ] webexposed/global-interface-listing.html [ Slow ] 365 crbug.com/647192 [ Win Debug ] webexposed/global-interface-listing.html [ Slow ]
364 366
365 # These tests are slow with our MESA backend. They may be less slow when we have 367 # These tests are slow with our MESA backend. They may be less slow when we have
366 # bots running tests on real hardware or maybe when using SwiftShader. 368 # bots running tests on real hardware or maybe when using SwiftShader.
367 crbug.com/646528 compositing/lots-of-img-layers.html [ Slow ] 369 crbug.com/646528 compositing/lots-of-img-layers.html [ Slow ]
(...skipping 11 matching lines...) Expand all
379 # Foreign fetch tests make many requests, and create multiple browsing contexts, 381 # Foreign fetch tests make many requests, and create multiple browsing contexts,
380 # which can be very slow. 382 # which can be very slow.
381 crbug.com/678498 external/wpt/service-workers/service-worker/foreign-fetch-cors. https.html [ Slow ] 383 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 ] 384 crbug.com/678496 external/wpt/service-workers/service-worker/foreign-fetch-basic s.https.html [ Slow ]
383 385
384 # Media controls tests have to wait for panel to fade out. 386 # 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 ] 387 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 ] 388 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 ] 389 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 ] 390 crbug.com/722825 virtual/new-remote-playback-pipeline/media/controls/video-enter -exit-fullscreen-without-hovering-doesnt-show-controls.html [ Slow ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698