| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 172 null_test/none: SkipByDesign | 172 null_test/none: SkipByDesign | 
| 173 overridden_no_such_method_test: SkipByDesign | 173 overridden_no_such_method_test: SkipByDesign | 
| 174 redirecting_factory_reflection_test: SkipByDesign | 174 redirecting_factory_reflection_test: SkipByDesign | 
| 175 regress_13462_0_test: SkipByDesign | 175 regress_13462_0_test: SkipByDesign | 
| 176 regress_13462_1_test: SkipByDesign | 176 regress_13462_1_test: SkipByDesign | 
| 177 regress_18535_test: SkipByDesign | 177 regress_18535_test: SkipByDesign | 
| 178 super_call4_test: SkipByDesign | 178 super_call4_test: SkipByDesign | 
| 179 super_getter_setter_test: SkipByDesign | 179 super_getter_setter_test: SkipByDesign | 
| 180 vm/reflect_core_vm_test: SkipByDesign | 180 vm/reflect_core_vm_test: SkipByDesign | 
| 181 | 181 | 
| 182 [ $noopt || $compiler == precompiler || $compiler == dart2app || $compiler == da
     rt2appjit || $mode == product ] | 182 [ $noopt ] | 
| 183 # Deferred loading happens eagerly | 183 # Deferred loading happens eagerly. Issue #27587 | 
| 184 regress_23408_test: Skip | 184 regress_23408_test: Fail | 
| 185 deferred_inheritance_constraints_test: Skip | 185 deferred_inheritance_constraints_test/redirecting_constructor: Fail | 
| 186 deferred_global_test: Skip | 186 deferred_global_test: Fail | 
| 187 deferred_load_constants_test: Skip | 187 deferred_load_constants_test/02: Fail | 
| 188 tearoff_basic_test: Skip | 188 deferred_load_constants_test/03: Fail | 
| 189 deferred_static_seperate_test: Skip | 189 deferred_load_constants_test/05: Fail | 
| 190 deferred_constraints_type_annotation_test/new_before_load: Skip | 190 tearoff_basic_test: Fail | 
| 191 regress_22443_test: Skip | 191 regress_22443_test: Fail | 
| 192 deferred_not_loaded_check_test: Skip | 192 deferred_not_loaded_check_test: Fail | 
|  | 193 | 
|  | 194 [ $mode == product ] | 
|  | 195 # Deferred loading happens eagerly. Issue #27587 | 
|  | 196 regress_23408_test: 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 | 
|  | 223 deferred_load_constants_test/03: Fail | 
|  | 224 deferred_load_constants_test/05: Fail | 
|  | 225 tearoff_basic_test: Fail | 
|  | 226 deferred_not_loaded_check_test: Fail | 
|  | 227 | 
|  | 228 [ $compiler == precompiler ] | 
|  | 229 # Deferred loading happens eagerly. Issue #27587 | 
|  | 230 regress_23408_test: Fail | 
|  | 231 deferred_inheritance_constraints_test/redirecting_constructor: Fail | 
|  | 232 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 | 
| 193 | 238 | 
| 194 [ $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit 
     ] | 239 [ $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit 
     ] | 
| 195 ct_const2_test: Skip # Incompatible flag: --compile_all | 240 ct_const2_test: Skip # Incompatible flag: --compile_all | 
| 196 hello_dart_test: Skip # Incompatible flag: --compile_all | 241 hello_dart_test: Skip # Incompatible flag: --compile_all | 
| 197 | 242 | 
| 198 [ $compiler == precompiler ] | 243 [ $compiler == precompiler ] | 
| 199 implicit_closure_test: Skip # Incompatible flag: --use_slow_path | 244 implicit_closure_test: Skip # Incompatible flag: --use_slow_path | 
| 200 deopt_inlined_function_lazy_test: Skip # Incompatible flag: --deoptimize-alot | 245 deopt_inlined_function_lazy_test: Skip # Incompatible flag: --deoptimize-alot | 
| 201 | 246 | 
| 202 [ $noopt || $compiler == precompiler || $compiler == dart2app || $compiler == da
     rt2appjit ] | 247 [ $noopt || $compiler == precompiler || $compiler == dart2app || $compiler == da
     rt2appjit ] | 
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 285 assert_initializer_test/*: MissingCompileTimeError, OK  # asserts shouldn't fail
      in unchecked mode. | 330 assert_initializer_test/*: MissingCompileTimeError, OK  # asserts shouldn't fail
      in unchecked mode. | 
| 286 assert_initializer_test/none: pass | 331 assert_initializer_test/none: pass | 
| 287 | 332 | 
| 288 [$runtime == vm && $compiler == none && $checked] | 333 [$runtime == vm && $compiler == none && $checked] | 
| 289 # The VM doesn't enforce that potentially const expressions are actually | 334 # The VM doesn't enforce that potentially const expressions are actually | 
| 290 # const expressions when the constructor is called with `const`. | 335 # const expressions when the constructor is called with `const`. | 
| 291 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. | 336 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. | 
| 292 | 337 | 
| 293 [$runtime == vm && $compiler == none] | 338 [$runtime == vm && $compiler == none] | 
| 294 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 | 339 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 | 
| OLD | NEW | 
|---|