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 18 matching lines...) Expand all Loading... |
29 [ $compiler == dart2js ] | 29 [ $compiler == dart2js ] |
30 input_element_test/attributes: Fail # Issue 21555 | 30 input_element_test/attributes: Fail # Issue 21555 |
31 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium | 31 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant
to Dartium |
32 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 | 32 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue
#25759 |
33 mirrors_js_typed_interop_test: Pass, Slow | 33 mirrors_js_typed_interop_test: Pass, Slow |
34 js_type_test/dynamic-null-not-Foo: Fail # Issue 26838 | 34 js_type_test/dynamic-null-not-Foo: Fail # Issue 26838 |
35 js_type_test/dynamic-String-not-Foo: Fail # Issue 26838 | 35 js_type_test/dynamic-String-not-Foo: Fail # Issue 26838 |
36 js_type_test/dynamic-String-not-dynamic-Foo: Fail # Issue 26838 | 36 js_type_test/dynamic-String-not-dynamic-Foo: Fail # Issue 26838 |
37 js_interop_constructor_name_test/HTMLDivElement-types-erroneous1: Fail # Issue 2
6838 | 37 js_interop_constructor_name_test/HTMLDivElement-types-erroneous1: Fail # Issue 2
6838 |
38 js_interop_constructor_name_test/HTMLDivElement-types-erroneous2: Fail # Issue 2
6838 | 38 js_interop_constructor_name_test/HTMLDivElement-types-erroneous2: Fail # Issue 2
6838 |
| 39 # ROLL 50 FAILURES START |
| 40 custom/document_register_type_extensions_test/construction: Pass, Timeout # Roll
50 failure |
| 41 custom/document_register_type_extensions_test/registration: Pass, Timeout # Roll
50 failure |
| 42 custom/entered_left_view_test/shadow_dom: Pass, Timeout # Roll 50 failure |
| 43 fileapi_test/directoryReader: Timeout # Roll 50 failure |
| 44 fileapi_test/entry: Timeout # Roll 50 failure |
| 45 fileapi_test/fileEntry: Timeout # Roll 50 failure |
| 46 fileapi_test/getDirectory: Timeout # Roll 50 failure |
| 47 fileapi_test/getFile: Timeout # Roll 50 failure |
| 48 indexeddb_1_test/functional: Timeout # Roll 50 failure |
| 49 indexeddb_2_test: Timeout # Roll 50 failure |
| 50 indexeddb_3_test: Timeout # Roll 50 failure |
| 51 indexeddb_4_test: Timeout # Roll 50 failure |
| 52 indexeddb_5_test: Timeout # Roll 50 failure |
| 53 js_typed_interop_side_cast_exp_test: RuntimeError # Roll 50 failure |
| 54 keyboard_event_test: RuntimeError # Roll 50 failure |
| 55 websql_test/functional: Timeout # Roll 50 failure |
| 56 # ROLL 50 FAILURES END |
39 | 57 |
40 [ $compiler == dart2js && $checked ] | 58 [ $compiler == dart2js && $checked ] |
41 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked | 59 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl
e with --checked |
42 | 60 |
43 [ $compiler == dart2js && $csp && $browser ] | 61 [ $compiler == dart2js && $csp && $browser ] |
44 custom/js_custom_test: Fail # Issue 14643 | 62 custom/js_custom_test: Fail # Issue 14643 |
45 custom/element_upgrade_test: Fail # Issue 17298 | 63 custom/element_upgrade_test: Fail # Issue 17298 |
46 | 64 |
47 [ $compiler == dart2js && $browser ] | 65 [ $compiler == dart2js && $browser ] |
48 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 | 66 custom/created_callback_test: Fail # Support for created constructor. Issue 1483
5 |
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 | 387 |
370 [ $compiler == dart2analyzer && $builder_tag == strong ] | 388 [ $compiler == dart2analyzer && $builder_tag == strong ] |
371 *: Skip # Issue 28649 | 389 *: Skip # Issue 28649 |
372 | 390 |
373 [ $compiler == dart2js && $fast_startup ] | 391 [ $compiler == dart2js && $fast_startup ] |
374 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d | 392 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte
d |
375 custom/js_custom_test: Fail # mirrors not supported | 393 custom/js_custom_test: Fail # mirrors not supported |
376 custom/mirrors_test: Fail # mirrors not supported | 394 custom/mirrors_test: Fail # mirrors not supported |
377 custom/mirrors_2_test: Fail # mirrors not supported | 395 custom/mirrors_2_test: Fail # mirrors not supported |
378 mirrors_js_typed_interop_test: Fail # mirrors not supported | 396 mirrors_js_typed_interop_test: Fail # mirrors not supported |
OLD | NEW |