| 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 malformed_test/05: MissingCompileTimeError # Issue 12695 | 7 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 8 malformed_test/06: MissingCompileTimeError # Issue 12695 | 8 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 | 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 method_invocation_test: Fail | 182 method_invocation_test: Fail |
| 183 stack_overflow_test: Fail | 183 stack_overflow_test: Fail |
| 184 stack_overflow_stacktrace_test: Fail | 184 stack_overflow_stacktrace_test: Fail |
| 185 closure_call_wrong_argument_count_negative_test: Skip | 185 closure_call_wrong_argument_count_negative_test: Skip |
| 186 label_test: Skip | 186 label_test: Skip |
| 187 | 187 |
| 188 | 188 |
| 189 [ $compiler == dart2dart ] | 189 [ $compiler == dart2dart ] |
| 190 regress_13494_test: Fail # Issue 13494 | 190 regress_13494_test: Fail # Issue 13494 |
| 191 malformed_test/none: CompileTimeError # Issue 12695 | 191 malformed_test/none: CompileTimeError # Issue 12695 |
| 192 mixin_regress_13688_test: RuntimeError # Issue 15244 |
| 192 mixin_super_constructor_named_test: Fail # Issue 12631 | 193 mixin_super_constructor_named_test: Fail # Issue 12631 |
| 193 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 194 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
| 194 | 195 |
| 195 built_in_identifier_prefix_test: Fail # Issue 6972 | 196 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 196 constructor_initializer_test/none: Fail # Issue 12633 | 197 constructor_initializer_test/none: Fail # Issue 12633 |
| 197 factory3_test: Fail # Issue 13077 | 198 factory3_test: Fail # Issue 13077 |
| 198 redirecting_factory_long_test: Fail # Issue 13077 | 199 redirecting_factory_long_test: Fail # Issue 13077 |
| 199 type_checks_in_factory_method_test: Fail # Issue 12747 | 200 type_checks_in_factory_method_test: Fail # Issue 12747 |
| 200 | 201 |
| 201 # Mixins fail on the VM. | 202 # Mixins fail on the VM. |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 import_core_prefix_test: Pass | 298 import_core_prefix_test: Pass |
| 298 prefix22_test: Pass | 299 prefix22_test: Pass |
| 299 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 300 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 300 super_call4_test: Fail, OK # hardcoded names. | 301 super_call4_test: Fail, OK # hardcoded names. |
| 301 | 302 |
| 302 [ $minified ] | 303 [ $minified ] |
| 303 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 304 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 304 | 305 |
| 305 [ $runtime == ie9 ] | 306 [ $runtime == ie9 ] |
| 306 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 307 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |