OLD | NEW |
1 # ====== Oilpan-only failures from here ====== | 1 # ====== Oilpan-only failures from here ====== |
2 # Most of these actually cause the tests to report success, rather than | 2 # Most of these actually cause the tests to report success, rather than |
3 # failure. Expected outputs will be adjusted for the better once Oilpan | 3 # failure. Expected outputs will be adjusted for the better once Oilpan |
4 # has been well and truly enabled always. | 4 # has been well and truly enabled always. |
5 | 5 |
6 # With Oilpan, the parent pointer in the CSSRule hierarchy is | |
7 # strong. This is the intended behavior. | |
8 crbug.com/345630 fast/dom/StyleSheet/gc-parent-rule.html [ Failure ] | |
9 crbug.com/345630 fast/dom/StyleSheet/gc-parent-stylesheet.html [ Failure ] | |
10 crbug.com/345655 fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html [
Failure ] | |
11 crbug.com/345655 fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html [
Failure ] | |
12 crbug.com/370906 fast/dom/StyleSheet/gc-declaration-parent-rule.html [ Failure ] | |
13 | |
14 # With Oilpan, parent pointers in the DOM tree do not | 6 # With Oilpan, parent pointers in the DOM tree do not |
15 # mysteriously disappear. This is the intended behavior. | 7 # mysteriously disappear. This is the intended behavior. |
16 crbug.com/356658 fast/dom/gc-3.html [ Failure ] | 8 crbug.com/356658 fast/dom/gc-3.html [ Failure ] |
17 crbug.com/356658 fast/dom/gc-5.html [ Failure ] | 9 crbug.com/356658 fast/dom/gc-5.html [ Failure ] |
18 crbug.com/356658 fast/dom/gc-12.html [ Failure ] | 10 crbug.com/356658 fast/dom/gc-12.html [ Failure ] |
19 crbug.com/356658 crbug.com/356828 fast/dom/gc-dom-tree-lifetime.html [ Failure T
imeout ] | 11 crbug.com/356658 crbug.com/356828 fast/dom/gc-dom-tree-lifetime.html [ Failure T
imeout ] |
20 | 12 |
21 crbug.com/501229 fast/forms/associatedFormControls-leak-nodes.html [ Failure Pas
s ] | 13 crbug.com/501229 fast/forms/associatedFormControls-leak-nodes.html [ Failure Pas
s ] |
22 | 14 |
23 crbug.com/417181 http/tests/xmlhttprequest/abort-on-changestate-headers-received
.html [ Failure Pass ] | 15 crbug.com/417181 http/tests/xmlhttprequest/abort-on-changestate-headers-received
.html [ Failure Pass ] |
(...skipping 2653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2677 crbug.com/603703 [ Linux ] imported/web-platform-tests/web-animations/animation-
timeline/document-timeline.html [ Failure Pass ] | 2669 crbug.com/603703 [ Linux ] imported/web-platform-tests/web-animations/animation-
timeline/document-timeline.html [ Failure Pass ] |
2678 | 2670 |
2679 crbug.com/600248 imported/web-platform-tests/web-animations/animation-effect-tim
ing/endDelay.html [ Failure ] | 2671 crbug.com/600248 imported/web-platform-tests/web-animations/animation-effect-tim
ing/endDelay.html [ Failure ] |
2680 crbug.com/600248 imported/web-platform-tests/web-animations/animation/constructo
r.html [ Failure Timeout ] | 2672 crbug.com/600248 imported/web-platform-tests/web-animations/animation/constructo
r.html [ Failure Timeout ] |
2681 | 2673 |
2682 crbug.com/604642 [ Mac ] fast/text/midword-break-after-breakable-char.html [ Fa
ilure ] | 2674 crbug.com/604642 [ Mac ] fast/text/midword-break-after-breakable-char.html [ Fa
ilure ] |
2683 | 2675 |
2684 crbug.com/605047 [ Mac10.11 Retina ] fast/text/emphasis.html [ Failure ] | 2676 crbug.com/605047 [ Mac10.11 Retina ] fast/text/emphasis.html [ Failure ] |
2685 | 2677 |
2686 crbug.com/605059 [ Retina ] fast/text/international/rtl-negative-letter-spacing.
html [ Failure ] | 2678 crbug.com/605059 [ Retina ] fast/text/international/rtl-negative-letter-spacing.
html [ Failure ] |
OLD | NEW |