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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 |
OLD | NEW |