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 | 3 |
4 # Not enabled by default on some ports | 4 # Not enabled by default on some ports |
5 Mutation | 5 Mutation |
6 | 6 |
7 # Unstable SVG page loading tests | 7 # Unstable SVG page loading tests |
8 SVG/Samurai.html | 8 SVG/Samurai.html |
9 | 9 |
10 # Takes too long to load | 10 # Takes too long to load |
(...skipping 15 matching lines...) Expand all Loading... |
26 Layout/subtree-detaching.html | 26 Layout/subtree-detaching.html |
27 | 27 |
28 # We have pure JS tests separately outside Dromaeo. | 28 # We have pure JS tests separately outside Dromaeo. |
29 Dromaeo | 29 Dromaeo |
30 | 30 |
31 # Bug 77024 - Web Inspector: tests in PerformanceTests/inspector/ are timing out | 31 # Bug 77024 - Web Inspector: tests in PerformanceTests/inspector/ are timing out |
32 inspector | 32 inspector |
33 | 33 |
34 Canvas/drawimage.html | 34 Canvas/drawimage.html |
35 | 35 |
36 # Has a time-dependency (monotonically increasing), and is much slower than | |
37 # necessary due to https://bugs.webkit.org/show_bug.cgi?id=107236 | |
38 # but is still useful for testing the threaded parser. | |
39 Parser/html-parser-threaded.html | |
40 | |
41 # Redundant with chromium's page cyclers. | 36 # Redundant with chromium's page cyclers. |
42 Replay | 37 Replay |
43 | 38 |
44 # Requires manual intervention. | 39 # Requires manual intervention. |
45 Bindings/event-target-wrapper.html | 40 Bindings/event-target-wrapper.html |
46 | 41 |
47 # Crashy, crbug.com/245702 | 42 # Crashy, crbug.com/245702 |
48 Parser/query-selector-deep.html | 43 Parser/query-selector-deep.html |
49 Parser/query-selector-id-deep.html | 44 Parser/query-selector-id-deep.html |
50 | 45 |
51 # Microbenchmark that we aren't interested in monitoring. | 46 # Microbenchmark that we aren't interested in monitoring. |
52 Bindings/gc-forest.html | 47 Bindings/gc-forest.html |
53 Bindings/gc-mini-tree.html | 48 Bindings/gc-mini-tree.html |
54 Bindings/gc-tree.html | 49 Bindings/gc-tree.html |
55 Bindings/named-property-enumerator.html | 50 Bindings/named-property-enumerator.html |
56 | 51 |
57 # Times out on Android. crbug.com/384857 | 52 # Times out on Android. crbug.com/384857 |
58 Animation/overlay-background-color-transitions.html | 53 Animation/overlay-background-color-transitions.html |
OLD | NEW |