| 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 |
| 7 # strong. This is the intended behavior. |
| 8 crbug.com/345630 fast/dom/StyleSheet/gc-parent-rule.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 ] |
| 11 crbug.com/345655 fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html [
Failure ] |
| 12 crbug.com/370906 fast/dom/StyleSheet/gc-declaration-parent-rule.html [ Failure ] |
| 13 |
| 6 crbug.com/596940 inspector-protocol/runtime/runtime-execution-contexts-events.ht
ml [ Pass Timeout ] | 14 crbug.com/596940 inspector-protocol/runtime/runtime-execution-contexts-events.ht
ml [ Pass Timeout ] |
| 7 crbug.com/597572 [ Debug ] http/tests/inspector/resource-tree/resource-tree-relo
ad.html [ Pass Failure ] | 15 crbug.com/597572 [ Debug ] http/tests/inspector/resource-tree/resource-tree-relo
ad.html [ Pass Failure ] |
| 8 | 16 |
| 9 crbug.com/569901 crbug.com/24182 [ Debug ] jquery/manipulation.html [ Timeout Pa
ss ] | 17 crbug.com/569901 crbug.com/24182 [ Debug ] jquery/manipulation.html [ Timeout Pa
ss ] |
| 10 | 18 |
| 11 # ====== Oilpan-only failures until here ====== | 19 # ====== Oilpan-only failures until here ====== |
| 12 | 20 |
| 13 # Run these tests with under virtual/spv2 only. | 21 # Run these tests with under virtual/spv2 only. |
| 14 crbug.com/524134 paint/invalidation/spv2 [ Skip ] | 22 crbug.com/524134 paint/invalidation/spv2 [ Skip ] |
| 15 | 23 |
| (...skipping 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1368 crbug.com/609066 [ Mac ] bluetooth/readValue/service-is-removed.html [ Skip ] | 1376 crbug.com/609066 [ Mac ] bluetooth/readValue/service-is-removed.html [ Skip ] |
| 1369 crbug.com/603183 [ Mac ] bluetooth/requestDevice-blacklist.html [ Skip ] | 1377 crbug.com/603183 [ Mac ] bluetooth/requestDevice-blacklist.html [ Skip ] |
| 1370 crbug.com/609067 [ Mac ] bluetooth/writeValue/blacklisted-characteristic.html [
Skip ] | 1378 crbug.com/609067 [ Mac ] bluetooth/writeValue/blacklisted-characteristic.html [
Skip ] |
| 1371 crbug.com/609067 [ Mac ] bluetooth/writeValue/characteristic-is-removed.html [ S
kip ] | 1379 crbug.com/609067 [ Mac ] bluetooth/writeValue/characteristic-is-removed.html [ S
kip ] |
| 1372 crbug.com/609067 [ Mac ] bluetooth/writeValue/device-goes-out-of-range.html [ Sk
ip ] | 1380 crbug.com/609067 [ Mac ] bluetooth/writeValue/device-goes-out-of-range.html [ Sk
ip ] |
| 1373 crbug.com/609067 [ Mac ] bluetooth/writeValue/service-is-removed.html [ Skip ] | 1381 crbug.com/609067 [ Mac ] bluetooth/writeValue/service-is-removed.html [ Skip ] |
| 1374 crbug.com/609067 [ Mac ] bluetooth/writeValue/value-too-long.html [ Skip ] | 1382 crbug.com/609067 [ Mac ] bluetooth/writeValue/value-too-long.html [ Skip ] |
| 1375 crbug.com/609067 [ Mac ] bluetooth/writeValue/write-fails.html [ Skip ] | 1383 crbug.com/609067 [ Mac ] bluetooth/writeValue/write-fails.html [ Skip ] |
| 1376 crbug.com/609067 [ Mac ] bluetooth/writeValue/write-succeeds.html [ Skip ] | 1384 crbug.com/609067 [ Mac ] bluetooth/writeValue/write-succeeds.html [ Skip ] |
| 1377 crbug.com/609067 [ Mac ] bluetooth/writeValue/write-updates-value.html [ Skip ] | 1385 crbug.com/609067 [ Mac ] bluetooth/writeValue/write-updates-value.html [ Skip ] |
| OLD | NEW |