| 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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 window_nosuchmethod_test: StaticWarning | 367 window_nosuchmethod_test: StaticWarning |
| 368 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 | 368 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 |
| 369 | 369 |
| 370 [ $compiler == dart2analyzer && $builder_tag == strong ] | 370 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 371 *: Skip # Issue 28649 | 371 *: Skip # Issue 28649 |
| 372 | 372 |
| 373 [ $compiler == dart2js && $fast_startup ] | 373 [ $compiler == dart2js && $fast_startup ] |
| 374 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d | 374 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d |
| 375 custom/js_custom_test: Fail # mirrors not supported | 375 custom/js_custom_test: Fail # mirrors not supported |
| 376 custom/mirrors_test: Fail # mirrors not supported | 376 custom/mirrors_test: Fail # mirrors not supported |
| 377 custom/mirrors_2_test: Fail # mirrors not supported |
| 377 mirrors_js_typed_interop_test: Fail # mirrors not supported | 378 mirrors_js_typed_interop_test: Fail # mirrors not supported |
| OLD | NEW |