| 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 206 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
| 207 | 207 |
| 208 built_in_identifier_prefix_test: Fail # Issue 6972 | 208 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 209 constructor_initializer_test/none: Fail # Issue 12633 | 209 constructor_initializer_test/none: Fail # Issue 12633 |
| 210 factory3_test: Fail # Issue 13077 | 210 factory3_test: Fail # Issue 13077 |
| 211 type_checks_in_factory_method_test: Fail # Issue 12747 | 211 type_checks_in_factory_method_test: Fail # Issue 12747 |
| 212 | 212 |
| 213 on_catch_malformed_type_test: Fail # Issue 8601 | 213 on_catch_malformed_type_test: Fail # Issue 8601 |
| 214 | 214 |
| 215 # Mixins fail on the VM. | 215 # Mixins fail on the VM. |
| 216 mixin_forwarding_constructor2_test: Fail # Issue 11888 | 216 mixin_forwarding_constructor2_test: Fail # Issue 13641 |
| 217 mixin_typedef_constructor_test: Fail # Issue 11888 | |
| 218 mixin_type_parameter2_test: Fail # Issue 11888 | |
| 219 | 217 |
| 220 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 | 218 mixin_with_two_implicit_constructors_test: Fail # Issue 11889 |
| 221 | 219 |
| 222 # Malformed types not handled as unresolved: | 220 # Malformed types not handled as unresolved: |
| 223 import_core_prefix_test: Fail # Issue 13081 | 221 import_core_prefix_test: Fail # Issue 13081 |
| 224 prefix16_test: Fail # Issue 13081 | 222 prefix16_test: Fail # Issue 13081 |
| 225 prefix22_test: Fail # Issue 13081 | 223 prefix22_test: Fail # Issue 13081 |
| 226 | 224 |
| 227 # Calling unresolved class constructor: | 225 # Calling unresolved class constructor: |
| 228 call_nonexistent_constructor_test: Fail # Issue 13082 | 226 call_nonexistent_constructor_test: Fail # Issue 13082 |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 import_core_prefix_test: Pass | 341 import_core_prefix_test: Pass |
| 344 prefix22_test: Pass | 342 prefix22_test: Pass |
| 345 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 343 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 346 super_call4_test: Fail, OK # hardcoded names. | 344 super_call4_test: Fail, OK # hardcoded names. |
| 347 | 345 |
| 348 [ $minified ] | 346 [ $minified ] |
| 349 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 347 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 350 | 348 |
| 351 [ $runtime == ie9 ] | 349 [ $runtime == ie9 ] |
| 352 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 350 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |