| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 fileapi_test/entry: Pass, Timeout # Roll 50 failure | 44 fileapi_test/entry: Pass, Timeout # Roll 50 failure |
| 45 fileapi_test/fileEntry: Pass, Timeout # Roll 50 failure | 45 fileapi_test/fileEntry: Pass, Timeout # Roll 50 failure |
| 46 fileapi_test/getDirectory: Pass, Timeout # Roll 50 failure | 46 fileapi_test/getDirectory: Pass, Timeout # Roll 50 failure |
| 47 fileapi_test/getFile: Pass, Timeout # Roll 50 failure | 47 fileapi_test/getFile: Pass, Timeout # Roll 50 failure |
| 48 indexeddb_1_test/functional: Pass, Timeout # Roll 50 failure | 48 indexeddb_1_test/functional: Pass, Timeout # Roll 50 failure |
| 49 indexeddb_2_test: Pass, Timeout # Roll 50 failure | 49 indexeddb_2_test: Pass, Timeout # Roll 50 failure |
| 50 indexeddb_3_test: Pass, Timeout # Roll 50 failure | 50 indexeddb_3_test: Pass, Timeout # Roll 50 failure |
| 51 indexeddb_4_test: Pass, Timeout # Roll 50 failure | 51 indexeddb_4_test: Pass, Timeout # Roll 50 failure |
| 52 indexeddb_5_test: Pass, Timeout # Roll 50 failure | 52 indexeddb_5_test: Pass, Timeout # Roll 50 failure |
| 53 js_typed_interop_side_cast_exp_test: Pass, RuntimeError # Roll 50 failure | 53 js_typed_interop_side_cast_exp_test: Pass, RuntimeError # Roll 50 failure |
| 54 keyboard_event_test: Pass, RuntimeError # Roll 50 failure | |
| 55 svgelement_test/PathElement: Pass, RuntimeError # Roll 50 failure | 54 svgelement_test/PathElement: Pass, RuntimeError # Roll 50 failure |
| 56 websql_test/functional: Pass, Timeout # Roll 50 failure | 55 websql_test/functional: Pass, Timeout # Roll 50 failure |
| 57 xhr_test/xhr: Pass, RuntimeError # Roll 50 failure | 56 xhr_test/xhr: Pass, RuntimeError # Roll 50 failure |
| 58 # ROLL 50 FAILURES END | 57 # ROLL 50 FAILURES END |
| 59 | 58 |
| 60 [ $compiler == dart2js && $checked ] | 59 [ $compiler == dart2js && $checked ] |
| 61 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked | 60 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked |
| 62 | 61 |
| 63 [ $compiler == dart2js && $csp && $browser ] | 62 [ $compiler == dart2js && $csp && $browser ] |
| 64 custom/js_custom_test: Fail # Issue 14643 | 63 custom/js_custom_test: Fail # Issue 14643 |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 386 | 385 |
| 387 [ $compiler == dart2analyzer && $builder_tag == strong ] | 386 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 388 *: Skip # Issue 28649 | 387 *: Skip # Issue 28649 |
| 389 | 388 |
| 390 [ $compiler == dart2js && $fast_startup ] | 389 [ $compiler == dart2js && $fast_startup ] |
| 391 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d | 390 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d |
| 392 custom/js_custom_test: Fail # mirrors not supported | 391 custom/js_custom_test: Fail # mirrors not supported |
| 393 custom/mirrors_test: Fail # mirrors not supported | 392 custom/mirrors_test: Fail # mirrors not supported |
| 394 custom/mirrors_2_test: Fail # mirrors not supported | 393 custom/mirrors_2_test: Fail # mirrors not supported |
| 395 mirrors_js_typed_interop_test: Fail # mirrors not supported | 394 mirrors_js_typed_interop_test: Fail # mirrors not supported |
| OLD | NEW |