| 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 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1048 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen
ted. | 1048 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen
ted. |
| 1049 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo
r Func1. | 1049 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo
r Func1. |
| 1050 typevariable_substitution2_test/01: Crash # Please triage this failure. | 1050 typevariable_substitution2_test/01: Crash # Please triage this failure. |
| 1051 typevariable_substitution2_test/02: Crash # Please triage this failure. | 1051 typevariable_substitution2_test/02: Crash # Please triage this failure. |
| 1052 typevariable_substitution2_test/none: Crash # Please triage this failure. | 1052 typevariable_substitution2_test/none: Crash # Please triage this failure. |
| 1053 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type
check unimplemented for _Nullary. | 1053 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type
check unimplemented for _Nullary. |
| 1054 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 1054 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
| 1055 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 1055 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
| 1056 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. | 1056 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. |
| 1057 void_type_test: Crash # Unhandled node | 1057 void_type_test: Crash # Unhandled node |
| 1058 static_getter_no_setter1_test/01 : RuntimeError | |
| 1059 top_level_getter_no_setter1_test/01 : RuntimeError | |
| 1060 top_level_getter_no_setter2_test/01 : RuntimeError | |
| 1061 static_getter_no_setter3_test/01 : RuntimeError | |
| 1062 super_operator_index6_test : Crash # bailout: (super[0]+=1): visitUnresolvedSupe
rGetterCompoundIndexSet | |
| OLD | NEW |