| 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 malformed_test/05: MissingCompileTimeError # Issue 12695 | 7 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 8 malformed_test/06: MissingCompileTimeError # Issue 12695 | 8 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 | 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 | 123 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 |
| 124 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 | 124 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 |
| 125 metadata_test: CompileTimeError # Issue 5841 | 125 metadata_test: CompileTimeError # Issue 5841 |
| 126 infinity_test: RuntimeError # Issue 4984 | 126 infinity_test: RuntimeError # Issue 4984 |
| 127 positive_bit_operations_test: RuntimeError # Issue 12795 | 127 positive_bit_operations_test: RuntimeError # Issue 12795 |
| 128 mixin_mixin2_test: RuntimeError # Issue 13109. | 128 mixin_mixin2_test: RuntimeError # Issue 13109. |
| 129 mixin_mixin3_test: RuntimeError # Issue 13109. | 129 mixin_mixin3_test: RuntimeError # Issue 13109. |
| 130 mixin_mixin7_test: RuntimeError # Issue 13109. | 130 mixin_mixin7_test: RuntimeError # Issue 13109. |
| 131 mixin_regress_13688_test: RuntimeError # Issue 13109. | 131 mixin_regress_13688_test: RuntimeError # Issue 13109. |
| 132 super_field_2_test: RuntimeError # Issue 14805 | 132 super_field_2_test: RuntimeError # Issue 14805 |
| 133 type_promotion_test/12: RuntimeError # Issue 14933 |
| 134 type_promotion_test/13: RuntimeError # Issue 14933 |
| 135 type_promotion_test/14: RuntimeError # Issue 14933 |
| 133 | 136 |
| 134 # Compilation errors. | 137 # Compilation errors. |
| 135 const_var_test: CompileTimeError # Issue 12793 | 138 const_var_test: CompileTimeError # Issue 12793 |
| 136 map_literal3_test: CompileTimeError # Issue 12793 | 139 map_literal3_test: CompileTimeError # Issue 12793 |
| 137 method_override5_test: RuntimeError # Issue 12809 | 140 method_override5_test: RuntimeError # Issue 12809 |
| 138 external_test/13: CompileTimeError # Issue 12887 | 141 external_test/13: CompileTimeError # Issue 12887 |
| 139 list_literal4_test: RuntimeError # Issue 12890 | 142 list_literal4_test: RuntimeError # Issue 12890 |
| 140 map_literal4_test: RuntimeError # Issue 12891 | 143 map_literal4_test: RuntimeError # Issue 12891 |
| 141 built_in_identifier_test/01: CompileTimeError # Issue 13022 | 144 built_in_identifier_test/01: CompileTimeError # Issue 13022 |
| 142 | 145 |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 import_core_prefix_test: Pass | 295 import_core_prefix_test: Pass |
| 293 prefix22_test: Pass | 296 prefix22_test: Pass |
| 294 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 297 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 295 super_call4_test: Fail, OK # hardcoded names. | 298 super_call4_test: Fail, OK # hardcoded names. |
| 296 | 299 |
| 297 [ $minified ] | 300 [ $minified ] |
| 298 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 301 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 299 | 302 |
| 300 [ $runtime == ie9 ] | 303 [ $runtime == ie9 ] |
| 301 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 304 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |