| 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 external_test/13: CompileTimeError # Issue 12887 | 141 external_test/13: CompileTimeError # Issue 12887 |
| 142 instanceof4_test/01: RuntimeError # Issue 12889 | 142 instanceof4_test/01: RuntimeError # Issue 12889 |
| 143 list_literal4_test: RuntimeError # Issue 12890 | 143 list_literal4_test: RuntimeError # Issue 12890 |
| 144 map_literal4_test: RuntimeError # Issue 12891 | 144 map_literal4_test: RuntimeError # Issue 12891 |
| 145 built_in_identifier_test/01: CompileTimeError # Issue 13022 | 145 built_in_identifier_test/01: CompileTimeError # Issue 13022 |
| 146 | 146 |
| 147 list_literal1_test/01: MissingCompileTimeError # Issue 12993 | 147 list_literal1_test/01: MissingCompileTimeError # Issue 12993 |
| 148 map_literal1_test/01: MissingCompileTimeError # Issue 12993 | 148 map_literal1_test/01: MissingCompileTimeError # Issue 12993 |
| 149 scope_variable_test/01: MissingCompileTimeError # Issue 13016 | 149 scope_variable_test/01: MissingCompileTimeError # Issue 13016 |
| 150 static_final_field2_test/02: MissingCompileTimeError # Issue 13017 | 150 static_final_field2_test/02: MissingCompileTimeError # Issue 13017 |
| 151 throw7_test/01: MissingCompileTimeError # Issue 13019 | |
| 152 | 151 |
| 153 numbers_test: RuntimeError, OK # Issue 1533 | 152 numbers_test: RuntimeError, OK # Issue 1533 |
| 154 canonical_const2_test: RuntimeError, OK # Issue 1533 | 153 canonical_const2_test: RuntimeError, OK # Issue 1533 |
| 155 bit_operations_test: RuntimeError, OK # Issue 1533 | 154 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 156 expect_test: RuntimeError, OK # Issue 13080 | 155 expect_test: RuntimeError, OK # Issue 13080 |
| 157 | 156 |
| 158 null_test/none: RuntimeError # Issue 12482 | 157 null_test/none: RuntimeError # Issue 12482 |
| 159 | 158 |
| 160 | 159 |
| 161 [ $compiler == dart2js && $runtime == none ] | 160 [ $compiler == dart2js && $runtime == none ] |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 regress_13494_test: Fail # Issue 13494 | 193 regress_13494_test: Fail # Issue 13494 |
| 195 malformed_test/none: CompileTimeError # Issue 12695 | 194 malformed_test/none: CompileTimeError # Issue 12695 |
| 196 mixin_super_constructor_named_test: Fail # Issue 12631 | 195 mixin_super_constructor_named_test: Fail # Issue 12631 |
| 197 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 196 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
| 198 | 197 |
| 199 built_in_identifier_prefix_test: Fail # Issue 6972 | 198 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 200 constructor_initializer_test/none: Fail # Issue 12633 | 199 constructor_initializer_test/none: Fail # Issue 12633 |
| 201 factory3_test: Fail # Issue 13077 | 200 factory3_test: Fail # Issue 13077 |
| 202 type_checks_in_factory_method_test: Fail # Issue 12747 | 201 type_checks_in_factory_method_test: Fail # Issue 12747 |
| 203 | 202 |
| 204 on_catch_malformed_type_test: Fail # Issue 8601 | |
| 205 | |
| 206 # Mixins fail on the VM. | 203 # Mixins fail on the VM. |
| 207 mixin_forwarding_constructor2_test: Fail # Issue 13641 | 204 mixin_forwarding_constructor2_test: Fail # Issue 13641 |
| 208 | 205 |
| 209 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 | 206 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 |
| 210 | 207 |
| 211 # Malformed types not handled as unresolved: | 208 # Malformed types not handled as unresolved: |
| 212 import_core_prefix_test: Fail # Issue 13081 | 209 import_core_prefix_test: Fail # Issue 13081 |
| 213 prefix16_test: Fail # Issue 13081 | 210 prefix16_test: Fail # Issue 13081 |
| 214 prefix22_test: Fail # Issue 13081 | 211 prefix22_test: Fail # Issue 13081 |
| 215 | 212 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 244 const_var_test: Pass, Fail # Issue 12794 | 241 const_var_test: Pass, Fail # Issue 12794 |
| 245 map_literal3_test: Fail # Issue 12794 | 242 map_literal3_test: Fail # Issue 12794 |
| 246 external_test/13: Fail # Issue 12888 | 243 external_test/13: Fail # Issue 12888 |
| 247 built_in_identifier_test/01: Fail # Issue 13022 | 244 built_in_identifier_test/01: Fail # Issue 13022 |
| 248 lazy_static3_test: Fail # Issue 12593 | 245 lazy_static3_test: Fail # Issue 12593 |
| 249 list_literal1_test/01: Fail # Issue 12993 | 246 list_literal1_test/01: Fail # Issue 12993 |
| 250 map_literal1_test/01: Fail # Issue 12993 | 247 map_literal1_test/01: Fail # Issue 12993 |
| 251 method_override4_test: Fail # Issue 12810 | 248 method_override4_test: Fail # Issue 12810 |
| 252 method_override5_test: Fail # Issue 12810 | 249 method_override5_test: Fail # Issue 12810 |
| 253 static_final_field2_test/02: Fail # Issue 13017 | 250 static_final_field2_test/02: Fail # Issue 13017 |
| 254 throw7_test/01: Fail # Issue 13019 | |
| 255 scope_variable_test/01: Fail # Issue 13016 | 251 scope_variable_test/01: Fail # Issue 13016 |
| 256 factory_redirection_test/01: Fail # Issue 12753 | 252 factory_redirection_test/01: Fail # Issue 12753 |
| 257 factory_redirection_test/02: Crash # Issue 12753 | 253 factory_redirection_test/02: Crash # Issue 12753 |
| 258 factory_redirection_test/03: Crash # Issue 12753 | 254 factory_redirection_test/03: Crash # Issue 12753 |
| 259 factory_redirection_test/07: Fail # Issue 12753 | 255 factory_redirection_test/07: Fail # Issue 12753 |
| 260 factory_redirection_test/09: Fail # Issue 12753 | 256 factory_redirection_test/09: Fail # Issue 12753 |
| 261 | 257 |
| 262 malbounded_type_literal_test: Fail # Issue 13960 | 258 malbounded_type_literal_test: Fail # Issue 13960 |
| 263 | 259 |
| 264 # DartVM problem. | 260 # DartVM problem. |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 import_core_prefix_test: Pass | 303 import_core_prefix_test: Pass |
| 308 prefix22_test: Pass | 304 prefix22_test: Pass |
| 309 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 305 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 310 super_call4_test: Fail, OK # hardcoded names. | 306 super_call4_test: Fail, OK # hardcoded names. |
| 311 | 307 |
| 312 [ $minified ] | 308 [ $minified ] |
| 313 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 309 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 314 | 310 |
| 315 [ $runtime == ie9 ] | 311 [ $runtime == ie9 ] |
| 316 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 312 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |