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 [ $compiler == dart2js ] | 5 [ $compiler == dart2js ] |
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
9 getter_setter_in_lib_test: Fail # Issue 23288 | 9 getter_setter_in_lib_test: Fail # Issue 23288 |
10 | 10 |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 | 141 |
142 branch_canonicalization_test: RuntimeError # Issue 638. | 142 branch_canonicalization_test: RuntimeError # Issue 638. |
143 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 143 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
144 integer_division_by_zero_test: RuntimeError # Issue 8301 | 144 integer_division_by_zero_test: RuntimeError # Issue 8301 |
145 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 | 145 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 |
146 number_identity2_test: RuntimeError # Issue 12596 | 146 number_identity2_test: RuntimeError # Issue 12596 |
147 double_int_to_string_test: RuntimeError # Issue 1533 | 147 double_int_to_string_test: RuntimeError # Issue 1533 |
148 mint_arithmetic_test: RuntimeError # Issue 1533 | 148 mint_arithmetic_test: RuntimeError # Issue 1533 |
149 left_shift_test: RuntimeError # Issue 1533 | 149 left_shift_test: RuntimeError # Issue 1533 |
150 regress_24283_test: RuntimeError # Issue 1533 | 150 regress_24283_test: RuntimeError # Issue 1533 |
151 bad_override_test/01: CompileTimeError # Issue 11496 | |
152 bad_override_test/02: CompileTimeError # Issue 11496 | |
153 constructor_named_arguments_test/01: CompileTimeError # Issue 5519 | 151 constructor_named_arguments_test/01: CompileTimeError # Issue 5519 |
154 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 | 152 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 |
155 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 | 153 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 |
156 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 | 154 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 |
157 metadata_test: CompileTimeError # Issue 5841 | 155 metadata_test: CompileTimeError # Issue 5841 |
158 infinity_test: RuntimeError # Issue 4984 | 156 infinity_test: RuntimeError # Issue 4984 |
159 mixin_mixin2_test: RuntimeError # Issue 13109. | 157 mixin_mixin2_test: RuntimeError # Issue 13109. |
160 mixin_mixin3_test: RuntimeError # Issue 13109. | 158 mixin_mixin3_test: RuntimeError # Issue 13109. |
161 mixin_mixin7_test: RuntimeError # Issue 13109. | 159 mixin_mixin7_test: RuntimeError # Issue 13109. |
162 mixin_regress_13688_test: RuntimeError # Issue 13109. | 160 mixin_regress_13688_test: RuntimeError # Issue 13109. |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 355 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
358 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 356 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
359 type_variable_nested_test: RuntimeError # Please triage this failure. | 357 type_variable_nested_test: RuntimeError # Please triage this failure. |
360 | 358 |
361 [ $compiler == dart2js && $cps_ir && $host_checked ] | 359 [ $compiler == dart2js && $cps_ir && $host_checked ] |
362 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 360 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
363 async_throw_in_catch_test/none: Crash # Issue 24485 | 361 async_throw_in_catch_test/none: Crash # Issue 24485 |
364 execute_finally9_test: Crash # Issue 24485 | 362 execute_finally9_test: Crash # Issue 24485 |
365 regress_21795_test: Crash # Issue 24485 | 363 regress_21795_test: Crash # Issue 24485 |
366 regress_23537_test: Crash # Issue 24485 | 364 regress_23537_test: Crash # Issue 24485 |
OLD | NEW |