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

Side by Side Diff: LayoutTests/OilpanExpectations

Issue 473473003: Remove virtual/softwarecompositing suite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 4 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
« no previous file with comments | « LayoutTests/NeverFixTests ('k') | LayoutTests/SlowTests » ('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 crbug.com/370906 fast/dom/StyleSheet/gc-declaration-parent-rule.html [ Failure ] 10 crbug.com/370906 fast/dom/StyleSheet/gc-declaration-parent-rule.html [ Failure ]
11 11
12 # With Oilpan, parent pointers in the DOM tree do not 12 # With Oilpan, parent pointers in the DOM tree do not
13 # mysteriously disappear. This is the intended behavior. 13 # mysteriously disappear. This is the intended behavior.
14 crbug.com/356658 fast/dom/gc-3.html [ Failure ] 14 crbug.com/356658 fast/dom/gc-3.html [ Failure ]
15 crbug.com/356658 fast/dom/gc-5.html [ Failure ] 15 crbug.com/356658 fast/dom/gc-5.html [ Failure ]
16 crbug.com/356658 fast/dom/gc-12.html [ Failure ] 16 crbug.com/356658 fast/dom/gc-12.html [ Failure ]
17 crbug.com/356658 fast/dom/gc-dom-tree-lifetime.html [ Failure ] 17 crbug.com/356658 fast/dom/gc-dom-tree-lifetime.html [ Failure ]
18 18
19 crbug.com/342574 [ Mac Debug ] fast/css-generated-content/crash-selection-editin g-removes-pseudo.html [ Crash Timeout ] 19 crbug.com/342574 [ Mac Debug ] fast/css-generated-content/crash-selection-editin g-removes-pseudo.html [ Crash Timeout ]
20 20
21 # While moving object onto the oilpan heap the timing changed such that the orde r in which 21 # While moving object onto the oilpan heap the timing changed such that the orde r in which
22 # scrollbars are added to an iframe has changed. 22 # scrollbars are added to an iframe has changed.
23 crbug.com/345655 compositing/iframes/scrolling-iframe.html [ Failure ] 23 crbug.com/345655 compositing/iframes/scrolling-iframe.html [ Failure ]
24 crbug.com/345655 virtual/softwarecompositing/iframes/scrolling-iframe.html [ Fai lure ]
25 24
26 # These tests crashes due to an assertion in debug, but is consistently timing i n mac oilpan debug instead. 25 # These tests crashes due to an assertion in debug, but is consistently timing i n mac oilpan debug instead.
27 crbug.com/366387 [ Mac Debug ] svg/as-object/deep-nested-embedded-svg-size-chang es-no-layout-triggers-1.html [ Timeout ] 26 crbug.com/366387 [ Mac Debug ] svg/as-object/deep-nested-embedded-svg-size-chang es-no-layout-triggers-1.html [ Timeout ]
28 crbug.com/366387 [ Mac Debug ] svg/as-object/deep-nested-embedded-svg-size-chang es-no-layout-triggers-2.html [ Timeout ] 27 crbug.com/366387 [ Mac Debug ] svg/as-object/deep-nested-embedded-svg-size-chang es-no-layout-triggers-2.html [ Timeout ]
29 28
30 # These tests started failing (on mac only) with blink r173290 29 # These tests started failing (on mac only) with blink r173290
31 crbug.com/370586 [ Mac ] media/encrypted-media/encrypted-media-lifetime-mediakey s.html [ Failure ] 30 crbug.com/370586 [ Mac ] media/encrypted-media/encrypted-media-lifetime-mediakey s.html [ Failure ]
32 crbug.com/370586 [ Mac ] media/encrypted-media/encrypted-media-lifetime-mediakey session-reference.html [ Failure ] 31 crbug.com/370586 [ Mac ] media/encrypted-media/encrypted-media-lifetime-mediakey session-reference.html [ Failure ]
33 32
34 # This test is flaky in debug without oilpan, but fails much more with oilpan. 33 # This test is flaky in debug without oilpan, but fails much more with oilpan.
(...skipping 10 matching lines...) Expand all
45 crbug.com/377567 [ Debug ] fast/css/large-list-of-rules-crash.html [ Timeout Pas s ] 44 crbug.com/377567 [ Debug ] fast/css/large-list-of-rules-crash.html [ Timeout Pas s ]
46 45
47 # Allocation performance issue 46 # Allocation performance issue
48 crbug.com/397425 [ Debug ] fast/forms/select/menulist-appearance-basic.html [ Ti meout Pass ] 47 crbug.com/397425 [ Debug ] fast/forms/select/menulist-appearance-basic.html [ Ti meout Pass ]
49 48
50 # FIXME: 49 # FIXME:
51 crbug.com/398472 [ Debug ] inspector-protocol/debugger/debugger-pause-dedicated- worker-loop.html [ Crash ] 50 crbug.com/398472 [ Debug ] inspector-protocol/debugger/debugger-pause-dedicated- worker-loop.html [ Crash ]
52 crbug.com/398472 [ Debug ] inspector-protocol/debugger/debugger-pause-in-tight-l oop.html [ Crash ] 51 crbug.com/398472 [ Debug ] inspector-protocol/debugger/debugger-pause-in-tight-l oop.html [ Crash ]
53 crbug.com/398472 [ Debug ] inspector-protocol/debugger/getStepInPositions.html [ Crash ] 52 crbug.com/398472 [ Debug ] inspector-protocol/debugger/getStepInPositions.html [ Crash ]
54 crbug.com/398472 [ Debug ] inspector-protocol/debugger/updateCallFrameScopes.htm l [ Crash ] 53 crbug.com/398472 [ Debug ] inspector-protocol/debugger/updateCallFrameScopes.htm l [ Crash ]
OLDNEW
« no previous file with comments | « LayoutTests/NeverFixTests ('k') | LayoutTests/SlowTests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698