| 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 black_listed_test/none: CompileTimeError # Issue 12446. | 8 black_listed_test/none: CompileTimeError # Issue 12446. |
| 9 malformed_test/05: MissingCompileTimeError # Issue 12695 | 9 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 10 malformed_test/06: MissingCompileTimeError # Issue 12695 | 10 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 closure3_test: Fail | 187 closure3_test: Fail |
| 188 execute_finally3_test: Fail | 188 execute_finally3_test: Fail |
| 189 method_invocation_test: Fail | 189 method_invocation_test: Fail |
| 190 stack_overflow_test: Fail | 190 stack_overflow_test: Fail |
| 191 stack_overflow_stacktrace_test: Fail | 191 stack_overflow_stacktrace_test: Fail |
| 192 closure_call_wrong_argument_count_negative_test: Skip | 192 closure_call_wrong_argument_count_negative_test: Skip |
| 193 label_test: Skip | 193 label_test: Skip |
| 194 | 194 |
| 195 | 195 |
| 196 [ $compiler == dart2dart ] | 196 [ $compiler == dart2dart ] |
| 197 regress_13494_test: Fail # Issue 13494 |
| 197 function_type_alias9_test/00: Crash # Issue 11986 | 198 function_type_alias9_test/00: Crash # Issue 11986 |
| 198 malformed_test/none: CompileTimeError # Issue 12695 | 199 malformed_test/none: CompileTimeError # Issue 12695 |
| 199 mixin_super_constructor_named_test: Fail # Issue 12631 | 200 mixin_super_constructor_named_test: Fail # Issue 12631 |
| 200 mixin_super_constructor_positionals_test: Fail # Issue 12631 | 201 mixin_super_constructor_positionals_test: Fail # Issue 12631 |
| 201 switch_bad_case_test/02: Fail # missing switch type check for double | 202 switch_bad_case_test/02: Fail # missing switch type check for double |
| 202 | 203 |
| 203 built_in_identifier_prefix_test: Fail # Issue 6972 | 204 built_in_identifier_prefix_test: Fail # Issue 6972 |
| 204 constructor_initializer_test/none: Fail # Issue 12633 | 205 constructor_initializer_test/none: Fail # Issue 12633 |
| 205 factory3_test: Fail # Issue 13077 | 206 factory3_test: Fail # Issue 13077 |
| 206 type_checks_in_factory_method_test: Fail # Issue 12747 | 207 type_checks_in_factory_method_test: Fail # Issue 12747 |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 import_core_prefix_test: Pass | 314 import_core_prefix_test: Pass |
| 314 prefix22_test: Pass | 315 prefix22_test: Pass |
| 315 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 316 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 316 super_call4_test: Fail, OK # hardcoded names. | 317 super_call4_test: Fail, OK # hardcoded names. |
| 317 | 318 |
| 318 [ $minified ] | 319 [ $minified ] |
| 319 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 320 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 320 | 321 |
| 321 [ $runtime == ie9 ] | 322 [ $runtime == ie9 ] |
| 322 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 323 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |