| OLD | NEW |
| 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 # These tests currently take too long. Remove when they are fixed. | 5 # These tests currently take too long. Remove when they are fixed. |
| 6 [ $compiler == dartk ] | 6 [ $compiler == dartk ] |
| 7 large_class_declaration_test: Skip | 7 large_class_declaration_test: Skip |
| 8 large_implicit_getter_test: Skip | 8 large_implicit_getter_test: Skip |
| 9 larger_implicit_getter_test: Skip | 9 larger_implicit_getter_test: Skip |
| 10 | 10 |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 mixin_mixin_bound2_test: RuntimeError | 294 mixin_mixin_bound2_test: RuntimeError |
| 295 mixin_mixin_bound_test: RuntimeError | 295 mixin_mixin_bound_test: RuntimeError |
| 296 mixin_super_test: RuntimeError | 296 mixin_super_test: RuntimeError |
| 297 mixin_type_parameters_simple_test: RuntimeError | 297 mixin_type_parameters_simple_test: RuntimeError |
| 298 mixin_type_parameters_super_extends_test: RuntimeError | 298 mixin_type_parameters_super_extends_test: RuntimeError |
| 299 mixin_type_parameters_super_test: RuntimeError | 299 mixin_type_parameters_super_test: RuntimeError |
| 300 multiline_newline_test/none: RuntimeError | 300 multiline_newline_test/none: RuntimeError |
| 301 named_parameters_type_test/01: MissingRuntimeError | 301 named_parameters_type_test/01: MissingRuntimeError |
| 302 named_parameters_type_test/02: MissingRuntimeError | 302 named_parameters_type_test/02: MissingRuntimeError |
| 303 named_parameters_type_test/03: MissingRuntimeError | 303 named_parameters_type_test/03: MissingRuntimeError |
| 304 not_enough_positional_arguments_test/02: MissingRuntimeError | 304 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830
1 |
| 305 not_enough_positional_arguments_test/05: MissingRuntimeError | 305 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830
1 |
| 306 null_test/none: RuntimeError | 306 null_test/none: RuntimeError |
| 307 number_identifier_test/05: RuntimeError | 307 number_identifier_test/05: RuntimeError |
| 308 positional_parameters_type_test/01: MissingRuntimeError | 308 positional_parameters_type_test/01: MissingRuntimeError |
| 309 positional_parameters_type_test/02: MissingRuntimeError | 309 positional_parameters_type_test/02: MissingRuntimeError |
| 310 prefix10_negative_test: Fail | 310 prefix10_negative_test: Fail |
| 311 prefix21_test: RuntimeError | 311 prefix21_test: RuntimeError |
| 312 redirecting_constructor_initializer_test: RuntimeError | 312 redirecting_constructor_initializer_test: RuntimeError |
| 313 regress_18713_test: RuntimeError | 313 regress_18713_test: RuntimeError |
| 314 regress_22443_test: RuntimeError | 314 regress_22443_test: RuntimeError |
| 315 regress_22700_test: RuntimeError | 315 regress_22700_test: RuntimeError |
| (...skipping 16 matching lines...) Expand all Loading... |
| 332 type_checks_in_factory_method_test: RuntimeError | 332 type_checks_in_factory_method_test: RuntimeError |
| 333 type_parameter_literal_test: RuntimeError | 333 type_parameter_literal_test: RuntimeError |
| 334 type_variable_function_type_test: RuntimeError | 334 type_variable_function_type_test: RuntimeError |
| 335 vm/type_cast_vm_test: RuntimeError | 335 vm/type_cast_vm_test: RuntimeError |
| 336 vm/type_vm_test: RuntimeError | 336 vm/type_vm_test: RuntimeError |
| 337 | 337 |
| 338 # dartk: JIT failures | 338 # dartk: JIT failures |
| 339 [ $compiler == dartk && $runtime == vm ] | 339 [ $compiler == dartk && $runtime == vm ] |
| 340 const_evaluation_test/01: RuntimeError | 340 const_evaluation_test/01: RuntimeError |
| 341 const_locals_test: RuntimeError | 341 const_locals_test: RuntimeError |
| 342 constructor_named_arguments_test/01: Crash | 342 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 343 const_string_test: RuntimeError | 343 const_string_test: RuntimeError # Dartk Issue 28306 |
| 344 instance_creation_in_function_annotation_test: RuntimeError | 344 instance_creation_in_function_annotation_test: RuntimeError |
| 345 library_env_test/has_no_mirror_support: RuntimeError | 345 library_env_test/has_no_mirror_support: RuntimeError |
| 346 redirecting_factory_reflection_test: RuntimeError | 346 redirecting_factory_reflection_test: RuntimeError |
| 347 | 347 |
| 348 # dartk: JIT failures (debug) | 348 # dartk: JIT failures (debug) |
| 349 [ $compiler == dartk && $runtime == vm && $mode == debug ] | 349 [ $compiler == dartk && $runtime == vm && $mode == debug ] |
| 350 async_star_regression_fisk_test: Crash # Stack mismatch during expression trans
lation. | 350 async_star_regression_fisk_test: Crash # Stack mismatch during expression trans
lation. |
| 351 async_star_test: Crash # Stack mismatch during expression translation. | 351 async_star_test: Crash # Stack mismatch during expression translation. |
| 352 issue23244_test: Crash # Class finalization issue | 352 issue23244_test: Crash # Class finalization issue |
| 353 not_enough_positional_arguments_test/02: Crash | 353 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 |
| 354 not_enough_positional_arguments_test/05: Crash | 354 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| 355 vm/optimized_guarded_field_isolates_test: Crash # Class finalization issue | 355 vm/optimized_guarded_field_isolates_test: Crash # Class finalization issue |
| 356 | 356 |
| 357 # dartk: precompilation failures | 357 # dartk: precompilation failures |
| 358 [ $compiler == dartkp && $runtime == dart_precompiled ] | 358 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 359 if_null_assignment_static_test/35: Crash | 359 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 |
| 360 large_class_declaration_test: Pass, Timeout | 360 large_class_declaration_test: Pass, Slow |
| 361 string_interpolation7_test: RuntimeError | 361 string_interpolation7_test: RuntimeError # Dartk Issue 28306 |
| 362 | 362 |
| 363 # dartk: precompilation failures (debug) | 363 # dartk: precompilation failures (debug) |
| 364 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 364 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 365 constructor_named_arguments_test/01: Crash | 365 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 366 not_enough_positional_arguments_test/05: Crash | 366 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |