| 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 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 6 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 7 | 7 |
| 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 9 | 9 |
| 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) | 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 text_event_test: Fail # Issue 17893 | 275 text_event_test: Fail # Issue 17893 |
| 276 element_animate_test/timing_dict: RuntimeError # Issue 26730 | 276 element_animate_test/timing_dict: RuntimeError # Issue 26730 |
| 277 messageevent_test: Pass, RuntimeError # Issue 28983 | 277 messageevent_test: Pass, RuntimeError # Issue 28983 |
| 278 serialized_script_value_test: Pass, RuntimeError # Issue 28983 | 278 serialized_script_value_test: Pass, RuntimeError # Issue 28983 |
| 279 element_types_test/supported_content: Pass, RuntimeError # Issue 28983 | 279 element_types_test/supported_content: Pass, RuntimeError # Issue 28983 |
| 280 element_types_test/supported_shadow: Pass, RuntimeError # Issue 28983 | 280 element_types_test/supported_shadow: Pass, RuntimeError # Issue 28983 |
| 281 | 281 |
| 282 # Firefox Feature support statuses- | 282 # Firefox Feature support statuses- |
| 283 # All changes should be accompanied by platform support annotation changes. | 283 # All changes should be accompanied by platform support annotation changes. |
| 284 element_classes_test: RuntimeError # Issue 27535 | 284 element_classes_test: RuntimeError # Issue 27535 |
| 285 element_types_test/supported_embed: Fail | |
| 286 element_types_test/supported_keygen: Fail | 285 element_types_test/supported_keygen: Fail |
| 287 element_types_test/supported_object: Fail | |
| 288 fileapi_test/supported: Fail | 286 fileapi_test/supported: Fail |
| 289 indexeddb_1_test/supportsDatabaseNames: Fail | 287 indexeddb_1_test/supportsDatabaseNames: Fail |
| 290 input_element_test/supported_date: Fail | 288 input_element_test/supported_date: Fail |
| 291 input_element_test/supported_datetime-local: Fail | 289 input_element_test/supported_datetime-local: Fail |
| 292 input_element_test/supported_month: Fail | 290 input_element_test/supported_month: Fail |
| 293 input_element_test/supported_time: Fail | 291 input_element_test/supported_time: Fail |
| 294 input_element_test/supported_week: Fail | 292 input_element_test/supported_week: Fail |
| 295 media_stream_test/supported_MediaStreamEvent: Fail | 293 media_stream_test/supported_MediaStreamEvent: Fail |
| 296 media_stream_test/supported_MediaStreamTrackEvent: Fail | 294 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 297 shadow_dom_test/supported: Fail | 295 shadow_dom_test/supported: Fail |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 | 368 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 |
| 371 | 369 |
| 372 [ $compiler == dart2analyzer && $builder_tag == strong ] | 370 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 373 *: Skip # Issue 28649 | 371 *: Skip # Issue 28649 |
| 374 | 372 |
| 375 [ $compiler == dart2js && $fast_startup ] | 373 [ $compiler == dart2js && $fast_startup ] |
| 376 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d | 374 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d |
| 377 custom/js_custom_test: Fail # mirrors not supported | 375 custom/js_custom_test: Fail # mirrors not supported |
| 378 custom/mirrors_test: Fail # mirrors not supported | 376 custom/mirrors_test: Fail # mirrors not supported |
| 379 mirrors_js_typed_interop_test: Fail # mirrors not supported | 377 mirrors_js_typed_interop_test: Fail # mirrors not supported |
| OLD | NEW |