| 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 26 matching lines...) Expand all Loading... |
| 37 # Non-contractive types are not supported in the vm. | 37 # Non-contractive types are not supported in the vm. |
| 38 cyclic_type_test/02: Fail, OK | 38 cyclic_type_test/02: Fail, OK |
| 39 cyclic_type_test/04: Fail, OK | 39 cyclic_type_test/04: Fail, OK |
| 40 cyclic_type2_test: Fail, OK | 40 cyclic_type2_test: Fail, OK |
| 41 least_upper_bound_expansive_test/*: Fail, OK | 41 least_upper_bound_expansive_test/*: Fail, OK |
| 42 | 42 |
| 43 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 43 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| 44 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 | 44 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 |
| 45 multiline_strings_test: Fail # Issue 23020 | 45 multiline_strings_test: Fail # Issue 23020 |
| 46 | 46 |
| 47 deferred_redirecting_factory_test: Fail # Issue 23408 | 47 deferred_redirecting_factory_test: Fail, Crash # Issue 23408 |
| 48 redirecting_constructor_initializer_test: RuntimeError # Issue 23488 | 48 redirecting_constructor_initializer_test: RuntimeError # Issue 23488 |
| 49 | 49 |
| 50 async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runti
me-errs. | 50 async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runti
me-errs. |
| 51 | 51 |
| 52 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch
ecked ] | 52 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch
ecked ] |
| 53 # These generic functions tests pass for the wrong reason in checked mode, | 53 # These generic functions tests pass for the wrong reason in checked mode, |
| 54 # because the parsed type parameters are mapped to dynamic type. | 54 # because the parsed type parameters are mapped to dynamic type. |
| 55 generic_methods_function_type_test: Pass # Issue 25869 | 55 generic_methods_function_type_test: Pass # Issue 25869 |
| 56 generic_methods_test: Pass # Issue 25869 | 56 generic_methods_test: Pass # Issue 25869 |
| 57 generic_methods_new_test: Pass # Issue 25869 | 57 generic_methods_new_test: Pass # Issue 25869 |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 191 |
| 192 [ $mode == product || $compiler == app_jit || $compiler == precompiler ] | 192 [ $mode == product || $compiler == app_jit || $compiler == precompiler ] |
| 193 # Deferred loading happens eagerly. Issue #27587 | 193 # Deferred loading happens eagerly. Issue #27587 |
| 194 regress_23408_test: Fail | |
| 195 deferred_inheritance_constraints_test/redirecting_constructor: Fail | |
| 196 deferred_load_constants_test/02: Fail | 194 deferred_load_constants_test/02: Fail |
| 197 deferred_load_constants_test/03: Fail | 195 deferred_load_constants_test/03: Fail |
| 198 deferred_load_constants_test/05: Fail | 196 deferred_load_constants_test/05: Fail |
| 199 deferred_not_loaded_check_test: Fail | 197 deferred_not_loaded_check_test: Fail |
| 200 vm/regress_27201_test: Fail | 198 vm/regress_27201_test: Fail |
| 201 | 199 |
| 200 [ $compiler == app_jit ] |
| 201 deferred_inheritance_constraints_test/redirecting_constructor: Crash |
| 202 |
| 202 [ $compiler == precompiler ] | 203 [ $compiler == precompiler ] |
| 203 # Deferred loading happens eagerly. Issue #27587 | 204 # Deferred loading happens eagerly. Issue #27587 |
| 204 deferred_global_test: Fail | 205 deferred_global_test: Fail |
| 205 vm/regress_27201_test: Fail | 206 vm/regress_27201_test: Fail |
| 207 regress_23408_test: RuntimeError |
| 206 | 208 |
| 207 [ $compiler == precompiler ] | 209 [ $compiler == precompiler ] |
| 208 implicit_closure_test: Skip # Incompatible flag: --use_slow_path | 210 implicit_closure_test: Skip # Incompatible flag: --use_slow_path |
| 209 deopt_inlined_function_lazy_test: Skip # Incompatible flag: --deoptimize-alot | 211 deopt_inlined_function_lazy_test: Skip # Incompatible flag: --deoptimize-alot |
| 210 | 212 |
| 211 [ $runtime == dart_precompiled || $compiler == app_jit ] | 213 [ $runtime == dart_precompiled || $compiler == app_jit ] |
| 212 ct_const2_test: Skip # Incompatible flag: --compile_all | 214 ct_const2_test: Skip # Incompatible flag: --compile_all |
| 213 hello_dart_test: Skip # Incompatible flag: --compile_all | 215 hello_dart_test: Skip # Incompatible flag: --compile_all |
| 214 vm/type_vm_test: RuntimeError # Expects line and column numbers | 216 vm/type_vm_test: RuntimeError # Expects line and column numbers |
| 215 vm/type_cast_vm_test: RuntimeError # Expects line and column numbers | 217 vm/type_cast_vm_test: RuntimeError # Expects line and column numbers |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 # Use package:unittest | 314 # Use package:unittest |
| 313 async_await_test: RuntimeError | 315 async_await_test: RuntimeError |
| 314 async_star_test: RuntimeError | 316 async_star_test: RuntimeError |
| 315 # TODO(zra): Investigate | 317 # TODO(zra): Investigate |
| 316 vm/regress_28325_test: RuntimeError | 318 vm/regress_28325_test: RuntimeError |
| 317 closure_cycles_test: Crash | 319 closure_cycles_test: Crash |
| 318 | 320 |
| 319 [$compiler == dart2analyzer] | 321 [$compiler == dart2analyzer] |
| 320 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. | 322 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. |
| 321 config_import_corelib_test: StaticWarning, OK | 323 config_import_corelib_test: StaticWarning, OK |
| OLD | NEW |