| 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 || $compiler == dart2app || $co
mpiler == dart2appjit) ] | 8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) ] |
| 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest
igating | 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest
igating |
| 10 generic_methods_type_expression_test: RuntimeError # Issue 25869 | 10 generic_methods_type_expression_test: RuntimeError # Issue 25869 |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 regress_23408_test: Fail | 184 regress_23408_test: Fail |
| 185 deferred_inheritance_constraints_test/redirecting_constructor: Fail | 185 deferred_inheritance_constraints_test/redirecting_constructor: Fail |
| 186 deferred_global_test: Fail | 186 deferred_global_test: Fail |
| 187 deferred_load_constants_test/02: Fail | 187 deferred_load_constants_test/02: Fail |
| 188 deferred_load_constants_test/03: Fail | 188 deferred_load_constants_test/03: Fail |
| 189 deferred_load_constants_test/05: Fail | 189 deferred_load_constants_test/05: Fail |
| 190 tearoff_basic_test: Fail | 190 tearoff_basic_test: Fail |
| 191 regress_22443_test: Fail | 191 regress_22443_test: Fail |
| 192 deferred_not_loaded_check_test: Fail | 192 deferred_not_loaded_check_test: Fail |
| 193 | 193 |
| 194 [ $mode == product ] | 194 [ $mode == product || $compiler == dart2appjit || $compiler == dart2app || $comp
iler == precompiler ] |
| 195 # Deferred loading happens eagerly. Issue #27587 | 195 # Deferred loading happens eagerly. Issue #27587 |
| 196 regress_23408_test: Fail | 196 regress_23408_test: Fail |
| 197 deferred_inheritance_constraints_test/redirecting_constructor: Fail | 197 deferred_inheritance_constraints_test/redirecting_constructor: Fail |
| 198 deferred_load_constants_test/02: Fail | |
| 199 deferred_load_constants_test/03: Fail | |
| 200 deferred_load_constants_test/05: Fail | |
| 201 tearoff_basic_test: Fail | |
| 202 deferred_not_loaded_check_test: Fail | |
| 203 | |
| 204 [ $compiler == dart2appjit ] | |
| 205 # Deferred loading happens eagerly. Issue #27587 | |
| 206 regress_23408_test: Fail | |
| 207 deferred_inheritance_constraints_test/redirecting_constructor: Fail | |
| 208 deferred_load_constants_test/none: Fail | |
| 209 deferred_load_constants_test/02: Fail | |
| 210 deferred_load_constants_test/03: Fail | |
| 211 deferred_load_constants_test/05: Fail | |
| 212 tearoff_basic_test: Fail | |
| 213 deferred_static_seperate_test: Fail | |
| 214 deferred_constraints_type_annotation_test/new_before_load: Fail | |
| 215 regress_22443_test: Fail | |
| 216 deferred_not_loaded_check_test: Fail | |
| 217 | |
| 218 [ $compiler == dart2app ] | |
| 219 # Deferred loading happens eagerly. Issue #27587 | |
| 220 regress_23408_test: Fail | |
| 221 deferred_inheritance_constraints_test/redirecting_constructor: Fail | |
| 222 deferred_load_constants_test/02: Fail | 198 deferred_load_constants_test/02: Fail |
| 223 deferred_load_constants_test/03: Fail | 199 deferred_load_constants_test/03: Fail |
| 224 deferred_load_constants_test/05: Fail | 200 deferred_load_constants_test/05: Fail |
| 225 tearoff_basic_test: Fail | 201 tearoff_basic_test: Fail |
| 226 deferred_not_loaded_check_test: Fail | 202 deferred_not_loaded_check_test: Fail |
| 227 | 203 |
| 228 [ $compiler == precompiler ] | 204 [ $compiler == precompiler ] |
| 229 # Deferred loading happens eagerly. Issue #27587 | 205 # Deferred loading happens eagerly. Issue #27587 |
| 230 regress_23408_test: Fail | |
| 231 deferred_inheritance_constraints_test/redirecting_constructor: Fail | |
| 232 deferred_global_test: Fail | 206 deferred_global_test: Fail |
| 233 deferred_load_constants_test/02: Fail | |
| 234 deferred_load_constants_test/03: Fail | |
| 235 deferred_load_constants_test/05: Fail | |
| 236 tearoff_basic_test: Fail | |
| 237 deferred_not_loaded_check_test: Fail | |
| 238 | 207 |
| 239 [ $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit
] | 208 [ $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit
] |
| 240 ct_const2_test: Skip # Incompatible flag: --compile_all | 209 ct_const2_test: Skip # Incompatible flag: --compile_all |
| 241 hello_dart_test: Skip # Incompatible flag: --compile_all | 210 hello_dart_test: Skip # Incompatible flag: --compile_all |
| 242 | 211 |
| 243 [ $compiler == precompiler ] | 212 [ $compiler == precompiler ] |
| 244 implicit_closure_test: Skip # Incompatible flag: --use_slow_path | 213 implicit_closure_test: Skip # Incompatible flag: --use_slow_path |
| 245 deopt_inlined_function_lazy_test: Skip # Incompatible flag: --deoptimize-alot | 214 deopt_inlined_function_lazy_test: Skip # Incompatible flag: --deoptimize-alot |
| 246 | 215 |
| 247 [ $noopt || $compiler == precompiler || $compiler == dart2app || $compiler == da
rt2appjit ] | 216 [ $noopt || $compiler == precompiler || $compiler == dart2app || $compiler == da
rt2appjit ] |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail
in unchecked mode. | 299 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail
in unchecked mode. |
| 331 assert_initializer_test/none: pass | 300 assert_initializer_test/none: pass |
| 332 | 301 |
| 333 [$runtime == vm && $compiler == none && $checked] | 302 [$runtime == vm && $compiler == none && $checked] |
| 334 # The VM doesn't enforce that potentially const expressions are actually | 303 # The VM doesn't enforce that potentially const expressions are actually |
| 335 # const expressions when the constructor is called with `const`. | 304 # const expressions when the constructor is called with `const`. |
| 336 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. | 305 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. |
| 337 | 306 |
| 338 [$runtime == vm && $compiler == none] | 307 [$runtime == vm && $compiler == none] |
| 339 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 | 308 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 |
| OLD | NEW |