| 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 block_scope_test: Fail # Issue 13204. | 6 block_scope_test: Fail # Issue 13204. |
| 7 null_test/03: Fail # Issue 12445. | 7 null_test/03: Fail # Issue 12445. |
| 8 black_listed_test/none: Fail # Issue 12446. | 8 black_listed_test/none: Fail # Issue 12446. |
| 9 malformed_test/none: Fail # Issue 12695 | 9 malformed_test/none: Fail # Issue 12695 |
| 10 malformed_test/05: Fail # Issue 12695 | 10 malformed_test/05: Fail # Issue 12695 |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 stack_overflow_test: Fail | 185 stack_overflow_test: Fail |
| 186 stack_overflow_stacktrace_test: Fail | 186 stack_overflow_stacktrace_test: Fail |
| 187 closure_call_wrong_argument_count_negative_test: Skip | 187 closure_call_wrong_argument_count_negative_test: Skip |
| 188 label_test: Skip | 188 label_test: Skip |
| 189 | 189 |
| 190 | 190 |
| 191 [ $compiler == dart2dart ] | 191 [ $compiler == dart2dart ] |
| 192 mixin_super_constructor_named_test: Fail # Issue 12631 | 192 mixin_super_constructor_named_test: Fail # Issue 12631 |
| 193 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 193 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
| 194 function_type_alias9_test/00: Crash # Issue 11986 | 194 function_type_alias9_test/00: Crash # Issue 11986 |
| 195 symbol_literal_test: Fail # Issue 12171 | |
| 196 | 195 |
| 197 built_in_identifier_prefix_test: Fail # Issue 6972 | 196 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 198 constructor_initializer_test/none: Fail # Issue 12633 | 197 constructor_initializer_test/none: Fail # Issue 12633 |
| 199 factory3_test: Fail # Issue 13077 | 198 factory3_test: Fail # Issue 13077 |
| 200 type_checks_in_factory_method_test: Fail # Issue 12747 | 199 type_checks_in_factory_method_test: Fail # Issue 12747 |
| 201 | 200 |
| 202 on_catch_malformed_type_test: Fail # Issue 8601 | 201 on_catch_malformed_type_test: Fail # Issue 8601 |
| 203 | 202 |
| 204 # Mixins fail on the VM. | 203 # Mixins fail on the VM. |
| 205 mixin_mixin_test: Fail # Issue 9683 | 204 mixin_mixin_test: Fail # Issue 9683 |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 import_core_prefix_test: Pass | 337 import_core_prefix_test: Pass |
| 339 prefix22_test: Pass | 338 prefix22_test: Pass |
| 340 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 339 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 341 super_call4_test: Fail, OK # hardcoded names. | 340 super_call4_test: Fail, OK # hardcoded names. |
| 342 | 341 |
| 343 [ $minified ] | 342 [ $minified ] |
| 344 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 343 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 345 | 344 |
| 346 [ $runtime == ie9 ] | 345 [ $runtime == ie9 ] |
| 347 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 346 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |