| 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 == app_jit ] | 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| 9 # Other issues: | 9 # Other issues: |
| 10 generic_methods_type_expression_test: RuntimeError # Issue 25869 | 10 generic_methods_type_expression_test: RuntimeError # Issue 25869 |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 config_import_test: Fail # Issue 14651. | 93 config_import_test: Fail # Issue 14651. |
| 94 vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn
. | 94 vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn
. |
| 95 main_test/01: Fail # Issue 20028 | 95 main_test/01: Fail # Issue 20028 |
| 96 main_test/02: Fail # Issue 20028 | 96 main_test/02: Fail # Issue 20028 |
| 97 main_test/04: Fail # Issue 20028 | 97 main_test/04: Fail # Issue 20028 |
| 98 main_test/05: Fail # Issue 20028 | 98 main_test/05: Fail # Issue 20028 |
| 99 main_test/21: Fail # Issue 20028 | 99 main_test/21: Fail # Issue 20028 |
| 100 main_test/42: Fail # Issue 20028 | 100 main_test/42: Fail # Issue 20028 |
| 101 mirror_in_static_init_test: Fail # Issue 22071 | 101 mirror_in_static_init_test: Fail # Issue 22071 |
| 102 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651. | 102 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651. |
| 103 vm/regress_28325_test: SkipByDesign # Requires dart:io |
| 103 | 104 |
| 104 # These tests need the flag --initializing-formal-access to pass: | 105 # These tests need the flag --initializing-formal-access to pass: |
| 105 initializing_formal_access_test: Skip | 106 initializing_formal_access_test: Skip |
| 106 initializing_formal_capture_test: Skip | 107 initializing_formal_capture_test: Skip |
| 107 initializing_formal_final_test: Skip | 108 initializing_formal_final_test: Skip |
| 108 initializing_formal_promotion_test: Skip | 109 initializing_formal_promotion_test: Skip |
| 109 initializing_formal_type_test: Skip | 110 initializing_formal_type_test: Skip |
| 110 parameter_initializer5_test: Skip | 111 parameter_initializer5_test: Skip |
| 111 | 112 |
| 112 # Experimental feature: Syntactic support for generic methods. | 113 # Experimental feature: Syntactic support for generic methods. |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276 | 326 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276 |
| 326 | 327 |
| 327 [$compiler == dart2analyzer] | 328 [$compiler == dart2analyzer] |
| 328 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. | 329 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. |
| 329 config_import_corelib_test: StaticWarning, OK | 330 config_import_corelib_test: StaticWarning, OK |
| 330 | 331 |
| 331 null_bottom_test/none: StaticWarning, CompileTimeError # Issue 28025 | 332 null_bottom_test/none: StaticWarning, CompileTimeError # Issue 28025 |
| 332 null_bottom_test/01: Pass, CompileTimeError # Issue 28025 | 333 null_bottom_test/01: Pass, CompileTimeError # Issue 28025 |
| 333 null_bottom_test/02: Pass, CompileTimeError # Issue 28025 | 334 null_bottom_test/02: Pass, CompileTimeError # Issue 28025 |
| 334 null_bottom_test/03: Pass, CompileTimeError # Issue 28025 | 335 null_bottom_test/03: Pass, CompileTimeError # Issue 28025 |
| OLD | NEW |