| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 [ $compiler == none && $runtime == drt && $mode == debug ] | 8 [ $compiler == none && $runtime == drt && $mode == debug ] |
| 9 source_self_negative_test: Crash # Issue 14003 | 9 source_self_negative_test: Crash # Issue 14003 |
| 10 | 10 |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 | 41 |
| 42 | 42 |
| 43 [ $compiler == none && $runtime == vm && $checked ] | 43 [ $compiler == none && $runtime == vm && $checked ] |
| 44 compile_time_constant_checked3_test/01: MissingCompileTimeError # Issue 13685 | 44 compile_time_constant_checked3_test/01: MissingCompileTimeError # Issue 13685 |
| 45 compile_time_constant_checked3_test/02: MissingCompileTimeError # Issue 13685 | 45 compile_time_constant_checked3_test/02: MissingCompileTimeError # Issue 13685 |
| 46 compile_time_constant_checked3_test/03: MissingCompileTimeError # Issue 13685 | 46 compile_time_constant_checked3_test/03: MissingCompileTimeError # Issue 13685 |
| 47 compile_time_constant_checked3_test/04: MissingCompileTimeError # Issue 13685 | 47 compile_time_constant_checked3_test/04: MissingCompileTimeError # Issue 13685 |
| 48 compile_time_constant_checked3_test/05: MissingCompileTimeError # Issue 13685 | 48 compile_time_constant_checked3_test/05: MissingCompileTimeError # Issue 13685 |
| 49 compile_time_constant_checked3_test/06: MissingCompileTimeError # Issue 13685 | 49 compile_time_constant_checked3_test/06: MissingCompileTimeError # Issue 13685 |
| 50 | 50 |
| 51 [ $compiler == none && $checked ] |
| 52 malbounded_type_cast_test: Fail |
| 53 malbounded_type_test_test/01: Fail |
| 54 malbounded_instantiation_test/01: Fail |
| 55 |
| 51 [ $compiler == none && $unchecked ] | 56 [ $compiler == none && $unchecked ] |
| 52 # Only checked mode reports an error on type assignment | 57 # Only checked mode reports an error on type assignment |
| 53 # problems in compile time constants. | 58 # problems in compile time constants. |
| 54 compile_time_constant_checked_test/02: Fail, OK | 59 compile_time_constant_checked_test/02: Fail, OK |
| 55 compile_time_constant_checked2_test/01: Fail, OK | 60 compile_time_constant_checked2_test/01: Fail, OK |
| 56 compile_time_constant_checked2_test/02: Fail, OK | 61 compile_time_constant_checked2_test/02: Fail, OK |
| 57 compile_time_constant_checked2_test/03: Fail, OK | 62 compile_time_constant_checked2_test/03: Fail, OK |
| 58 compile_time_constant_checked2_test/04: Fail, OK | 63 compile_time_constant_checked2_test/04: Fail, OK |
| 59 compile_time_constant_checked2_test/05: Fail, OK | 64 compile_time_constant_checked2_test/05: Fail, OK |
| 60 compile_time_constant_checked2_test/06: Fail, OK | 65 compile_time_constant_checked2_test/06: Fail, OK |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 named_parameters_type_test/02: Fail # Issue 13719: Please triage this failure. | 99 named_parameters_type_test/02: Fail # Issue 13719: Please triage this failure. |
| 95 named_parameters_type_test/03: Fail # Issue 13719: Please triage this failure. | 100 named_parameters_type_test/03: Fail # Issue 13719: Please triage this failure. |
| 96 positional_parameters_type_test/01: Fail # Issue 13719: Please triage this failu
re. | 101 positional_parameters_type_test/01: Fail # Issue 13719: Please triage this failu
re. |
| 97 positional_parameters_type_test/02: Fail # Issue 13719: Please triage this failu
re. | 102 positional_parameters_type_test/02: Fail # Issue 13719: Please triage this failu
re. |
| 98 regress_13494_test: Pass, Fail # Issue 13719: Please triage this failure. | 103 regress_13494_test: Pass, Fail # Issue 13719: Please triage this failure. |
| 99 type_checks_in_factory_method_test: Fail # Issue 13719: Please triage this failu
re. | 104 type_checks_in_factory_method_test: Fail # Issue 13719: Please triage this failu
re. |
| 100 vm/type_vm_test: Fail # Issue 13719: Please triage this failure. | 105 vm/type_vm_test: Fail # Issue 13719: Please triage this failure. |
| 101 | 106 |
| 102 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 107 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 103 typed_message_test: Fail # Issue 13921 | 108 typed_message_test: Fail # Issue 13921 |
| OLD | NEW |