| 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 [ $compiler == dartk || $compiler == dartkp ] | 5 [ $compiler == dartk || $compiler == dartkp ] |
| 6 bad_constructor_test/05: CompileTimeError | |
| 7 bad_initializer1_negative_test: Crash | 6 bad_initializer1_negative_test: Crash |
| 8 body_less_constructor_wrong_arg_negative_test: Crash | 7 body_less_constructor_wrong_arg_negative_test: Crash |
| 9 built_in_identifier_test/01: CompileTimeError | 8 built_in_identifier_test/01: CompileTimeError |
| 10 call_nonexistent_static_test/01: CompileTimeError | 9 call_nonexistent_static_test/01: CompileTimeError |
| 11 call_nonexistent_static_test/04: CompileTimeError | 10 call_nonexistent_static_test/04: CompileTimeError |
| 12 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 | 11 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 |
| 13 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335 | 12 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335 |
| 14 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335 | 13 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335 |
| 15 compile_time_constant_c_test/02: MissingCompileTimeError | 14 compile_time_constant_c_test/02: MissingCompileTimeError |
| 16 compile_time_constant_c_test/03: MissingCompileTimeError | 15 compile_time_constant_c_test/03: MissingCompileTimeError |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 generic_field_mixin5_test: RuntimeError | 250 generic_field_mixin5_test: RuntimeError |
| 252 generic_field_mixin_test: RuntimeError | 251 generic_field_mixin_test: RuntimeError |
| 253 generic_metadata_test/02: MissingCompileTimeError | 252 generic_metadata_test/02: MissingCompileTimeError |
| 254 generic_metadata_test/03: MissingCompileTimeError | 253 generic_metadata_test/03: MissingCompileTimeError |
| 255 generic_method_types_test: Pass, RuntimeError | 254 generic_method_types_test: Pass, RuntimeError |
| 256 getter_closure_execution_order_test: RuntimeError | 255 getter_closure_execution_order_test: RuntimeError |
| 257 getter_parameters_test/01: MissingCompileTimeError | 256 getter_parameters_test/01: MissingCompileTimeError |
| 258 getter_parameters_test/02: MissingCompileTimeError | 257 getter_parameters_test/02: MissingCompileTimeError |
| 259 getter_parameters_test/03: MissingCompileTimeError | 258 getter_parameters_test/03: MissingCompileTimeError |
| 260 getter_parameters_test/04: MissingCompileTimeError | 259 getter_parameters_test/04: MissingCompileTimeError |
| 261 getter_setter_in_lib_test: RuntimeError | |
| 262 if_null_assignment_behavior_test/09: RuntimeError | |
| 263 if_null_assignment_behavior_test/10: RuntimeError | |
| 264 if_null_assignment_behavior_test/15: RuntimeError | 260 if_null_assignment_behavior_test/15: RuntimeError |
| 265 implicit_scope_test: Crash | 261 implicit_scope_test: Crash |
| 266 import_private_test/01: MissingCompileTimeError | 262 import_private_test/01: MissingCompileTimeError |
| 267 initializing_formal_capture_test: RuntimeError | 263 initializing_formal_capture_test: RuntimeError |
| 268 initializing_formal_final_test: RuntimeError | 264 initializing_formal_final_test: RuntimeError |
| 269 inst_field_initializer1_negative_test: Fail | 265 inst_field_initializer1_negative_test: Fail |
| 270 instanceof3_test: RuntimeError | 266 instanceof3_test: RuntimeError |
| 271 invocation_mirror_test: RuntimeError | 267 invocation_mirror_test: RuntimeError |
| 272 is_malformed_type_test/94: RuntimeError | 268 is_malformed_type_test/94: RuntimeError |
| 273 is_malformed_type_test/95: RuntimeError | 269 is_malformed_type_test/95: RuntimeError |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 regress_20394_test/01: MissingCompileTimeError | 363 regress_20394_test/01: MissingCompileTimeError |
| 368 regress_22438_test: RuntimeError | 364 regress_22438_test: RuntimeError |
| 369 regress_22443_test: RuntimeError # Deferred Loading Issue 28335 | 365 regress_22443_test: RuntimeError # Deferred Loading Issue 28335 |
| 370 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 | 366 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 |
| 371 regress_27617_test/1: MissingCompileTimeError | 367 regress_27617_test/1: MissingCompileTimeError |
| 372 regress_28217_test/01: MissingCompileTimeError | 368 regress_28217_test/01: MissingCompileTimeError |
| 373 regress_28217_test/none: MissingCompileTimeError | 369 regress_28217_test/none: MissingCompileTimeError |
| 374 regress_28278_test: RuntimeError # Mirrors Issue | 370 regress_28278_test: RuntimeError # Mirrors Issue |
| 375 runtime_type_function_test: RuntimeError | 371 runtime_type_function_test: RuntimeError |
| 376 scope_variable_test/01: MissingCompileTimeError | 372 scope_variable_test/01: MissingCompileTimeError |
| 377 setter4_test: CompileTimeError | |
| 378 static_field3_test/03: CompileTimeError | 373 static_field3_test/03: CompileTimeError |
| 379 static_field3_test/04: CompileTimeError | 374 static_field3_test/04: CompileTimeError |
| 380 static_parameter_test/01: MissingCompileTimeError | 375 static_parameter_test/01: MissingCompileTimeError |
| 381 static_parameter_test/02: MissingCompileTimeError | 376 static_parameter_test/02: MissingCompileTimeError |
| 382 static_parameter_test/03: MissingCompileTimeError | 377 static_parameter_test/03: MissingCompileTimeError |
| 383 static_parameter_test/04: MissingCompileTimeError | 378 static_parameter_test/04: MissingCompileTimeError |
| 384 static_parameter_test/05: MissingCompileTimeError | 379 static_parameter_test/05: MissingCompileTimeError |
| 385 static_parameter_test/06: MissingCompileTimeError | 380 static_parameter_test/06: MissingCompileTimeError |
| 386 static_parameter_test/07: MissingCompileTimeError | 381 static_parameter_test/07: MissingCompileTimeError |
| 387 static_parameter_test/08: MissingCompileTimeError | 382 static_parameter_test/08: MissingCompileTimeError |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 589 redirecting_factory_malbounded_test/01: Fail | 584 redirecting_factory_malbounded_test/01: Fail |
| 590 regress_22728_test: RuntimeError | 585 regress_22728_test: RuntimeError |
| 591 regress_26133_test: RuntimeError | 586 regress_26133_test: RuntimeError |
| 592 type_parameter_test/01: Fail | 587 type_parameter_test/01: Fail |
| 593 type_parameter_test/02: Fail | 588 type_parameter_test/02: Fail |
| 594 type_parameter_test/03: Fail | 589 type_parameter_test/03: Fail |
| 595 type_parameter_test/04: Fail | 590 type_parameter_test/04: Fail |
| 596 type_parameter_test/05: MissingCompileTimeError | 591 type_parameter_test/05: MissingCompileTimeError |
| 597 type_parameter_test/06: Fail | 592 type_parameter_test/06: Fail |
| 598 type_variable_bounds4_test/01: RuntimeError | 593 type_variable_bounds4_test/01: RuntimeError |
| OLD | NEW |