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

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

Issue 2499893002: Fix virtual/mojo-loading test expecations (Closed)
Patch Set: Created 4 years, 1 month 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 # See http://www.chromium.org/developers/testing/webkit-layout-tests/testexpecta tions for more information on this file. 1 # See http://www.chromium.org/developers/testing/webkit-layout-tests/testexpecta tions for more information on this file.
2 2
3 # This file should only mark tests as Slow. If they are failing in some other wa y, that listing should be in TestExpectations. 3 # This file should only mark tests as Slow. If they are failing in some other wa y, that listing should be in TestExpectations.
4 # Lines listed in both files will have the *union* of the expectations. 4 # Lines listed in both files will have the *union* of the expectations.
5 5
6 # In general, we should list tests in this file if they are slower than ~30% of the default timeout time, as we 6 # In general, we should list tests in this file if they are slower than ~30% of the default timeout time, as we
7 # can see a 3x variance or more in test times on the bots. In practice, this mea ns that any test that takes longer 7 # 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 # than 2 seconds in Release mode or 6 seconds in Debug mode should be listed her e. 8 # than 2 seconds in Release mode or 6 seconds in Debug mode should be listed her e.
9 9
10 crbug.com/24182 [ Debug ] storage/indexeddb/objectstore-cursor.html [ Slow ] 10 crbug.com/24182 [ Debug ] storage/indexeddb/objectstore-cursor.html [ Slow ]
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 crbug.com/248938 virtual/threaded/animations/3d/replace-filling-transform.html [ Slow ] 151 crbug.com/248938 virtual/threaded/animations/3d/replace-filling-transform.html [ Slow ]
152 crbug.com/311482 virtual/threaded/animations/interpolation/filter-interpolation. html [ Slow ] 152 crbug.com/311482 virtual/threaded/animations/interpolation/filter-interpolation. html [ Slow ]
153 crbug.com/311482 virtual/threaded/animations/keyframes-unprefixed-03.html [ Slow ] 153 crbug.com/311482 virtual/threaded/animations/keyframes-unprefixed-03.html [ Slow ]
154 crbug.com/243871 virtual/threaded/fast/scroll-behavior/ [ Slow ] 154 crbug.com/243871 virtual/threaded/fast/scroll-behavior/ [ Slow ]
155 crbug.com/243871 virtual/threaded/fast/idle-callback/idle_periods.html [ Slow ] 155 crbug.com/243871 virtual/threaded/fast/idle-callback/idle_periods.html [ Slow ]
156 156
157 crbug.com/258896 animations/animation-direction-reverse-fill-mode.html [ Slow ] 157 crbug.com/258896 animations/animation-direction-reverse-fill-mode.html [ Slow ]
158 158
159 # This test has to generate >250MB of data which takes ~6s in both release and d ebug. 159 # This test has to generate >250MB of data which takes ~6s in both release and d ebug.
160 crbug.com/420240 http/tests/xmlhttprequest/xmlhttprequest-json-response-overflow .html [ Slow ] 160 crbug.com/420240 http/tests/xmlhttprequest/xmlhttprequest-json-response-overflow .html [ Slow ]
161 crbug.com/420240 virtual/mojo-loading/http/tests/xmlhttprequest/xmlhttprequest-j son-response-overflow.html [ Slow ]
161 162
162 # These html5lib tests are generated tests that test a huge amount of permutatio ns so they need a bit more time. 163 # These html5lib tests are generated tests that test a huge amount of permutatio ns so they need a bit more time.
163 crbug.com/453312 html5lib/generated/run-doctype01-data.html [ Slow ] 164 crbug.com/453312 html5lib/generated/run-doctype01-data.html [ Slow ]
164 crbug.com/453312 html5lib/generated/run-domjs-unsafe-data.html [ Slow ] 165 crbug.com/453312 html5lib/generated/run-domjs-unsafe-data.html [ Slow ]
165 crbug.com/453312 html5lib/generated/run-entities01-data.html [ Slow ] 166 crbug.com/453312 html5lib/generated/run-entities01-data.html [ Slow ]
166 crbug.com/453312 html5lib/generated/run-entities02-data.html [ Slow ] 167 crbug.com/453312 html5lib/generated/run-entities02-data.html [ Slow ]
167 crbug.com/453312 html5lib/generated/run-template-data.html [ Slow ] 168 crbug.com/453312 html5lib/generated/run-template-data.html [ Slow ]
168 crbug.com/453312 html5lib/generated/run-tests1-data.html [ Slow ] 169 crbug.com/453312 html5lib/generated/run-tests1-data.html [ Slow ]
169 crbug.com/453312 html5lib/generated/run-tests2-data.html [ Slow ] 170 crbug.com/453312 html5lib/generated/run-tests2-data.html [ Slow ]
170 crbug.com/453312 html5lib/generated/run-tests6-data.html [ Slow ] 171 crbug.com/453312 html5lib/generated/run-tests6-data.html [ Slow ]
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 # bots running tests on real hardware or maybe when using SwiftShader. 352 # bots running tests on real hardware or maybe when using SwiftShader.
352 crbug.com/646528 compositing/lots-of-img-layers.html [ Slow ] 353 crbug.com/646528 compositing/lots-of-img-layers.html [ Slow ]
353 crbug.com/646528 compositing/lots-of-img-layers-with-opacity.html [ Slow ] 354 crbug.com/646528 compositing/lots-of-img-layers-with-opacity.html [ Slow ]
354 355
355 # IDB Observer tests require multiple browsing contexts/workers interacting with 356 # IDB Observer tests require multiple browsing contexts/workers interacting with
356 # IndexedDB, which can be slow. 357 # IndexedDB, which can be slow.
357 crbug.com/660468 [ Linux ] storage/indexeddb/observer-frame.html [ Slow ] 358 crbug.com/660468 [ Linux ] storage/indexeddb/observer-frame.html [ Slow ]
358 crbug.com/660468 [ Linux ] storage/indexeddb/observer-workers.html [ Slow ] 359 crbug.com/660468 [ Linux ] storage/indexeddb/observer-workers.html [ Slow ]
359 360
360 crbug.com/660492 [ Linux ] storage/indexeddb/structured-clone.html [ Slow ] 361 crbug.com/660492 [ Linux ] storage/indexeddb/structured-clone.html [ Slow ]
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/LeakExpectations ('k') | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698