| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 method_override7_test/02: MissingCompileTimeError # Issue 11496 | 111 method_override7_test/02: MissingCompileTimeError # Issue 11496 |
| 112 method_override8_test/03: CompileTimeError # Issue 11496 | 112 method_override8_test/03: CompileTimeError # Issue 11496 |
| 113 setter_override_test/00: MissingCompileTimeError # Issue 11496 | 113 setter_override_test/00: MissingCompileTimeError # Issue 11496 |
| 114 setter_override_test/03: MissingCompileTimeError # Issue 11496 | 114 setter_override_test/03: MissingCompileTimeError # Issue 11496 |
| 115 setter_override2_test/02: CompileTimeError # Issue 11496 | 115 setter_override2_test/02: CompileTimeError # Issue 11496 |
| 116 constructor_named_arguments_test/01: CompileTimeError # Issue 5519 | 116 constructor_named_arguments_test/01: CompileTimeError # Issue 5519 |
| 117 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 | 117 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 |
| 118 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 | 118 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 |
| 119 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 | 119 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 |
| 120 metadata_test: CompileTimeError # Issue 5841 | 120 metadata_test: CompileTimeError # Issue 5841 |
| 121 metadata_syntax_test/05: MissingCompileTimeError # Issue 14548 |
| 121 infinity_test: RuntimeError # Issue 4984 | 122 infinity_test: RuntimeError # Issue 4984 |
| 122 positive_bit_operations_test: RuntimeError # Issue 12795 | 123 positive_bit_operations_test: RuntimeError # Issue 12795 |
| 123 mixin_mixin2_test: RuntimeError # Issue 13109. | 124 mixin_mixin2_test: RuntimeError # Issue 13109. |
| 124 mixin_mixin3_test: RuntimeError # Issue 13109. | 125 mixin_mixin3_test: RuntimeError # Issue 13109. |
| 125 mixin_mixin7_test: RuntimeError # Issue 13109. | 126 mixin_mixin7_test: RuntimeError # Issue 13109. |
| 126 mixin_regress_13688_test: RuntimeError # Issue 13109. | 127 mixin_regress_13688_test: RuntimeError # Issue 13109. |
| 127 | 128 |
| 128 # Compilation errors. | 129 # Compilation errors. |
| 129 const_var_test: CompileTimeError # Issue 12793 | 130 const_var_test: CompileTimeError # Issue 12793 |
| 130 map_literal3_test: CompileTimeError # Issue 12793 | 131 map_literal3_test: CompileTimeError # Issue 12793 |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 import_core_prefix_test: Pass | 291 import_core_prefix_test: Pass |
| 291 prefix22_test: Pass | 292 prefix22_test: Pass |
| 292 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 293 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 293 super_call4_test: Fail, OK # hardcoded names. | 294 super_call4_test: Fail, OK # hardcoded names. |
| 294 | 295 |
| 295 [ $minified ] | 296 [ $minified ] |
| 296 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 297 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 297 | 298 |
| 298 [ $runtime == ie9 ] | 299 [ $runtime == ie9 ] |
| 299 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 300 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |