| 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 type_variable_conflict2_test/01: RuntimeError # Issue 19725 | 141 type_variable_conflict2_test/01: RuntimeError # Issue 19725 |
| 142 | 142 |
| 143 branch_canonicalization_test: RuntimeError # Issue 638. | 143 branch_canonicalization_test: RuntimeError # Issue 638. |
| 144 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 | 144 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 |
| 145 integer_division_by_zero_test: RuntimeError # Issue 8301 | 145 integer_division_by_zero_test: RuntimeError # Issue 8301 |
| 146 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 | 146 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 |
| 147 number_identity2_test: RuntimeError # Issue 12596 | 147 number_identity2_test: RuntimeError # Issue 12596 |
| 148 double_int_to_string_test: RuntimeError # Issue 1533 | 148 double_int_to_string_test: RuntimeError # Issue 1533 |
| 149 mint_arithmetic_test: RuntimeError # Issue 1533 | 149 mint_arithmetic_test: RuntimeError # Issue 1533 |
| 150 left_shift_test: RuntimeError # Issue 1533 | 150 left_shift_test: RuntimeError # Issue 1533 |
| 151 regress_24283_test: RuntimeError # Issue 1533 |
| 151 bad_override_test/01: CompileTimeError # Issue 11496 | 152 bad_override_test/01: CompileTimeError # Issue 11496 |
| 152 bad_override_test/02: CompileTimeError # Issue 11496 | 153 bad_override_test/02: CompileTimeError # Issue 11496 |
| 153 constructor_named_arguments_test/01: CompileTimeError # Issue 5519 | 154 constructor_named_arguments_test/01: CompileTimeError # Issue 5519 |
| 154 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 | 155 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 |
| 155 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 | 156 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 |
| 156 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 | 157 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 |
| 157 metadata_test: CompileTimeError # Issue 5841 | 158 metadata_test: CompileTimeError # Issue 5841 |
| 158 infinity_test: RuntimeError # Issue 4984 | 159 infinity_test: RuntimeError # Issue 4984 |
| 159 mixin_mixin2_test: RuntimeError # Issue 13109. | 160 mixin_mixin2_test: RuntimeError # Issue 13109. |
| 160 mixin_mixin3_test: RuntimeError # Issue 13109. | 161 mixin_mixin3_test: RuntimeError # Issue 13109. |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle sync*
/async* functions | 392 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle sync*
/async* functions |
| 392 sync_generator3_test/test2: Crash # (g()sync*{try {yield "a";throw "pow!";}final
ly {yield "b";}}): cannot handle sync*/async* functions | 393 sync_generator3_test/test2: Crash # (g()sync*{try {yield "a";throw "pow!";}final
ly {yield "b";}}): cannot handle sync*/async* functions |
| 393 syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle sync*/as
ync* functions | 394 syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle sync*/as
ync* functions |
| 394 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(int p)sync*{int
i=0;i++ ;p++ ;yield p+i;}): cannot handle sync*/async* functions | 395 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(int p)sync*{int
i=0;i++ ;p++ ;yield p+i;}): cannot handle sync*/async* functions |
| 395 syncstar_yield_test/none: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p
++ ;yield p+i;}): cannot handle sync*/async* functions | 396 syncstar_yield_test/none: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p
++ ;yield p+i;}): cannot handle sync*/async* functions |
| 396 syncstar_yieldstar_test: Crash # (foo()sync*{yield* [1,2,3];yield null;yield* ba
r();}): cannot handle sync*/async* functions | 397 syncstar_yieldstar_test: Crash # (foo()sync*{yield* [1,2,3];yield null;yield* ba
r();}): cannot handle sync*/async* functions |
| 397 type_variable_closure2_test: RuntimeError # Please triage this failure. | 398 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 398 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 399 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 399 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 400 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 400 type_variable_nested_test: RuntimeError # Please triage this failure. | 401 type_variable_nested_test: RuntimeError # Please triage this failure. |
| OLD | NEW |