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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 request_animation_frame_test: Skip # Times out. Issue 22167 | 114 request_animation_frame_test: Skip # Times out. Issue 22167 |
115 | 115 |
116 [ $runtime == chrome && $system != linux ] | 116 [ $runtime == chrome && $system != linux ] |
117 # These are failures in Chrome 45, which is not yet on Linux. | 117 # These are failures in Chrome 45, which is not yet on Linux. |
118 # This will be merged with the earlier blocks when Linux is updated. | 118 # This will be merged with the earlier blocks when Linux is updated. |
119 element_animate_test/simple_timing: RuntimeError # Please triage this failure | 119 element_animate_test/simple_timing: RuntimeError # Please triage this failure |
120 | 120 |
121 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] | 121 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] |
122 webgl_1_test: Pass, Fail # Issue 8219 | 122 webgl_1_test: Pass, Fail # Issue 8219 |
123 | 123 |
124 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] | 124 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows ] |
125 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 125 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
126 custom/attribute_changed_callback_test/fully_supported: RuntimeError # Issue 245
46 | 126 custom/attribute_changed_callback_test/fully_supported: RuntimeError # Issue 245
46 |
127 custom/attribute_changed_callback_test/unsupported_on_polyfill: RuntimeError # I
ssue 24546 | 127 custom/attribute_changed_callback_test/unsupported_on_polyfill: RuntimeError # I
ssue 24546 |
128 custom/constructor_calls_created_synchronously_test: RuntimeError # Issue 24546 | 128 custom/constructor_calls_created_synchronously_test: RuntimeError # Issue 24546 |
129 custom/created_callback_test: RuntimeError # Issue 24546 | 129 custom/created_callback_test: RuntimeError # Issue 24546 |
130 custom/entered_left_view_test/standard_events -- old callback names: RuntimeErro
r # Issue 24546 | 130 custom/entered_left_view_test/standard_events_old_callback_names: RuntimeError #
Issue 24546 |
131 custom/entered_left_view_test/shadow_dom: RuntimeError # Issue 24546 | 131 custom/entered_left_view_test/shadow_dom: RuntimeError # Issue 24546 |
132 custom/entered_left_view_test/viewless_document: RuntimeError # Issue 24546 | 132 custom/entered_left_view_test/viewless_document: RuntimeError # Issue 24546 |
133 custom/entered_left_view_test/disconnected_subtree: RuntimeError # Issue 24546 | 133 custom/entered_left_view_test/disconnected_subtree: RuntimeError # Issue 24546 |
134 custom/entered_left_view_test/standard_events: RuntimeError # Issue 24546 | 134 custom/entered_left_view_test/standard_events: RuntimeError # Issue 24546 |
135 custom_elements_23127_test/baseline: RuntimeError # Issue 24546 | 135 custom_elements_23127_test/baseline: RuntimeError # Issue 24546 |
136 custom_elements_23127_test/c1t: RuntimeError # Issue 24546 | 136 custom_elements_23127_test/c1t: RuntimeError # Issue 24546 |
137 custom_elements_23127_test/c2: RuntimeError # Issue 24546 | 137 custom_elements_23127_test/c2: RuntimeError # Issue 24546 |
138 custom_elements_23127_test/c2t: RuntimeError # Issue 24546 | 138 custom_elements_23127_test/c2t: RuntimeError # Issue 24546 |
139 custom_elements_test/innerHtml: RuntimeError # Issue 24546 | 139 custom_elements_test/innerHtml: RuntimeError # Issue 24546 |
140 custom_elements_test/lifecycle: RuntimeError # Issue 24546 | 140 custom_elements_test/lifecycle: RuntimeError # Issue 24546 |
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
432 queryall_test: fail | 432 queryall_test: fail |
433 track_element_constructor_test: StaticWarning | 433 track_element_constructor_test: StaticWarning |
434 transferables_test: StaticWarning | 434 transferables_test: StaticWarning |
435 typed_arrays_range_checks_test: StaticWarning | 435 typed_arrays_range_checks_test: StaticWarning |
436 typing_test: StaticWarning | 436 typing_test: StaticWarning |
437 webgl_1_test: StaticWarning | 437 webgl_1_test: StaticWarning |
438 window_nosuchmethod_test: StaticWarning | 438 window_nosuchmethod_test: StaticWarning |
439 | 439 |
440 [ $compiler == dart2js && $cps_ir ] | 440 [ $compiler == dart2js && $cps_ir ] |
441 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);})
: await for | 441 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);})
: await for |
OLD | NEW |