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

Side by Side Diff: LayoutTests/OilpanExpectations

Issue 262093006: Oilpan: Make the Node hierarchy RefCountedGarbageCollected instead of TreeShared. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Another build fix. 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 | Annotate | Revision Log
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-dom-tree-lifetime.html [ Failure ] 16 crbug.com/356658 fast/dom/gc-dom-tree-lifetime.html [ Failure ]
16 17
17 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 ]
18 19
19 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 ]
20 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 ]
21 22
22 # 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
23 # scrollbars are added to an iframe has changed. 24 # scrollbars are added to an iframe has changed.
24 crbug.com/345655 compositing/iframes/scrolling-iframe.html [ Failure ] 25 crbug.com/345655 compositing/iframes/scrolling-iframe.html [ Failure ]
25 crbug.com/345655 virtual/softwarecompositing/iframes/scrolling-iframe.html [ Fai lure ] 26 crbug.com/345655 virtual/softwarecompositing/iframes/scrolling-iframe.html [ Fai lure ]
27
28 # These tests pass but they throw a different exception than before. We need to figure out if
29 # that is OK.
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 ]
32 crbug.com/XYZ fast/dom/custom/registration-context-delete-then-register.html [ F ailure ]
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/document-softleak-mouse-navigation.html » ('j') | Source/core/dom/ContainerNode.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698