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 | |
14 crbug.com/420008 inspector/tracing/worker-js-frames.html [ Pass Timeout Failure
] | 6 crbug.com/420008 inspector/tracing/worker-js-frames.html [ Pass Timeout Failure
] |
15 crbug.com/420008 virtual/threaded/inspector/tracing/worker-js-frames.html [ Pass
Timeout Failure ] | 7 crbug.com/420008 virtual/threaded/inspector/tracing/worker-js-frames.html [ Pass
Timeout Failure ] |
16 crbug.com/596940 inspector-protocol/runtime/runtime-execution-contexts-events.ht
ml [ Pass Timeout ] | 8 crbug.com/596940 inspector-protocol/runtime/runtime-execution-contexts-events.ht
ml [ Pass Timeout ] |
17 crbug.com/597572 [ Debug ] http/tests/inspector/resource-tree/resource-tree-relo
ad.html [ Pass Failure ] | 9 crbug.com/597572 [ Debug ] http/tests/inspector/resource-tree/resource-tree-relo
ad.html [ Pass Failure ] |
18 | 10 |
19 crbug.com/569901 crbug.com/24182 [ Debug ] jquery/manipulation.html [ Timeout Pa
ss ] | 11 crbug.com/569901 crbug.com/24182 [ Debug ] jquery/manipulation.html [ Timeout Pa
ss ] |
20 | 12 |
21 # ====== Oilpan-only failures until here ====== | 13 # ====== Oilpan-only failures until here ====== |
22 | 14 |
23 # Run these tests with under virtual/spv2 only. | 15 # Run these tests with under virtual/spv2 only. |
(...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1381 crbug.com/609066 [ Mac ] bluetooth/readValue/service-is-removed.html [ Skip ] | 1373 crbug.com/609066 [ Mac ] bluetooth/readValue/service-is-removed.html [ Skip ] |
1382 crbug.com/609066 [ Mac ] bluetooth/requestDevice/blacklisted-service-in-optional
Services.html [ Skip ] | 1374 crbug.com/609066 [ Mac ] bluetooth/requestDevice/blacklisted-service-in-optional
Services.html [ Skip ] |
1383 crbug.com/609067 [ Mac ] bluetooth/writeValue/blacklisted-characteristic.html [
Skip ] | 1375 crbug.com/609067 [ Mac ] bluetooth/writeValue/blacklisted-characteristic.html [
Skip ] |
1384 crbug.com/609067 [ Mac ] bluetooth/writeValue/characteristic-is-removed.html [ S
kip ] | 1376 crbug.com/609067 [ Mac ] bluetooth/writeValue/characteristic-is-removed.html [ S
kip ] |
1385 crbug.com/609067 [ Mac ] bluetooth/writeValue/device-goes-out-of-range.html [ Sk
ip ] | 1377 crbug.com/609067 [ Mac ] bluetooth/writeValue/device-goes-out-of-range.html [ Sk
ip ] |
1386 crbug.com/609067 [ Mac ] bluetooth/writeValue/service-is-removed.html [ Skip ] | 1378 crbug.com/609067 [ Mac ] bluetooth/writeValue/service-is-removed.html [ Skip ] |
1387 crbug.com/609067 [ Mac ] bluetooth/writeValue/value-too-long.html [ Skip ] | 1379 crbug.com/609067 [ Mac ] bluetooth/writeValue/value-too-long.html [ Skip ] |
1388 crbug.com/609067 [ Mac ] bluetooth/writeValue/write-fails.html [ Skip ] | 1380 crbug.com/609067 [ Mac ] bluetooth/writeValue/write-fails.html [ Skip ] |
1389 crbug.com/609067 [ Mac ] bluetooth/writeValue/write-succeeds.html [ Skip ] | 1381 crbug.com/609067 [ Mac ] bluetooth/writeValue/write-succeeds.html [ Skip ] |
1390 crbug.com/609067 [ Mac ] bluetooth/writeValue/write-updates-value.html [ Skip ] | 1382 crbug.com/609067 [ Mac ] bluetooth/writeValue/write-updates-value.html [ Skip ] |
OLD | NEW |