| 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 closure3_test: Fail | 197 closure3_test: Fail |
| 198 execute_finally3_test: Fail | 198 execute_finally3_test: Fail |
| 199 method_invocation_test: Fail | 199 method_invocation_test: Fail |
| 200 stack_overflow_test: Fail | 200 stack_overflow_test: Fail |
| 201 stack_overflow_stacktrace_test: Fail | 201 stack_overflow_stacktrace_test: Fail |
| 202 closure_call_wrong_argument_count_negative_test: Skip | 202 closure_call_wrong_argument_count_negative_test: Skip |
| 203 label_test: Skip | 203 label_test: Skip |
| 204 | 204 |
| 205 | 205 |
| 206 [ $compiler == dart2dart ] | 206 [ $compiler == dart2dart ] |
| 207 osr_test: RuntimeError # OK to fail with unreachable code. |
| 207 regress_13494_test: Fail # Issue 13494 | 208 regress_13494_test: Fail # Issue 13494 |
| 208 malformed_test/none: CompileTimeError # Issue 12695 | 209 malformed_test/none: CompileTimeError # Issue 12695 |
| 209 mixin_super_constructor_named_test: Fail # Issue 12631 | 210 mixin_super_constructor_named_test: Fail # Issue 12631 |
| 210 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 211 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
| 211 | 212 |
| 212 built_in_identifier_prefix_test: Fail # Issue 6972 | 213 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 213 constructor_initializer_test/none: Fail # Issue 12633 | 214 constructor_initializer_test/none: Fail # Issue 12633 |
| 214 factory3_test: Fail # Issue 13077 | 215 factory3_test: Fail # Issue 13077 |
| 215 redirecting_factory_long_test: Fail # Issue 13077 | 216 redirecting_factory_long_test: Fail # Issue 13077 |
| 216 type_checks_in_factory_method_test: Fail # Issue 12747 | 217 type_checks_in_factory_method_test: Fail # Issue 12747 |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 super_call4_test: Fail, OK # hardcoded names. | 320 super_call4_test: Fail, OK # hardcoded names. |
| 320 | 321 |
| 321 [ $minified ] | 322 [ $minified ] |
| 322 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 323 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 323 | 324 |
| 324 [ $runtime == ie9 ] | 325 [ $runtime == ie9 ] |
| 325 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 326 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| 326 | 327 |
| 327 [ $compiler == dart2js && $host_checked ] | 328 [ $compiler == dart2js && $host_checked ] |
| 328 const_factory_with_body_test/01: Crash | 329 const_factory_with_body_test/01: Crash |
| OLD | NEW |