| 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 body_less_constructor_wrong_arg_negative_test: Crash | 6 body_less_constructor_wrong_arg_negative_test: Crash |
| 7 built_in_identifier_test/01: CompileTimeError | 7 built_in_identifier_test/01: CompileTimeError |
| 8 call_nonexistent_static_test/01: CompileTimeError | 8 call_nonexistent_static_test/01: CompileTimeError |
| 9 call_nonexistent_static_test/04: CompileTimeError | 9 call_nonexistent_static_test/04: CompileTimeError |
| 10 compile_time_constant_c_test/02: MissingCompileTimeError | 10 compile_time_constant_c_test/02: MissingCompileTimeError |
| 11 compile_time_constant_c_test/03: MissingCompileTimeError | 11 compile_time_constant_c_test/03: MissingCompileTimeError |
| 12 compile_time_constant_k_test/01: RuntimeError | 12 compile_time_constant_k_test/01: RuntimeError |
| 13 compile_time_constant_k_test/02: RuntimeError | 13 compile_time_constant_k_test/02: RuntimeError |
| 14 compile_time_constant_k_test/03: RuntimeError | 14 compile_time_constant_k_test/03: RuntimeError |
| 15 compile_time_constant_o_test/01: RuntimeError | 15 compile_time_constant_o_test/01: RuntimeError |
| 16 compile_time_constant_o_test/02: RuntimeError | 16 compile_time_constant_o_test/02: RuntimeError |
| 17 compile_time_constant_r_test/01: Crash | |
| 18 compile_time_constant_r_test/02: Crash | |
| 19 compile_time_constant_r_test/03: Crash | |
| 20 compile_time_constant_test/01: MissingCompileTimeError | 17 compile_time_constant_test/01: MissingCompileTimeError |
| 21 conditional_method_invocation_test/11: MissingCompileTimeError | 18 conditional_method_invocation_test/11: MissingCompileTimeError |
| 22 conditional_property_access_test/09: MissingCompileTimeError | 19 conditional_property_access_test/09: MissingCompileTimeError |
| 23 conditional_property_assignment_test/20: MissingCompileTimeError | 20 conditional_property_assignment_test/20: MissingCompileTimeError |
| 24 conditional_property_assignment_test/21: MissingCompileTimeError | 21 conditional_property_assignment_test/21: MissingCompileTimeError |
| 25 conditional_property_assignment_test/22: MissingCompileTimeError | 22 conditional_property_assignment_test/22: MissingCompileTimeError |
| 26 config_import_corelib_test: RuntimeError | 23 config_import_corelib_test: RuntimeError |
| 27 config_import_test: RuntimeError | 24 config_import_test: RuntimeError |
| 28 const_conditional_test/08: MissingCompileTimeError | 25 const_conditional_test/08: MissingCompileTimeError |
| 29 const_constructor_mixin2_test/01: MissingCompileTimeError | 26 const_constructor_mixin2_test/01: MissingCompileTimeError |
| (...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue
28335. | 558 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue
28335. |
| 562 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is
sue 28335. | 559 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is
sue 28335. |
| 563 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss
ue 28335. | 560 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss
ue 28335. |
| 564 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss
ue 28335. | 561 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss
ue 28335. |
| 565 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i
ssue 28335. | 562 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i
ssue 28335. |
| 566 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi
ng kernel issue 28335. | 563 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi
ng kernel issue 28335. |
| 567 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. | 564 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. |
| 568 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. | 565 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. |
| 569 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. | 566 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. |
| 570 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. | 567 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. |
| OLD | NEW |