| 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 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) | 9 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) |
| 10 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior. | 10 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior. |
| (...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 localstorage_test: StaticWarning | 375 localstorage_test: StaticWarning |
| 376 mutationobserver_test: StaticWarning | 376 mutationobserver_test: StaticWarning |
| 377 queryall_test: fail | 377 queryall_test: fail |
| 378 track_element_constructor_test: StaticWarning | 378 track_element_constructor_test: StaticWarning |
| 379 transferables_test: StaticWarning | 379 transferables_test: StaticWarning |
| 380 typed_arrays_range_checks_test: StaticWarning | 380 typed_arrays_range_checks_test: StaticWarning |
| 381 typing_test: StaticWarning | 381 typing_test: StaticWarning |
| 382 webgl_1_test: StaticWarning | 382 webgl_1_test: StaticWarning |
| 383 window_nosuchmethod_test: StaticWarning | 383 window_nosuchmethod_test: StaticWarning |
| 384 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 | 384 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 |
| 385 svgelement_test: StaticWarning # Issue 29594 |
| 385 | 386 |
| 386 [ $compiler == dart2analyzer && $builder_tag == strong ] | 387 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 387 *: Skip # Issue 28649 | 388 *: Skip # Issue 28649 |
| 388 | 389 |
| 389 [ $compiler == dart2js && $fast_startup ] | 390 [ $compiler == dart2js && $fast_startup ] |
| 390 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d | 391 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d |
| 391 custom/js_custom_test: Fail # mirrors not supported | 392 custom/js_custom_test: Fail # mirrors not supported |
| 392 custom/mirrors_test: Fail # mirrors not supported | 393 custom/mirrors_test: Fail # mirrors not supported |
| 393 custom/mirrors_2_test: Fail # mirrors not supported | 394 custom/mirrors_2_test: Fail # mirrors not supported |
| 394 mirrors_js_typed_interop_test: Fail # mirrors not supported | 395 mirrors_js_typed_interop_test: Fail # mirrors not supported |
| OLD | NEW |