| 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 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 9 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 10 | 10 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 | 27 |
| 28 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] | 28 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium
) ] |
| 29 datalistelement_test: Skip # Issue 20540 | 29 datalistelement_test: Skip # Issue 20540 |
| 30 | 30 |
| 31 [ $compiler == dart2js ] | 31 [ $compiler == dart2js ] |
| 32 input_element_test/attributes: Fail # Issue 21555 | 32 input_element_test/attributes: Fail # Issue 21555 |
| 33 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium | 33 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium |
| 34 | 34 |
| 35 [ $compiler == dart2js && $checked ] | 35 [ $compiler == dart2js && $checked ] |
| 36 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked | 36 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked |
| 37 js_typed_interop_test: Fail # Issue 24822 |
| 37 | 38 |
| 38 [ $compiler == dart2js && $csp && $browser ] | 39 [ $compiler == dart2js && $csp && $browser ] |
| 39 custom/js_custom_test: Fail # Issue 14643 | 40 custom/js_custom_test: Fail # Issue 14643 |
| 40 custom/element_upgrade_test: Fail # Issue 17298 | 41 custom/element_upgrade_test: Fail # Issue 17298 |
| 41 | 42 |
| 42 [ $compiler == dart2js && $browser ] | 43 [ $compiler == dart2js && $browser ] |
| 43 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 | 44 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 |
| 44 fontface_loaded_test: Fail # Support for promises. | 45 fontface_loaded_test: Fail # Support for promises. |
| 45 | 46 |
| 46 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] | 47 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim ||
$runtime == ff || $ie) ] |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 queryall_test: fail | 417 queryall_test: fail |
| 417 track_element_constructor_test: StaticWarning | 418 track_element_constructor_test: StaticWarning |
| 418 transferables_test: StaticWarning | 419 transferables_test: StaticWarning |
| 419 typed_arrays_range_checks_test: StaticWarning | 420 typed_arrays_range_checks_test: StaticWarning |
| 420 typing_test: StaticWarning | 421 typing_test: StaticWarning |
| 421 webgl_1_test: StaticWarning | 422 webgl_1_test: StaticWarning |
| 422 window_nosuchmethod_test: StaticWarning | 423 window_nosuchmethod_test: StaticWarning |
| 423 | 424 |
| 424 [ $compiler == dart2js && $cps_ir ] | 425 [ $compiler == dart2js && $cps_ir ] |
| 425 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);})
: await for | 426 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);})
: await for |
| OLD | NEW |