| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 infinity_test: RuntimeError # Issue 4984 | 119 infinity_test: RuntimeError # Issue 4984 |
| 120 positive_bit_operations_test: RuntimeError # Issue 12795 | 120 positive_bit_operations_test: RuntimeError # Issue 12795 |
| 121 mixin_mixin2_test: RuntimeError # Issue 13109. | 121 mixin_mixin2_test: RuntimeError # Issue 13109. |
| 122 mixin_mixin3_test: RuntimeError # Issue 13109. | 122 mixin_mixin3_test: RuntimeError # Issue 13109. |
| 123 mixin_mixin7_test: RuntimeError # Issue 13109. | 123 mixin_mixin7_test: RuntimeError # Issue 13109. |
| 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 | |
| 130 function_type_alias5_test/01: MissingCompileTimeError # Issue 12754 | |
| 131 function_type_alias5_test/02: MissingCompileTimeError # Issue 12754 | |
| 132 method_override5_test: RuntimeError # Issue 12809 | 129 method_override5_test: RuntimeError # Issue 12809 |
| 133 named_parameters_aggregated_test/03: MissingCompileTimeError # Issue 12812 | 130 named_parameters_aggregated_test/03: MissingCompileTimeError # Issue 12812 |
| 134 external_test/11: MissingCompileTimeError # Issue 12887 | 131 external_test/11: MissingCompileTimeError # Issue 12887 |
| 135 external_test/12: MissingCompileTimeError # Issue 12887 | 132 external_test/12: MissingCompileTimeError # Issue 12887 |
| 136 external_test/13: CompileTimeError # Issue 12887 | 133 external_test/13: CompileTimeError # Issue 12887 |
| 137 external_test/21: MissingCompileTimeError # Issue 12887 | 134 external_test/21: MissingCompileTimeError # Issue 12887 |
| 138 external_test/22: MissingCompileTimeError # Issue 12887 | 135 external_test/22: MissingCompileTimeError # Issue 12887 |
| 139 external_test/23: MissingCompileTimeError # Issue 12887 | 136 external_test/23: MissingCompileTimeError # Issue 12887 |
| 140 external_test/30: MissingCompileTimeError # Issue 12887 | 137 external_test/30: MissingCompileTimeError # Issue 12887 |
| 141 external_test/31: MissingCompileTimeError # Issue 12887 | 138 external_test/31: MissingCompileTimeError # Issue 12887 |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 import_core_prefix_test: Pass | 309 import_core_prefix_test: Pass |
| 313 prefix22_test: Pass | 310 prefix22_test: Pass |
| 314 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 311 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 315 super_call4_test: Fail, OK # hardcoded names. | 312 super_call4_test: Fail, OK # hardcoded names. |
| 316 | 313 |
| 317 [ $minified ] | 314 [ $minified ] |
| 318 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 315 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 319 | 316 |
| 320 [ $runtime == ie9 ] | 317 [ $runtime == ie9 ] |
| 321 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 318 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |