OLD | NEW |
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 ] |
(...skipping 29 matching lines...) Expand all Loading... |
40 crbug.com/377567 [ Debug ] editing/selection/extend-selection-character.html [ T
imeout Pass ] | 40 crbug.com/377567 [ Debug ] editing/selection/extend-selection-character.html [ T
imeout Pass ] |
41 crbug.com/377567 [ Debug ] editing/selection/programmatic-selection-on-mac-is-di
rectionless.html [ Timeout Pass ] | 41 crbug.com/377567 [ Debug ] editing/selection/programmatic-selection-on-mac-is-di
rectionless.html [ Timeout Pass ] |
42 crbug.com/377567 [ Debug ] fast/css/large-list-of-rules-crash.html [ Timeout Pas
s ] | 42 crbug.com/377567 [ Debug ] fast/css/large-list-of-rules-crash.html [ Timeout Pas
s ] |
43 | 43 |
44 # Allocation performance issue | 44 # Allocation performance issue |
45 crbug.com/397425 [ Debug ] fast/forms/select/menulist-appearance-basic.html [ Ti
meout Pass ] | 45 crbug.com/397425 [ Debug ] fast/forms/select/menulist-appearance-basic.html [ Ti
meout Pass ] |
46 | 46 |
47 # Times out on the Mac Debug Oilpan bot; widen expectations from [Pass Crash]. | 47 # Times out on the Mac Debug Oilpan bot; widen expectations from [Pass Crash]. |
48 crbug.com/389648 [ Mac Debug ] fast/text-autosizing/table-inflation-crash.html [
Pass Crash Timeout ] | 48 crbug.com/389648 [ Mac Debug ] fast/text-autosizing/table-inflation-crash.html [
Pass Crash Timeout ] |
49 | 49 |
| 50 # We should explicitly clear LocalDOMWindow::frame() instead of relying it on GC
. |
| 51 # See https://codereview.chromium.org/827653003/ for more details. |
| 52 crbug.com/446452 http/tests/fetch/chromium/discarded-window.html [ Failure ] |
| 53 |
50 # The crash can be reproduced without Oilpan, but only Oilpan bots are crashing. | 54 # The crash can be reproduced without Oilpan, but only Oilpan bots are crashing. |
51 crbug.com/448670 [ Linux ] http/tests/serviceworker/register-same-scope-differen
t-script-url.html [ Pass Crash ] | 55 crbug.com/448670 [ Linux ] http/tests/serviceworker/register-same-scope-differen
t-script-url.html [ Pass Crash ] |
OLD | NEW |