| 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 built_in_identifier_test/01: CompileTimeError | 6 built_in_identifier_test/01: CompileTimeError |
| 7 call_nonexistent_static_test/01: CompileTimeError | 7 call_nonexistent_static_test/01: CompileTimeError |
| 8 call_nonexistent_static_test/04: CompileTimeError | 8 call_nonexistent_static_test/04: CompileTimeError |
| 9 compile_time_constant_c_test/02: MissingCompileTimeError | 9 compile_time_constant_c_test/02: MissingCompileTimeError |
| 10 compile_time_constant_c_test/03: MissingCompileTimeError | 10 compile_time_constant_c_test/03: MissingCompileTimeError |
| (...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 deopt_inlined_function_lazy_test: Skip | 397 deopt_inlined_function_lazy_test: Skip |
| 398 hello_dart_test: Crash # error: expected: cls.is_type_finalized() | 398 hello_dart_test: Crash # error: expected: cls.is_type_finalized() |
| 399 ref_before_declaration_test/00: Crash | 399 ref_before_declaration_test/00: Crash |
| 400 ref_before_declaration_test/01: Crash | 400 ref_before_declaration_test/01: Crash |
| 401 ref_before_declaration_test/02: Crash | 401 ref_before_declaration_test/02: Crash |
| 402 ref_before_declaration_test/03: Crash | 402 ref_before_declaration_test/03: Crash |
| 403 ref_before_declaration_test/04: Crash | 403 ref_before_declaration_test/04: Crash |
| 404 ref_before_declaration_test/05: Crash | 404 ref_before_declaration_test/05: Crash |
| 405 ref_before_declaration_test/06: Crash | 405 ref_before_declaration_test/06: Crash |
| 406 ref_before_declaration_test/07: Crash | 406 ref_before_declaration_test/07: Crash |
| 407 ref_before_declaration_test/none: Crash | |
| 408 try_catch_syntax_test/05: Crash | 407 try_catch_syntax_test/05: Crash |
| 409 vm/lazy_deopt_vm_test: Crash | 408 vm/lazy_deopt_vm_test: Crash |
| 410 | 409 |
| 411 # dartk: precompilation failures | 410 # dartk: precompilation failures |
| 412 [ $compiler == dartkp ] | 411 [ $compiler == dartkp ] |
| 413 const_syntax_test/08: Crash | 412 const_syntax_test/08: Crash |
| 414 const_syntax_test/09: Crash | 413 const_syntax_test/09: Crash |
| 415 final_syntax_test/09: MissingCompileTimeError | 414 final_syntax_test/09: MissingCompileTimeError |
| 416 getter_declaration_negative_test: Crash | 415 getter_declaration_negative_test: Crash |
| 417 getter_parameters_test/02: Crash | 416 getter_parameters_test/02: Crash |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 549 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is
sue 28335. | 548 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is
sue 28335. |
| 550 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss
ue 28335. | 549 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss
ue 28335. |
| 551 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss
ue 28335. | 550 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss
ue 28335. |
| 552 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i
ssue 28335. | 551 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i
ssue 28335. |
| 553 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi
ng kernel issue 28335. | 552 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi
ng kernel issue 28335. |
| 554 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. | 553 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. |
| 555 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. | 554 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. |
| 556 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. | 555 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. |
| 557 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. | 556 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. |
| 558 case_expression_with_assignment_test/01: Crash # Issue 29379 | 557 case_expression_with_assignment_test/01: Crash # Issue 29379 |
| OLD | NEW |