| 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 || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
| 6 bad_constructor_test/05: CompileTimeError # Issue 13669 | 6 bad_constructor_test/05: CompileTimeError # Issue 13669 |
| 7 block_scope_test: CompileTimeError # Issue 13204. | 7 block_scope_test: CompileTimeError # Issue 13204. |
| 8 black_listed_test/none: CompileTimeError # Issue 12446. | 8 black_listed_test/none: CompileTimeError # Issue 12446. |
| 9 malformed_test/05: MissingCompileTimeError # Issue 12695 | 9 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 10 malformed_test/06: MissingCompileTimeError # Issue 12695 | 10 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 mixin_regress_13688_test: RuntimeError # Issue 13109. | 124 mixin_regress_13688_test: RuntimeError # Issue 13109. |
| 125 | 125 |
| 126 # Compilation errors. | 126 # Compilation errors. |
| 127 const_var_test: CompileTimeError # Issue 12793 | 127 const_var_test: CompileTimeError # Issue 12793 |
| 128 map_literal3_test: CompileTimeError # Issue 12793 | 128 map_literal3_test: CompileTimeError # Issue 12793 |
| 129 function_type_alias5_test/00: MissingCompileTimeError # Issue 12754 | 129 function_type_alias5_test/00: MissingCompileTimeError # Issue 12754 |
| 130 function_type_alias5_test/01: MissingCompileTimeError # Issue 12754 | 130 function_type_alias5_test/01: MissingCompileTimeError # Issue 12754 |
| 131 function_type_alias5_test/02: MissingCompileTimeError # Issue 12754 | 131 function_type_alias5_test/02: MissingCompileTimeError # Issue 12754 |
| 132 method_override5_test: RuntimeError # Issue 12809 | 132 method_override5_test: RuntimeError # Issue 12809 |
| 133 named_parameters_aggregated_test/03: MissingCompileTimeError # Issue 12812 | 133 named_parameters_aggregated_test/03: MissingCompileTimeError # Issue 12812 |
| 134 external_test/11: MissingCompileTimeError # Issue 12887 | |
| 135 external_test/12: MissingCompileTimeError # Issue 12887 | |
| 136 external_test/13: CompileTimeError # Issue 12887 | |
| 137 external_test/21: MissingCompileTimeError # Issue 12887 | |
| 138 external_test/22: MissingCompileTimeError # Issue 12887 | |
| 139 external_test/23: MissingCompileTimeError # Issue 12887 | |
| 140 external_test/30: MissingCompileTimeError # Issue 12887 | |
| 141 external_test/31: MissingCompileTimeError # Issue 12887 | |
| 142 instanceof4_test/01: RuntimeError # Issue 12889 | 134 instanceof4_test/01: RuntimeError # Issue 12889 |
| 143 list_literal4_test: RuntimeError # Issue 12890 | 135 list_literal4_test: RuntimeError # Issue 12890 |
| 144 map_literal4_test: RuntimeError # Issue 12891 | 136 map_literal4_test: RuntimeError # Issue 12891 |
| 145 built_in_identifier_test/01: CompileTimeError # Issue 13022 | 137 built_in_identifier_test/01: CompileTimeError # Issue 13022 |
| 146 | 138 |
| 147 constructor9_test/01: MissingCompileTimeError # Issue 12934 | 139 constructor9_test/01: MissingCompileTimeError # Issue 12934 |
| 148 list_literal1_test/01: MissingCompileTimeError # Issue 12993 | 140 list_literal1_test/01: MissingCompileTimeError # Issue 12993 |
| 149 map_literal1_test/01: MissingCompileTimeError # Issue 12993 | 141 map_literal1_test/01: MissingCompileTimeError # Issue 12993 |
| 150 scope_variable_test/01: MissingCompileTimeError # Issue 13016 | 142 scope_variable_test/01: MissingCompileTimeError # Issue 13016 |
| 151 static_final_field2_test/02: MissingCompileTimeError # Issue 13017 | 143 static_final_field2_test/02: MissingCompileTimeError # Issue 13017 |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 import_core_prefix_test: Pass | 304 import_core_prefix_test: Pass |
| 313 prefix22_test: Pass | 305 prefix22_test: Pass |
| 314 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 306 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 315 super_call4_test: Fail, OK # hardcoded names. | 307 super_call4_test: Fail, OK # hardcoded names. |
| 316 | 308 |
| 317 [ $minified ] | 309 [ $minified ] |
| 318 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 310 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 319 | 311 |
| 320 [ $runtime == ie9 ] | 312 [ $runtime == ie9 ] |
| 321 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 313 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |