| 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 |
| (...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 syntax_test/02: MissingCompileTimeError | 342 syntax_test/02: MissingCompileTimeError |
| 343 syntax_test/03: MissingCompileTimeError | 343 syntax_test/03: MissingCompileTimeError |
| 344 syntax_test/27: MissingCompileTimeError | 344 syntax_test/27: MissingCompileTimeError |
| 345 this_conditional_operator_test/01: MissingCompileTimeError | 345 this_conditional_operator_test/01: MissingCompileTimeError |
| 346 try_catch_syntax_test/05: MissingCompileTimeError | 346 try_catch_syntax_test/05: MissingCompileTimeError |
| 347 try_catch_syntax_test/07: MissingCompileTimeError | 347 try_catch_syntax_test/07: MissingCompileTimeError |
| 348 try_catch_syntax_test/09: MissingCompileTimeError | 348 try_catch_syntax_test/09: MissingCompileTimeError |
| 349 try_catch_syntax_test/10: MissingCompileTimeError | 349 try_catch_syntax_test/10: MissingCompileTimeError |
| 350 try_catch_syntax_test/11: MissingCompileTimeError | 350 try_catch_syntax_test/11: MissingCompileTimeError |
| 351 try_catch_syntax_test/12: MissingCompileTimeError | 351 try_catch_syntax_test/12: MissingCompileTimeError |
| 352 try_catch_syntax_test/16: Crash | |
| 353 try_catch_syntax_test/17: Crash | |
| 354 type_variable_conflict_test/01: MissingCompileTimeError | 352 type_variable_conflict_test/01: MissingCompileTimeError |
| 355 type_variable_conflict_test/02: MissingCompileTimeError | 353 type_variable_conflict_test/02: MissingCompileTimeError |
| 356 type_variable_conflict_test/03: MissingCompileTimeError | 354 type_variable_conflict_test/03: MissingCompileTimeError |
| 357 type_variable_conflict_test/04: MissingCompileTimeError | 355 type_variable_conflict_test/04: MissingCompileTimeError |
| 358 type_variable_conflict_test/05: MissingCompileTimeError | 356 type_variable_conflict_test/05: MissingCompileTimeError |
| 359 type_variable_conflict_test/06: MissingCompileTimeError | 357 type_variable_conflict_test/06: MissingCompileTimeError |
| 360 type_variable_function_type_test: RuntimeError | 358 type_variable_function_type_test: RuntimeError |
| 361 type_variable_scope3_test/00: MissingCompileTimeError | 359 type_variable_scope3_test/00: MissingCompileTimeError |
| 362 vm/closure_memory_retention_test: Skip # Hits OOM | 360 vm/closure_memory_retention_test: Skip # Hits OOM |
| 363 vm/debug_break_enabled_vm_test/01: CompileTimeError | 361 vm/debug_break_enabled_vm_test/01: CompileTimeError |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 563 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue
28335. | 561 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue
28335. |
| 564 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is
sue 28335. | 562 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is
sue 28335. |
| 565 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss
ue 28335. | 563 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss
ue 28335. |
| 566 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss
ue 28335. | 564 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss
ue 28335. |
| 567 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i
ssue 28335. | 565 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i
ssue 28335. |
| 568 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi
ng kernel issue 28335. | 566 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi
ng kernel issue 28335. |
| 569 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. | 567 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. |
| 570 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. | 568 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. |
| 571 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. | 569 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. |
| 572 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. | 570 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. |
| OLD | NEW |