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

Side by Side Diff: LayoutTests/OilpanExpectations

Issue 303593002: Oilpan: prevent player from accessing its media element during finalization (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Switch back to initial approach + FIXMEs for follow-up work Created 6 years, 7 months 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
« no previous file with comments | « no previous file | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used by the Oilpan bots (and anyone building in that config) 1 # This file is used by the Oilpan bots (and anyone building in that config)
2 # to track Oilpan-specific failures. 2 # to track Oilpan-specific failures.
3 3
4 # With Oilpan, the parent pointer in the CSSRule hierarchy is 4 # With Oilpan, the parent pointer in the CSSRule hierarchy is
5 # strong. This is the intended behavior. 5 # strong. This is the intended behavior.
6 crbug.com/345630 fast/dom/StyleSheet/gc-parent-rule.html [ Failure ] 6 crbug.com/345630 fast/dom/StyleSheet/gc-parent-rule.html [ Failure ]
7 crbug.com/345630 fast/dom/StyleSheet/gc-parent-stylesheet.html [ Failure ] 7 crbug.com/345630 fast/dom/StyleSheet/gc-parent-stylesheet.html [ Failure ]
8 crbug.com/345655 fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html [ Failure ] 8 crbug.com/345655 fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html [ Failure ]
9 crbug.com/345655 fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html [ Failure ] 9 crbug.com/345655 fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html [ Failure ]
10 10
11 # With Oilpan, parent pointers in the DOM tree do not 11 # With Oilpan, parent pointers in the DOM tree do not
12 # mysteriously disappear. This is the intended behavior. 12 # mysteriously disappear. This is the intended behavior.
13 crbug.com/356658 fast/dom/gc-3.html [ Failure ] 13 crbug.com/356658 fast/dom/gc-3.html [ Failure ]
14 crbug.com/356658 fast/dom/gc-5.html [ Failure ] 14 crbug.com/356658 fast/dom/gc-5.html [ Failure ]
15 crbug.com/356658 fast/dom/gc-12.html [ Failure ] 15 crbug.com/356658 fast/dom/gc-12.html [ Failure ]
16 crbug.com/356658 fast/dom/gc-dom-tree-lifetime.html [ Failure ] 16 crbug.com/356658 fast/dom/gc-dom-tree-lifetime.html [ Failure ]
17 17
18 crbug.com/342574 [ Mac Debug ] fast/css-generated-content/crash-selection-editin g-removes-pseudo.html [ Crash Timeout ] 18 crbug.com/342574 [ Mac Debug ] fast/css-generated-content/crash-selection-editin g-removes-pseudo.html [ Crash Timeout ]
19 19
20 crbug.com/350316 [ Linux Win Debug ] http/tests/eventsource/workers/eventsource- simple.html [ Crash ] 20 crbug.com/350316 [ Linux Win Debug ] http/tests/eventsource/workers/eventsource- simple.html [ Crash ]
21 crbug.com/350316 [ Mac Debug ] http/tests/eventsource/workers/eventsource-simple .html [ Timeout ] 21 crbug.com/350316 [ Mac Debug ] http/tests/eventsource/workers/eventsource-simple .html [ Timeout ]
22 22
23 # While moving object onto the oilpan heap the timing changed such that the orde r in which 23 # While moving object onto the oilpan heap the timing changed such that the orde r in which
24 # scrollbars are added to an iframe has changed. 24 # scrollbars are added to an iframe has changed.
25 crbug.com/345655 compositing/iframes/scrolling-iframe.html [ Failure ] 25 crbug.com/345655 compositing/iframes/scrolling-iframe.html [ Failure ]
26 crbug.com/345655 virtual/softwarecompositing/iframes/scrolling-iframe.html [ Fai lure ] 26 crbug.com/345655 virtual/softwarecompositing/iframes/scrolling-iframe.html [ Fai lure ]
27 27
28 # These tests pass but they throw a different exception than before. We need to figure out if 28 # These tests pass but they throw a different exception than before. We need to figure out if
29 # that is OK. 29 # that is OK.
30 crbug.com/XYZ fast/dom/custom/registration-context-delete-during-attribute-chang ed-retrieval.html [ Failure ] 30 crbug.com/XYZ fast/dom/custom/registration-context-delete-during-attribute-chang ed-retrieval.html [ Failure ]
31 crbug.com/XYZ fast/dom/custom/registration-context-delete-during-register-create d-retrieval.html [ Failure ] 31 crbug.com/XYZ fast/dom/custom/registration-context-delete-during-register-create d-retrieval.html [ Failure ]
32 crbug.com/XYZ fast/dom/custom/registration-context-delete-then-register.html [ F ailure ] 32 crbug.com/XYZ fast/dom/custom/registration-context-delete-then-register.html [ F ailure ]
33 33
(...skipping 13 matching lines...) Expand all
47 47
48 Bug(alph) [ Win ] virtual/windows-directwrite/fast/text/decorations-with-text-co mbine.html [ NeedsRebaseline ] 48 Bug(alph) [ Win ] virtual/windows-directwrite/fast/text/decorations-with-text-co mbine.html [ NeedsRebaseline ]
49 Bug(alph) [ Win ] virtual/windows-directwrite/fast/text/international/text-combi ne-image-test.html [ NeedsRebaseline ] 49 Bug(alph) [ Win ] virtual/windows-directwrite/fast/text/international/text-combi ne-image-test.html [ NeedsRebaseline ]
50 Bug(alph) [ Win ] virtual/windows-directwrite/fast/text/international/vertical-t ext-glyph-test.html [ NeedsRebaseline ] 50 Bug(alph) [ Win ] virtual/windows-directwrite/fast/text/international/vertical-t ext-glyph-test.html [ NeedsRebaseline ]
51 Bug(alph) [ Win ] virtual/windows-directwrite/fast/text/justify-ideograph-vertic al.html [ NeedsRebaseline ] 51 Bug(alph) [ Win ] virtual/windows-directwrite/fast/text/justify-ideograph-vertic al.html [ NeedsRebaseline ]
52 Bug(alph) [ Win ] virtual/windows-directwrite/fast/text/orientation-sideways.htm l [ NeedsRebaseline ] 52 Bug(alph) [ Win ] virtual/windows-directwrite/fast/text/orientation-sideways.htm l [ NeedsRebaseline ]
53 53
54 crbug.com/377567 [ Debug ] editing/selection/extend-selection-character.html [ T imeout Pass ] 54 crbug.com/377567 [ Debug ] editing/selection/extend-selection-character.html [ T imeout Pass ]
55 crbug.com/377567 [ Debug ] editing/selection/programmatic-selection-on-mac-is-di rectionless.html [ Timeout Pass ] 55 crbug.com/377567 [ Debug ] editing/selection/programmatic-selection-on-mac-is-di rectionless.html [ Timeout Pass ]
56 crbug.com/377567 [ Debug ] fast/css/large-list-of-rules-crash.html [ Timeout Pas s ] 56 crbug.com/377567 [ Debug ] fast/css/large-list-of-rules-crash.html [ Timeout Pas s ]
57 crbug.com/377567 [ Debug ] http/tests/media/media-source/mediasource-closed-on-h tmlmediaelement-destruction.html [ Timeout Pass ]
58 crbug.com/377567 [ Debug ] media/audio-delete-while-slider-thumb-clicked.html [ Timeout Pass ]
59 crbug.com/377567 [ Debug ] media/track/track-removal-crash.html [ Timeout Pass ]
OLDNEW
« no previous file with comments | « no previous file | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698