| 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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 null_test/none: SkipByDesign | 169 null_test/none: SkipByDesign |
| 170 overridden_no_such_method_test: SkipByDesign | 170 overridden_no_such_method_test: SkipByDesign |
| 171 redirecting_factory_reflection_test: SkipByDesign | 171 redirecting_factory_reflection_test: SkipByDesign |
| 172 regress_13462_0_test: SkipByDesign | 172 regress_13462_0_test: SkipByDesign |
| 173 regress_13462_1_test: SkipByDesign | 173 regress_13462_1_test: SkipByDesign |
| 174 regress_18535_test: SkipByDesign | 174 regress_18535_test: SkipByDesign |
| 175 super_call4_test: SkipByDesign | 175 super_call4_test: SkipByDesign |
| 176 super_getter_setter_test: SkipByDesign | 176 super_getter_setter_test: SkipByDesign |
| 177 vm/reflect_core_vm_test: SkipByDesign | 177 vm/reflect_core_vm_test: SkipByDesign |
| 178 regress_28255_test: SkipByDesign | 178 regress_28255_test: SkipByDesign |
| 179 # Causal async stacks are not supported in product mode |
| 179 vm/causal_async_exception_stack_test: SkipByDesign | 180 vm/causal_async_exception_stack_test: SkipByDesign |
| 181 vm/causal_async_exception_stack2_test: SkipByDesign |
| 180 | 182 |
| 181 [ $mode == product || $compiler == app_jit || $compiler == precompiler ] | 183 [ $mode == product || $compiler == app_jit || $compiler == precompiler ] |
| 182 # Deferred loading happens eagerly. Issue #27587 | 184 # Deferred loading happens eagerly. Issue #27587 |
| 183 deferred_load_constants_test/02: Fail | 185 deferred_load_constants_test/02: Fail |
| 184 deferred_load_constants_test/03: Fail | 186 deferred_load_constants_test/03: Fail |
| 185 deferred_load_constants_test/05: Fail | 187 deferred_load_constants_test/05: Fail |
| 186 deferred_not_loaded_check_test: Fail | 188 deferred_not_loaded_check_test: Fail |
| 187 vm/regress_27201_test: Fail | 189 vm/regress_27201_test: Fail |
| 188 | 190 |
| 189 [ $compiler == app_jit ] | 191 [ $compiler == app_jit ] |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 async_await_test: RuntimeError | 307 async_await_test: RuntimeError |
| 306 async_star_test: RuntimeError | 308 async_star_test: RuntimeError |
| 307 vm/causal_async_exception_stack_test: RuntimeError | 309 vm/causal_async_exception_stack_test: RuntimeError |
| 308 # TODO(zra): Investigate | 310 # TODO(zra): Investigate |
| 309 vm/regress_28325_test: RuntimeError | 311 vm/regress_28325_test: RuntimeError |
| 310 closure_cycles_test: Pass, Crash | 312 closure_cycles_test: Pass, Crash |
| 311 | 313 |
| 312 [$compiler == dart2analyzer] | 314 [$compiler == dart2analyzer] |
| 313 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. | 315 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. |
| 314 config_import_corelib_test: StaticWarning, OK | 316 config_import_corelib_test: StaticWarning, OK |
| OLD | NEW |