| 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 malformed_test/05: MissingCompileTimeError # Issue 12695 | 8 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 9 malformed_test/06: MissingCompileTimeError # Issue 12695 | 9 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| 10 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 10 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 mixin_mixin2_test: RuntimeError # Issue 13109. | 130 mixin_mixin2_test: RuntimeError # Issue 13109. |
| 131 mixin_mixin3_test: RuntimeError # Issue 13109. | 131 mixin_mixin3_test: RuntimeError # Issue 13109. |
| 132 mixin_mixin7_test: RuntimeError # Issue 13109. | 132 mixin_mixin7_test: RuntimeError # Issue 13109. |
| 133 mixin_regress_13688_test: RuntimeError # Issue 13109. | 133 mixin_regress_13688_test: RuntimeError # Issue 13109. |
| 134 | 134 |
| 135 # Compilation errors. | 135 # Compilation errors. |
| 136 const_var_test: CompileTimeError # Issue 12793 | 136 const_var_test: CompileTimeError # Issue 12793 |
| 137 map_literal3_test: CompileTimeError # Issue 12793 | 137 map_literal3_test: CompileTimeError # Issue 12793 |
| 138 method_override5_test: RuntimeError # Issue 12809 | 138 method_override5_test: RuntimeError # Issue 12809 |
| 139 external_test/13: CompileTimeError # Issue 12887 | 139 external_test/13: CompileTimeError # Issue 12887 |
| 140 instanceof4_test/01: RuntimeError # Issue 12889 | |
| 141 list_literal4_test: RuntimeError # Issue 12890 | 140 list_literal4_test: RuntimeError # Issue 12890 |
| 142 map_literal4_test: RuntimeError # Issue 12891 | 141 map_literal4_test: RuntimeError # Issue 12891 |
| 143 built_in_identifier_test/01: CompileTimeError # Issue 13022 | 142 built_in_identifier_test/01: CompileTimeError # Issue 13022 |
| 144 | 143 |
| 145 scope_variable_test/01: MissingCompileTimeError # Issue 13016 | 144 scope_variable_test/01: MissingCompileTimeError # Issue 13016 |
| 146 | 145 |
| 147 numbers_test: RuntimeError, OK # Issue 1533 | 146 numbers_test: RuntimeError, OK # Issue 1533 |
| 148 canonical_const2_test: RuntimeError, OK # Issue 1533 | 147 canonical_const2_test: RuntimeError, OK # Issue 1533 |
| 149 bit_operations_test: RuntimeError, OK # Issue 1533 | 148 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 150 expect_test: RuntimeError, OK # Issue 13080 | 149 expect_test: RuntimeError, OK # Issue 13080 |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 import_core_prefix_test: Pass | 295 import_core_prefix_test: Pass |
| 297 prefix22_test: Pass | 296 prefix22_test: Pass |
| 298 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 297 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 299 super_call4_test: Fail, OK # hardcoded names. | 298 super_call4_test: Fail, OK # hardcoded names. |
| 300 | 299 |
| 301 [ $minified ] | 300 [ $minified ] |
| 302 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. |
| 303 | 302 |
| 304 [ $runtime == ie9 ] | 303 [ $runtime == ie9 ] |
| 305 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 |