OLD | NEW |
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 Loading... |
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 |
OLD | NEW |