| 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 # These test entries will be valid for vm/dartium (with and without kernel). | 8 # These test entries will be valid for vm/dartium (with and without kernel). |
| 9 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime ==
dart_precompiled ] | 9 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime ==
dart_precompiled ] |
| 10 async_star_cancel_while_paused_test: RuntimeError | 10 async_star_cancel_while_paused_test: RuntimeError |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 null_test/none: SkipByDesign | 181 null_test/none: SkipByDesign |
| 182 overridden_no_such_method_test: SkipByDesign | 182 overridden_no_such_method_test: SkipByDesign |
| 183 redirecting_factory_reflection_test: SkipByDesign | 183 redirecting_factory_reflection_test: SkipByDesign |
| 184 regress_13462_0_test: SkipByDesign | 184 regress_13462_0_test: SkipByDesign |
| 185 regress_13462_1_test: SkipByDesign | 185 regress_13462_1_test: SkipByDesign |
| 186 regress_18535_test: SkipByDesign | 186 regress_18535_test: SkipByDesign |
| 187 super_call4_test: SkipByDesign | 187 super_call4_test: SkipByDesign |
| 188 super_getter_setter_test: SkipByDesign | 188 super_getter_setter_test: SkipByDesign |
| 189 vm/reflect_core_vm_test: SkipByDesign | 189 vm/reflect_core_vm_test: SkipByDesign |
| 190 regress_28255_test: SkipByDesign | 190 regress_28255_test: SkipByDesign |
| 191 # Causal async stacks are not supported in product mode |
| 191 vm/causal_async_exception_stack_test: SkipByDesign | 192 vm/causal_async_exception_stack_test: SkipByDesign |
| 193 vm/causal_async_exception_stack2_test: SkipByDesign |
| 192 | 194 |
| 193 [ $mode == product || $compiler == app_jit || $compiler == precompiler ] | 195 [ $mode == product || $compiler == app_jit || $compiler == precompiler ] |
| 194 # Deferred loading happens eagerly. Issue #27587 | 196 # Deferred loading happens eagerly. Issue #27587 |
| 195 deferred_load_constants_test/02: Fail | 197 deferred_load_constants_test/02: Fail |
| 196 deferred_load_constants_test/03: Fail | 198 deferred_load_constants_test/03: Fail |
| 197 deferred_load_constants_test/05: Fail | 199 deferred_load_constants_test/05: Fail |
| 198 deferred_not_loaded_check_test: Fail | 200 deferred_not_loaded_check_test: Fail |
| 199 vm/regress_27201_test: Fail | 201 vm/regress_27201_test: Fail |
| 200 | 202 |
| 201 [ $compiler == app_jit ] | 203 [ $compiler == app_jit ] |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 # Use package:unittest | 318 # Use package:unittest |
| 317 async_await_test: RuntimeError | 319 async_await_test: RuntimeError |
| 318 async_star_test: RuntimeError | 320 async_star_test: RuntimeError |
| 319 # TODO(zra): Investigate | 321 # TODO(zra): Investigate |
| 320 vm/regress_28325_test: RuntimeError | 322 vm/regress_28325_test: RuntimeError |
| 321 closure_cycles_test: Crash | 323 closure_cycles_test: Crash |
| 322 | 324 |
| 323 [$compiler == dart2analyzer] | 325 [$compiler == dart2analyzer] |
| 324 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. | 326 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. |
| 325 config_import_corelib_test: StaticWarning, OK | 327 config_import_corelib_test: StaticWarning, OK |
| OLD | NEW |