| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 setter_override_test/00: Fail # Issue 11496 | 239 setter_override_test/00: Fail # Issue 11496 |
| 240 setter_override_test/03: Fail # Issue 11496 | 240 setter_override_test/03: Fail # Issue 11496 |
| 241 setter_override2_test/02: Fail # Issue 11496 | 241 setter_override2_test/02: Fail # Issue 11496 |
| 242 | 242 |
| 243 constructor_named_arguments_test/01: Fail # Issue 5519 | 243 constructor_named_arguments_test/01: Fail # Issue 5519 |
| 244 not_enough_positional_arguments_test/01: Fail # Issue 12839 | 244 not_enough_positional_arguments_test/01: Fail # Issue 12839 |
| 245 not_enough_positional_arguments_test/02: Fail # Issue 12839 | 245 not_enough_positional_arguments_test/02: Fail # Issue 12839 |
| 246 not_enough_positional_arguments_test/05: Fail # Issue 12839 | 246 not_enough_positional_arguments_test/05: Fail # Issue 12839 |
| 247 | 247 |
| 248 metadata_test: Fail # Issue 12762 | 248 metadata_test: Fail # Issue 12762 |
| 249 const_var_test: Pass, Fail # Issue 12794 | 249 const_var_test: CompileTimeError # Issue 12794 |
| 250 map_literal3_test: Fail # Issue 12794 | 250 map_literal3_test: Fail # Issue 12794 |
| 251 external_test/13: Fail # Issue 12888 | 251 external_test/13: Fail # Issue 12888 |
| 252 built_in_identifier_test/01: Fail # Issue 13022 | 252 built_in_identifier_test/01: Fail # Issue 13022 |
| 253 list_literal1_test/01: Fail # Issue 12993 | 253 list_literal1_test/01: Fail # Issue 12993 |
| 254 map_literal1_test/01: Fail # Issue 12993 | 254 map_literal1_test/01: Fail # Issue 12993 |
| 255 method_override4_test: Fail # Issue 12810 | 255 method_override4_test: Fail # Issue 12810 |
| 256 method_override5_test: Fail # Issue 12810 | 256 method_override5_test: Fail # Issue 12810 |
| 257 scope_variable_test/01: Fail # Issue 13016 | 257 scope_variable_test/01: Fail # Issue 13016 |
| 258 factory_redirection_test/01: Fail # Issue 12753 | 258 factory_redirection_test/01: Fail # Issue 12753 |
| 259 factory_redirection_test/02: Crash # Issue 12753 | 259 factory_redirection_test/02: Crash # Issue 12753 |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 super_call4_test: Fail, OK # hardcoded names. | 310 super_call4_test: Fail, OK # hardcoded names. |
| 311 | 311 |
| 312 [ $minified ] | 312 [ $minified ] |
| 313 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 313 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 314 | 314 |
| 315 [ $runtime == ie9 ] | 315 [ $runtime == ie9 ] |
| 316 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 316 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| 317 | 317 |
| 318 [ $compiler == dart2js && $host_checked ] | 318 [ $compiler == dart2js && $host_checked ] |
| 319 const_factory_with_body_test/01: Crash | 319 const_factory_with_body_test/01: Crash |
| OLD | NEW |