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 | 6 # With Oilpan, the parent pointer in the CSSRule hierarchy is |
7 # strong. This is the intended behavior. | 7 # strong. This is the intended behavior. |
8 crbug.com/345630 fast/dom/StyleSheet/gc-parent-rule.html [ Failure ] | 8 crbug.com/345630 fast/dom/StyleSheet/gc-parent-rule.html [ Failure ] |
9 crbug.com/345630 fast/dom/StyleSheet/gc-parent-stylesheet.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 ] | 10 crbug.com/345655 fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html [
Failure ] |
(...skipping 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1408 | 1408 |
1409 crbug.com/587779 [ Mac10.10 ] fast/dynamic/window-resize-scrollbars-test.html [
Timeout Failure Pass ] | 1409 crbug.com/587779 [ Mac10.10 ] fast/dynamic/window-resize-scrollbars-test.html [
Timeout Failure Pass ] |
1410 | 1410 |
1411 crbug.com/587950 [ Mac Win ] virtual/threaded/animations/background-shorthand-cr
ash.html [ Failure ] | 1411 crbug.com/587950 [ Mac Win ] virtual/threaded/animations/background-shorthand-cr
ash.html [ Failure ] |
1412 | 1412 |
1413 crbug.com/588056 [ Linux Debug ] webaudio/periodicwave-normalization.html [ Time
out Pass ] | 1413 crbug.com/588056 [ Linux Debug ] webaudio/periodicwave-normalization.html [ Time
out Pass ] |
1414 | 1414 |
1415 crbug.com/588061 [ Debug ] inspector/sources/debugger-breakpoints/debugger-reloa
d-breakpoints-with-source-maps.html [ Pass Failure ] | 1415 crbug.com/588061 [ Debug ] inspector/sources/debugger-breakpoints/debugger-reloa
d-breakpoints-with-source-maps.html [ Pass Failure ] |
1416 | 1416 |
1417 crbug.com/248063 [ Win ] plugins/plugin-clip-subframe.html [ Pass Failure ] | 1417 crbug.com/248063 [ Win ] plugins/plugin-clip-subframe.html [ Pass Failure ] |
| 1418 |
| 1419 crbug.com/588103 fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.htm
l [ Pass Failure ] |
OLD | NEW |