OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
6 # current state of the language. | 6 # current state of the language. |
7 | 7 |
8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) ] | 8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) ] |
9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest
igating | 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest
igating |
| 10 generic_methods_type_expression_test: RuntimeError # Issue 25869 |
10 | 11 |
11 # These tests are skipped in the VM because it has "--supermixin" | 12 # These tests are skipped in the VM because it has "--supermixin" |
12 # functionality enabled unconditionally. The tests should be removed | 13 # functionality enabled unconditionally. The tests should be removed |
13 # once the same is true for analyzer (#24478) and dart2js (#23773) | 14 # once the same is true for analyzer (#24478) and dart2js (#23773) |
14 mixin_illegal_super_use_test: Skip # Issues 24478 and 23773 | 15 mixin_illegal_super_use_test: Skip # Issues 24478 and 23773 |
15 mixin_illegal_superclass_test: Skip # Issues 24478 and 23773 | 16 mixin_illegal_superclass_test: Skip # Issues 24478 and 23773 |
16 | 17 |
17 # These bugs refer currently ongoing language discussions. | 18 # These bugs refer currently ongoing language discussions. |
18 constructor5_test: Fail # Issue 6422 | 19 constructor5_test: Fail # Issue 6422 |
19 constructor6_test: Fail # Issue 6422 | 20 constructor6_test: Fail # Issue 6422 |
(...skipping 18 matching lines...) Expand all Loading... |
38 # Non-contractive types are not supported in the vm. | 39 # Non-contractive types are not supported in the vm. |
39 cyclic_type_test/02: Fail, OK | 40 cyclic_type_test/02: Fail, OK |
40 cyclic_type_test/04: Fail, OK | 41 cyclic_type_test/04: Fail, OK |
41 cyclic_type2_test: Fail, OK | 42 cyclic_type2_test: Fail, OK |
42 least_upper_bound_expansive_test/*: Fail, OK | 43 least_upper_bound_expansive_test/*: Fail, OK |
43 | 44 |
44 async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runti
me-errs. | 45 async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runti
me-errs. |
45 async_star_cancel_while_paused_test: RuntimeError | 46 async_star_cancel_while_paused_test: RuntimeError |
46 | 47 |
47 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) && $checked ] | 48 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) && $checked ] |
48 # The generic functions tests fail in checked mode because the parsed type param
eters | 49 # These generic functions tests pass for the wrong reason in checked mode, |
49 # are ignored. | 50 # because the parsed type parameters are mapped to dynamic type. |
50 generic_methods_function_type_test: RuntimeError # Issue 25869 | 51 generic_methods_function_type_test: Pass # Issue 25869 |
51 generic_methods_test: RuntimeError # Issue 25869 | 52 generic_methods_test: Pass # Issue 25869 |
52 generic_methods_new_test: RuntimeError # Issue 25869 | 53 generic_methods_new_test: Pass # Issue 25869 |
53 generic_local_functions_test: RuntimeError # Issue 25869 | 54 generic_local_functions_test: Pass # Issue 25869 |
54 generic_functions_test: RuntimeError # Issue 25869 | 55 generic_functions_test: Pass # Issue 25869 |
55 generic_methods_generic_function_parameter_test: RuntimeError # Issue 25869 | 56 generic_methods_generic_function_parameter_test: Pass # Issue 25869 |
56 | 57 |
57 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) && ($runtime == vm || $runtime == dart_precompiled || $ru
ntime == dart_app) ] | 58 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) && ($runtime == vm || $runtime == dart_precompiled || $ru
ntime == dart_app) ] |
58 | 59 |
59 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 60 class_keyword_test/02: MissingCompileTimeError # Issue 13627 |
60 unicode_bom_test: Fail # Issue 16067 | 61 unicode_bom_test: Fail # Issue 16067 |
61 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. | 62 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. |
62 try_catch_optimized1_test: Skip # Srdjan investigating | 63 try_catch_optimized1_test: Skip # Srdjan investigating |
63 | 64 |
64 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) && $checked ] | 65 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) && $checked ] |
65 type_variable_bounds4_test/01: Fail # Issue 14006 | 66 type_variable_bounds4_test/01: Fail # Issue 14006 |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 assert_initializer_test: SKIP # not implemented yet, experiment is VM only. | 285 assert_initializer_test: SKIP # not implemented yet, experiment is VM only. |
285 | 286 |
286 [$runtime == vm && $compiler == none && $unchecked] | 287 [$runtime == vm && $compiler == none && $unchecked] |
287 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail
in unchecked mode. | 288 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail
in unchecked mode. |
288 assert_initializer_test/none: pass | 289 assert_initializer_test/none: pass |
289 | 290 |
290 [$runtime == vm && $compiler == none && $checked] | 291 [$runtime == vm && $compiler == none && $checked] |
291 # The VM doesn't enforce that potentially const expressions are actually | 292 # The VM doesn't enforce that potentially const expressions are actually |
292 # const expressions when the constructor is called with `const`. | 293 # const expressions when the constructor is called with `const`. |
293 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. | 294 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. |
OLD | NEW |