| 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 null_test/03: MissingCompileTimeError # Issue 12445. | 8 null_test/03: MissingCompileTimeError # Issue 12445. |
| 9 black_listed_test/none: CompileTimeError # Issue 12446. | 9 black_listed_test/none: CompileTimeError # Issue 12446. |
| 10 malformed_test/05: MissingCompileTimeError # Issue 12695 | 10 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 constructor_named_arguments_test/01: CompileTimeError # Issue 5519 | 115 constructor_named_arguments_test/01: CompileTimeError # Issue 5519 |
| 116 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 | 116 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 |
| 117 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 | 117 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 |
| 118 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 | 118 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 |
| 119 metadata_test: CompileTimeError # Issue 5841 | 119 metadata_test: CompileTimeError # Issue 5841 |
| 120 infinity_test: RuntimeError # Issue 4984 | 120 infinity_test: RuntimeError # Issue 4984 |
| 121 positive_bit_operations_test: RuntimeError # Issue 12795 | 121 positive_bit_operations_test: RuntimeError # Issue 12795 |
| 122 mixin_mixin2_test: RuntimeError # Issue 13109. | 122 mixin_mixin2_test: RuntimeError # Issue 13109. |
| 123 mixin_mixin3_test: RuntimeError # Issue 13109. | 123 mixin_mixin3_test: RuntimeError # Issue 13109. |
| 124 mixin_mixin7_test: RuntimeError # Issue 13109. | 124 mixin_mixin7_test: RuntimeError # Issue 13109. |
| 125 mixin_regress_13688_test: RuntimeError # Issue 13109. |
| 125 | 126 |
| 126 # Compilation errors. | 127 # Compilation errors. |
| 127 const_var_test: CompileTimeError # Issue 12793 | 128 const_var_test: CompileTimeError # Issue 12793 |
| 128 map_literal3_test: CompileTimeError # Issue 12793 | 129 map_literal3_test: CompileTimeError # Issue 12793 |
| 129 function_type_alias5_test/00: MissingCompileTimeError # Issue 12754 | 130 function_type_alias5_test/00: MissingCompileTimeError # Issue 12754 |
| 130 function_type_alias5_test/01: MissingCompileTimeError # Issue 12754 | 131 function_type_alias5_test/01: MissingCompileTimeError # Issue 12754 |
| 131 function_type_alias5_test/02: MissingCompileTimeError # Issue 12754 | 132 function_type_alias5_test/02: MissingCompileTimeError # Issue 12754 |
| 132 method_override5_test: RuntimeError # Issue 12809 | 133 method_override5_test: RuntimeError # Issue 12809 |
| 133 named_parameters_aggregated_test/03: MissingCompileTimeError # Issue 12812 | 134 named_parameters_aggregated_test/03: MissingCompileTimeError # Issue 12812 |
| 134 external_test/11: MissingCompileTimeError # Issue 12887 | 135 external_test/11: MissingCompileTimeError # Issue 12887 |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 import_core_prefix_test: Pass | 322 import_core_prefix_test: Pass |
| 322 prefix22_test: Pass | 323 prefix22_test: Pass |
| 323 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 324 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 324 super_call4_test: Fail, OK # hardcoded names. | 325 super_call4_test: Fail, OK # hardcoded names. |
| 325 | 326 |
| 326 [ $minified ] | 327 [ $minified ] |
| 327 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 328 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 328 | 329 |
| 329 [ $runtime == ie9 ] | 330 [ $runtime == ie9 ] |
| 330 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 331 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |