| 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 [ $strong ] | 8 [ $strong ] |
| 9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te
sts. | 9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te
sts. |
| 10 | 10 |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 deferred_global_test: Fail | 143 deferred_global_test: Fail |
| 144 vm/regress_27201_test: Fail | 144 vm/regress_27201_test: Fail |
| 145 regress_23408_test: RuntimeError | 145 regress_23408_test: RuntimeError |
| 146 | 146 |
| 147 [ $compiler == precompiler ] | 147 [ $compiler == precompiler ] |
| 148 implicit_closure_test: Skip # Incompatible flag: --use_slow_path | 148 implicit_closure_test: Skip # Incompatible flag: --use_slow_path |
| 149 deopt_inlined_function_lazy_test: Skip # Incompatible flag: --deoptimize-alot | 149 deopt_inlined_function_lazy_test: Skip # Incompatible flag: --deoptimize-alot |
| 150 | 150 |
| 151 [ $runtime == dart_precompiled || $compiler == app_jit ] | 151 [ $runtime == dart_precompiled || $compiler == app_jit ] |
| 152 ct_const2_test: Skip # Incompatible flag: --compile_all | 152 ct_const2_test: Skip # Incompatible flag: --compile_all |
| 153 hello_dart_test: Skip # Incompatible flag: --compile_all | |
| 154 vm/type_vm_test: RuntimeError # Expects line and column numbers | 153 vm/type_vm_test: RuntimeError # Expects line and column numbers |
| 155 vm/type_cast_vm_test: RuntimeError # Expects line and column numbers | 154 vm/type_cast_vm_test: RuntimeError # Expects line and column numbers |
| 156 | 155 |
| 157 [ $mode == product ] | 156 [ $mode == product ] |
| 158 issue13474_test: SkipByDesign # Requires checked mode. | 157 issue13474_test: SkipByDesign # Requires checked mode. |
| 159 named_parameters_type_test/01: SkipByDesign # Requires checked mode. | 158 named_parameters_type_test/01: SkipByDesign # Requires checked mode. |
| 160 named_parameters_type_test/02: SkipByDesign # Requires checked mode. | 159 named_parameters_type_test/02: SkipByDesign # Requires checked mode. |
| 161 named_parameters_type_test/03: SkipByDesign # Requires checked mode. | 160 named_parameters_type_test/03: SkipByDesign # Requires checked mode. |
| 162 type_checks_in_factory_method_test: SkipByDesign # Requires checked mode. | 161 type_checks_in_factory_method_test: SkipByDesign # Requires checked mode. |
| 163 positional_parameters_type_test/01: SkipByDesign # Requires checked mode. | 162 positional_parameters_type_test/01: SkipByDesign # Requires checked mode. |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 full_stacktrace1_test: Skip | 498 full_stacktrace1_test: Skip |
| 500 full_stacktrace2_test: Skip | 499 full_stacktrace2_test: Skip |
| 501 full_stacktrace3_test: Skip | 500 full_stacktrace3_test: Skip |
| 502 stacktrace_rethrow_error_test: Skip | 501 stacktrace_rethrow_error_test: Skip |
| 503 stacktrace_rethrow_nonerror_test: Skip | 502 stacktrace_rethrow_nonerror_test: Skip |
| 504 vm/no_such_args_error_message_vm_test: Skip | 503 vm/no_such_args_error_message_vm_test: Skip |
| 505 vm/no_such_method_error_message_callable_vm_test: Skip | 504 vm/no_such_method_error_message_callable_vm_test: Skip |
| 506 vm/no_such_method_error_message_vm_test: Skip | 505 vm/no_such_method_error_message_vm_test: Skip |
| 507 vm/regress_28325_test:Skip | 506 vm/regress_28325_test:Skip |
| 508 | 507 |
| OLD | NEW |