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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 crbug.com/299010 [ Win ] fast/forms/text/text-font-height-mismatch.html [ Pass F
ailure ] | 49 crbug.com/299010 [ Win ] fast/forms/text/text-font-height-mismatch.html [ Pass F
ailure ] |
50 crbug.com/299010 [ Linux Debug ] fast/forms/text/text-font-height-mismatch.html
[ Pass Failure ] | 50 crbug.com/299010 [ Linux Debug ] fast/forms/text/text-font-height-mismatch.html
[ Pass Failure ] |
51 crbug.com/581990 [ Win ] fast/writing-mode/english-lr-text.html [ Pass Failure ] | 51 crbug.com/581990 [ Win ] fast/writing-mode/english-lr-text.html [ Pass Failure ] |
52 | 52 |
53 # See also crbug.com/521730 for the these two text/emphasis tests (non-Oilpan) W
in10 failures. | 53 # See also crbug.com/521730 for the these two text/emphasis tests (non-Oilpan) W
in10 failures. |
54 crbug.com/574660 [ Win7 ] fast/text/emphasis-combined-text.html [ Pass Failure ] | 54 crbug.com/574660 [ Win7 ] fast/text/emphasis-combined-text.html [ Pass Failure ] |
55 crbug.com/574660 [ Win7 ] fast/text/emphasis-vertical.html [ Pass Failure ] | 55 crbug.com/574660 [ Win7 ] fast/text/emphasis-vertical.html [ Pass Failure ] |
56 | 56 |
57 crbug.com/581974 fast/text/justify-ideograph-vertical.html [ Pass Failure ] | 57 crbug.com/581974 fast/text/justify-ideograph-vertical.html [ Pass Failure ] |
58 crbug.com/584209 http/tests/misc/adopt-iframe-src-attr-after-remove.html [ Pass
Failure ] | 58 crbug.com/584209 http/tests/misc/adopt-iframe-src-attr-after-remove.html [ Pass
Failure ] |
59 # TODO(fmalita): re-enable after http://crrev.com/1511113004 | 59 crbug.com/584211 [ Mac Debug ] svg/transforms/animated-path-inside-transformed-h
tml.xhtml [ Pass Failure ] |
60 # crbug.com/584211 [ Mac Debug ] svg/transforms/animated-path-inside-transformed
-html.xhtml [ Pass Failure ] | |
61 | 60 |
62 # ====== Oilpan-only failures until here ====== | 61 # ====== Oilpan-only failures until here ====== |
63 | 62 |
64 # Run these tests with under virtual/spv2 only. | 63 # Run these tests with under virtual/spv2 only. |
65 crbug.com/524134 paint/invalidation/spv2 [ Skip ] | 64 crbug.com/524134 paint/invalidation/spv2 [ Skip ] |
66 | 65 |
67 # Run these tests with under virtual/scalefactor... only. | 66 # Run these tests with under virtual/scalefactor... only. |
68 crbug.com/567837 fast/hidpi/static [ Skip ] | 67 crbug.com/567837 fast/hidpi/static [ Skip ] |
69 | 68 |
70 # TODO(yosin): We should convert following tests to use asynchronous spell check
er. | 69 # TODO(yosin): We should convert following tests to use asynchronous spell check
er. |
(...skipping 1313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1384 crbug.com/577746 [ Linux Debug ] compositing/iframes/iframe-in-composited-layer.
html [ Pass Failure ] | 1383 crbug.com/577746 [ Linux Debug ] compositing/iframes/iframe-in-composited-layer.
html [ Pass Failure ] |
1385 | 1384 |
1386 crbug.com/581038 fast/text/first-letter-bad-line-boxes-crash.html [ Crash Pass ] | 1385 crbug.com/581038 fast/text/first-letter-bad-line-boxes-crash.html [ Crash Pass ] |
1387 | 1386 |
1388 # No baselines, but this js test is also showing FAIL | 1387 # No baselines, but this js test is also showing FAIL |
1389 crbug.com/583675 fast/dom/shadow/scoped-events-by-ua-stopped.html [ Failure ] | 1388 crbug.com/583675 fast/dom/shadow/scoped-events-by-ua-stopped.html [ Failure ] |
1390 | 1389 |
1391 crbug.com/581203 [ Linux ] web-animations-api/player-finish-sample-only.html [ F
ailure Pass ] | 1390 crbug.com/581203 [ Linux ] web-animations-api/player-finish-sample-only.html [ F
ailure Pass ] |
1392 | 1391 |
1393 crbug.com/585724 fast/js/JSON-parse.html [ NeedsManualRebaseline ] | 1392 crbug.com/585724 fast/js/JSON-parse.html [ NeedsManualRebaseline ] |
OLD | NEW |