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

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

Issue 2730433004: Convert layout test password-delete-performance.html to performance test (Closed)
Patch Set: 2017-03-03T18:04:33 Created 3 years, 9 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 | third_party/WebKit/LayoutTests/editing/deleting/password-delete-contents.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 crbug.com/24182 svg/hixie/perf/006.xml [ Slow ] 95 crbug.com/24182 svg/hixie/perf/006.xml [ Slow ]
96 crbug.com/451577 [ Debug ] fast/dom/gc-treescope.html [ Slow ] 96 crbug.com/451577 [ Debug ] fast/dom/gc-treescope.html [ Slow ]
97 crbug.com/451577 [ Debug ] fast/frames/calculate-round.html [ Slow ] 97 crbug.com/451577 [ Debug ] fast/frames/calculate-round.html [ Slow ]
98 crbug.com/451577 external/wpt/IndexedDB/idbindex-multientry-big.htm [ Slow ] 98 crbug.com/451577 external/wpt/IndexedDB/idbindex-multientry-big.htm [ Slow ]
99 crbug.com/451577 [ Mac ] inspector/extensions/extensions-reload.html [ Slow ] 99 crbug.com/451577 [ Mac ] inspector/extensions/extensions-reload.html [ Slow ]
100 crbug.com/451577 [ Mac ] inspector/extensions/extensions-resources.html [ Slow ] 100 crbug.com/451577 [ Mac ] inspector/extensions/extensions-resources.html [ Slow ]
101 crbug.com/451577 [ Win10 ] inspector/extensions/extensions-sidebar.html [ Slow ] 101 crbug.com/451577 [ Win10 ] inspector/extensions/extensions-sidebar.html [ Slow ]
102 crbug.com/451577 [ Mac ] inspector/layers/layer-canvas-log.html [ Slow ] 102 crbug.com/451577 [ Mac ] inspector/layers/layer-canvas-log.html [ Slow ]
103 crbug.com/451577 [ Mac ] inspector/network/network-domain-filter.html [ Slow ] 103 crbug.com/451577 [ Mac ] inspector/network/network-domain-filter.html [ Slow ]
104 104
105 crbug.com/474121 editing/deleting/password-delete-performance.html [ Slow ]
106 crbug.com/237245 [ Debug Win7 ] editing/selection/programmatic-selection-on-mac- is-directionless.html [ Slow ] 105 crbug.com/237245 [ Debug Win7 ] editing/selection/programmatic-selection-on-mac- is-directionless.html [ Slow ]
107 106
108 # Most inspector tests are slow in Debug. 107 # Most inspector tests are slow in Debug.
109 webkit.org/b/90488 [ Debug ] inspector/ [ Slow ] 108 webkit.org/b/90488 [ Debug ] inspector/ [ Slow ]
110 webkit.org/b/90488 [ Debug ] http/tests/inspector/ [ Slow ] 109 webkit.org/b/90488 [ Debug ] http/tests/inspector/ [ Slow ]
111 webkit.org/b/90488 [ Debug ] virtual/mojo-loading/http/tests/inspector/ [ Slow ] 110 webkit.org/b/90488 [ Debug ] virtual/mojo-loading/http/tests/inspector/ [ Slow ]
112 webkit.org/b/90488 [ Debug ] http/tests/inspector-enabled/ [ Slow ] 111 webkit.org/b/90488 [ Debug ] http/tests/inspector-enabled/ [ Slow ]
113 webkit.org/b/90488 [ Debug ] virtual/mojo-loading/http/tests/inspector-enabled/ [ Slow ] 112 webkit.org/b/90488 [ Debug ] virtual/mojo-loading/http/tests/inspector-enabled/ [ Slow ]
114 webkit.org/b/90488 [ Debug ] inspector-protocol/ [ Slow ] 113 webkit.org/b/90488 [ Debug ] inspector-protocol/ [ Slow ]
115 crbug.com/451577 inspector/console [ Slow ] 114 crbug.com/451577 inspector/console [ Slow ]
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 # IndexedDB, which can be slow. 340 # IndexedDB, which can be slow.
342 crbug.com/660468 [ Linux ] storage/indexeddb/observer-frame.html [ Slow ] 341 crbug.com/660468 [ Linux ] storage/indexeddb/observer-frame.html [ Slow ]
343 crbug.com/660468 [ Linux ] storage/indexeddb/observer-workers.html [ Slow ] 342 crbug.com/660468 [ Linux ] storage/indexeddb/observer-workers.html [ Slow ]
344 343
345 crbug.com/660492 [ Linux ] storage/indexeddb/structured-clone.html [ Slow ] 344 crbug.com/660492 [ Linux ] storage/indexeddb/structured-clone.html [ Slow ]
346 345
347 # Foreign fetch tests make many requests, and create multiple browsing contexts, 346 # Foreign fetch tests make many requests, and create multiple browsing contexts,
348 # which can be very slow. 347 # which can be very slow.
349 crbug.com/678498 external/wpt/service-workers/service-worker/foreign-fetch-cors. https.html [ Slow ] 348 crbug.com/678498 external/wpt/service-workers/service-worker/foreign-fetch-cors. https.html [ Slow ]
350 crbug.com/678496 external/wpt/service-workers/service-worker/foreign-fetch-basic s.https.html [ Slow ] 349 crbug.com/678496 external/wpt/service-workers/service-worker/foreign-fetch-basic s.https.html [ Slow ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/deleting/password-delete-contents.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698