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

Side by Side Diff: PerformanceTests/Skipped

Issue 76293002: [CSS Regions] Add performance test for selection (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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 # 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 # Has a time-dependency (monotonically increasing), and is much slower than 43 # Has a time-dependency (monotonically increasing), and is much slower than
44 # necessary due to https://bugs.webkit.org/show_bug.cgi?id=107236 44 # necessary due to https://bugs.webkit.org/show_bug.cgi?id=107236
45 # but is still useful for testing the threaded parser. 45 # but is still useful for testing the threaded parser.
46 Parser/html-parser-threaded.html 46 Parser/html-parser-threaded.html
47 47
48 # Skip the regions performance tests for now. 48 # Skip the regions performance tests for now.
49 Layout/RegionsAuto.html 49 Layout/RegionsAuto.html
50 Layout/RegionsAutoMaxHeight.html 50 Layout/RegionsAutoMaxHeight.html
51 Layout/RegionsFixed.html 51 Layout/RegionsFixed.html
52 Layout/RegionsFixedShort.html 52 Layout/RegionsFixedShort.html
53 Layout/RegionsSelection.html
53 54
54 # Redundant with chromium's page cyclers. 55 # Redundant with chromium's page cyclers.
55 Replay 56 Replay
56 57
57 # Requires manual intervention. 58 # Requires manual intervention.
58 Bindings/event-target-wrapper.html 59 Bindings/event-target-wrapper.html
59 60
60 # Crashy, crbug.com/245702 61 # Crashy, crbug.com/245702
61 Parser/query-selector-deep.html 62 Parser/query-selector-deep.html
62 Parser/query-selector-id-deep.html 63 Parser/query-selector-id-deep.html
63 64
64 # Does not run on Android 65 # Does not run on Android
65 Interactive/window-resize.html 66 Interactive/window-resize.html
66 67
67 # Microbenchmark that we aren't interested in monitoring. 68 # Microbenchmark that we aren't interested in monitoring.
68 Bindings/gc-forest.html 69 Bindings/gc-forest.html
69 Bindings/gc-mini-tree.html 70 Bindings/gc-mini-tree.html
70 Bindings/gc-tree.html 71 Bindings/gc-tree.html
71 Bindings/named-property-enumerator.html 72 Bindings/named-property-enumerator.html
72 73
73 # Times out on the bots 74 # Times out on the bots
74 Interactive/spellcheck-paste-huge-text.html 75 Interactive/spellcheck-paste-huge-text.html
OLDNEW
« PerformanceTests/Layout/resources/regions.js ('K') | « PerformanceTests/Layout/resources/regions.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698