| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 interactive_test: Skip # Must be run manually. | 5 interactive_test: Skip # Must be run manually. |
| 6 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 6 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 7 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 7 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 8 | 8 |
| 9 js_array_test: Skip # Issue 23676, 23677 | 9 js_array_test: Skip # Issue 23676, 23677 |
| 10 js_typed_interop_test: Skip # Issue 23676, 23677 | 10 js_typed_interop_test: Skip # Issue 23676, 23677 |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 [ $runtime == chrome && $system != linux ] | 121 [ $runtime == chrome && $system != linux ] |
| 122 # These are failures in Chrome 45, which is not yet on Linux. | 122 # These are failures in Chrome 45, which is not yet on Linux. |
| 123 # This will be merged with the earlier blocks when Linux is updated. | 123 # This will be merged with the earlier blocks when Linux is updated. |
| 124 element_animate_test/simple_timing: RuntimeError # Please triage this failure | 124 element_animate_test/simple_timing: RuntimeError # Please triage this failure |
| 125 | 125 |
| 126 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] | 126 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] |
| 127 webgl_1_test: Pass, Fail # Issue 8219 | 127 webgl_1_test: Pass, Fail # Issue 8219 |
| 128 | 128 |
| 129 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] | 129 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] |
| 130 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 130 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 131 custom/attribute_changed_callback_test/fully_supported: RuntimeError # Issue 245
46 |
| 132 custom/attribute_changed_callback_test/unsupported_on_polyfill: RuntimeError # I
ssue 24546 |
| 133 custom/constructor_calls_created_synchronously_test: RuntimeError # Issue 24546 |
| 134 custom/created_callback_test: RuntimeError # Issue 24546 |
| 135 custom/entered_left_view_test/standard_events -- old callback names: RuntimeErro
r # Issue 24546 |
| 136 custom/entered_left_view_test/shadow_dom: RuntimeError # Issue 24546 |
| 137 custom/entered_left_view_test/viewless_document: RuntimeError # Issue 24546 |
| 138 custom/entered_left_view_test/disconnected_subtree: RuntimeError # Issue 24546 |
| 139 custom/entered_left_view_test/standard_events: RuntimeError # Issue 24546 |
| 140 custom_elements_23127_test/baseline: RuntimeError # Issue 24546 |
| 141 custom_elements_23127_test/c1t: RuntimeError # Issue 24546 |
| 142 custom_elements_23127_test/c2: RuntimeError # Issue 24546 |
| 143 custom_elements_23127_test/c2t: RuntimeError # Issue 24546 |
| 144 custom_elements_test/innerHtml: RuntimeError # Issue 24546 |
| 145 custom_elements_test/lifecycle: RuntimeError # Issue 24546 |
| 146 custom_element_name_clash_test/test: RuntimeError # Issue 24546 |
| 147 custom_elements_test/mixins: RuntimeError # Issue 24546 |
| 148 custom_element_method_clash_test/test: RuntimeError # Issue 24546 |
| 131 | 149 |
| 132 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] | 150 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] |
| 133 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. | 151 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. |
| 134 native_gc_test: Pass, Slow | 152 native_gc_test: Pass, Slow |
| 135 | 153 |
| 136 [$runtime == ie10 || $runtime == ie11] | 154 [$runtime == ie10 || $runtime == ie11] |
| 137 indexeddb_5_test: Fail # Issue 12893 | 155 indexeddb_5_test: Fail # Issue 12893 |
| 138 js_test/transferrables: RuntimeError # Issue 14246 | 156 js_test/transferrables: RuntimeError # Issue 14246 |
| 139 element_test/click: Fail # IE does not support firing this event. | 157 element_test/click: Fail # IE does not support firing this event. |
| 140 serialized_script_value_test: Fail | 158 serialized_script_value_test: Fail |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 queryall_test: fail | 437 queryall_test: fail |
| 420 track_element_constructor_test: StaticWarning | 438 track_element_constructor_test: StaticWarning |
| 421 transferables_test: StaticWarning | 439 transferables_test: StaticWarning |
| 422 typed_arrays_range_checks_test: StaticWarning | 440 typed_arrays_range_checks_test: StaticWarning |
| 423 typing_test: StaticWarning | 441 typing_test: StaticWarning |
| 424 webgl_1_test: StaticWarning | 442 webgl_1_test: StaticWarning |
| 425 window_nosuchmethod_test: StaticWarning | 443 window_nosuchmethod_test: StaticWarning |
| 426 | 444 |
| 427 [ $compiler == dart2js && $cps_ir ] | 445 [ $compiler == dart2js && $cps_ir ] |
| 428 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);})
: await for | 446 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);})
: await for |
| OLD | NEW |