| 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) ] | 8 [ ($compiler == none || $compiler == precompiler) ] |
| 9 built_in_identifier_prefix_test: Fail # Issue 6970 | 9 built_in_identifier_prefix_test: Fail # Issue 6970 |
| 10 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest
igating | 10 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest
igating |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 named_parameters_type_test/02: Fail # Issue 14651. | 64 named_parameters_type_test/02: Fail # Issue 14651. |
| 65 named_parameters_type_test/03: Fail # Issue 14651. | 65 named_parameters_type_test/03: Fail # Issue 14651. |
| 66 positional_parameters_type_test/01: Fail # Issue 14651. | 66 positional_parameters_type_test/01: Fail # Issue 14651. |
| 67 positional_parameters_type_test/02: Fail # Issue 14651. | 67 positional_parameters_type_test/02: Fail # Issue 14651. |
| 68 type_checks_in_factory_method_test: Fail # Issue 14651. | 68 type_checks_in_factory_method_test: Fail # Issue 14651. |
| 69 vm/type_vm_test: Fail # Issue 14651. | 69 vm/type_vm_test: Fail # Issue 14651. |
| 70 | 70 |
| 71 [ ($compiler == none || $compiler == precompiler) && ( $runtime == dartium || $r
untime == drt || $runtime == ContentShellOnAndroid) ] | 71 [ ($compiler == none || $compiler == precompiler) && ( $runtime == dartium || $r
untime == drt || $runtime == ContentShellOnAndroid) ] |
| 72 issue13474_test: Pass, Fail # Issue 14651. | 72 issue13474_test: Pass, Fail # Issue 14651. |
| 73 config_import_test: Fail # Issue 14651. | 73 config_import_test: Fail # Issue 14651. |
| 74 vm/optimized_guarded_field_isolates_test: Fail # Issue 13921. | |
| 75 main_test/01: Fail # Issue 20028 | 74 main_test/01: Fail # Issue 20028 |
| 76 main_test/02: Fail # Issue 20028 | 75 main_test/02: Fail # Issue 20028 |
| 77 main_test/04: Fail # Issue 20028 | 76 main_test/04: Fail # Issue 20028 |
| 78 main_test/05: Fail # Issue 20028 | 77 main_test/05: Fail # Issue 20028 |
| 79 main_test/21: Fail # Issue 20028 | 78 main_test/21: Fail # Issue 20028 |
| 80 main_test/42: Fail # Issue 20028 | 79 main_test/42: Fail # Issue 20028 |
| 81 mirror_in_static_init_test: Fail # Issue 22071 | 80 mirror_in_static_init_test: Fail # Issue 22071 |
| 82 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651. | 81 vm/debug_break_enabled_vm_test/*: Skip # Issue 14651. |
| 83 | 82 |
| 84 [ ($compiler == none || $compiler == precompiler) && $runtime == dartium && $sys
tem == linux && $arch != x64 ] | 83 [ ($compiler == none || $compiler == precompiler) && $runtime == dartium && $sys
tem == linux && $arch != x64 ] |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 | 142 |
| 144 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize-
alot | 143 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize-
alot |
| 145 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. | 144 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. |
| 146 vm/type_cast_vm_test: RuntimeError # Line number mismatch. | 145 vm/type_cast_vm_test: RuntimeError # Line number mismatch. |
| 147 | 146 |
| 148 [ $runtime == dart_precompiled ] | 147 [ $runtime == dart_precompiled ] |
| 149 ct_const2_test: Pass, Crash # Incompatible flag --compile_all | 148 ct_const2_test: Pass, Crash # Incompatible flag --compile_all |
| 150 hello_dart_test: Pass, Crash # Incompatible flag --compile_all | 149 hello_dart_test: Pass, Crash # Incompatible flag --compile_all |
| 151 | 150 |
| 152 implicit_closure_test: Pass, Crash # --use_slow_path | 151 implicit_closure_test: Pass, Crash # --use_slow_path |
| OLD | NEW |