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

Side by Side Diff: PerformanceTests/Skipped

Issue 205323003: Remove CSS Regions performance tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 | « PerformanceTests/Layout/resources/regions.js ('k') | 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 # Micro benchmarks not worth running at the moment. 1 # Micro benchmarks not worth running at the moment.
2 DOM/TraverseChildNodes.html 2 DOM/TraverseChildNodes.html
3 Interactive/SelectAll.html 3 Interactive/SelectAll.html
4 4
5 # Not enabled by default on some ports 5 # Not enabled by default on some ports
6 Mutation 6 Mutation
7 7
8 # Unstable SVG page loading tests 8 # Unstable SVG page loading tests
9 SVG/Samurai.html 9 SVG/Samurai.html
10 10
(...skipping 24 matching lines...) Expand all
35 # Bug 100262 - REGRESSION(r131982): this test is crashing 35 # Bug 100262 - REGRESSION(r131982): this test is crashing
36 SVG/SvgNestedUse.html 36 SVG/SvgNestedUse.html
37 37
38 Canvas/drawimage.html 38 Canvas/drawimage.html
39 39
40 # Has a time-dependency (monotonically increasing), and is much slower than 40 # Has a time-dependency (monotonically increasing), and is much slower than
41 # necessary due to https://bugs.webkit.org/show_bug.cgi?id=107236 41 # necessary due to https://bugs.webkit.org/show_bug.cgi?id=107236
42 # but is still useful for testing the threaded parser. 42 # but is still useful for testing the threaded parser.
43 Parser/html-parser-threaded.html 43 Parser/html-parser-threaded.html
44 44
45 # Skip the regions performance tests for now.
46 Layout/RegionsAuto.html
47 Layout/RegionsAutoMaxHeight.html
48 Layout/RegionsFixed.html
49 Layout/RegionsFixedShort.html
50 Layout/RegionsSelection.html
51
52 # Redundant with chromium's page cyclers. 45 # Redundant with chromium's page cyclers.
53 Replay 46 Replay
54 47
55 # Requires manual intervention. 48 # Requires manual intervention.
56 Bindings/event-target-wrapper.html 49 Bindings/event-target-wrapper.html
57 50
58 # Crashy, crbug.com/245702 51 # Crashy, crbug.com/245702
59 Parser/query-selector-deep.html 52 Parser/query-selector-deep.html
60 Parser/query-selector-id-deep.html 53 Parser/query-selector-id-deep.html
61 54
62 # Does not run on Android 55 # Does not run on Android
63 Interactive/window-resize.html 56 Interactive/window-resize.html
64 57
65 # Microbenchmark that we aren't interested in monitoring. 58 # Microbenchmark that we aren't interested in monitoring.
66 Bindings/gc-forest.html 59 Bindings/gc-forest.html
67 Bindings/gc-mini-tree.html 60 Bindings/gc-mini-tree.html
68 Bindings/gc-tree.html 61 Bindings/gc-tree.html
69 Bindings/named-property-enumerator.html 62 Bindings/named-property-enumerator.html
70 63
71 # Times out on the bots 64 # Times out on the bots
72 Interactive/spellcheck-paste-huge-text.html 65 Interactive/spellcheck-paste-huge-text.html
OLDNEW
« no previous file with comments | « PerformanceTests/Layout/resources/regions.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698