| 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 null_test/03: MissingCompileTimeError # Issue 12445. | 8 null_test/03: MissingCompileTimeError # Issue 12445. |
| 9 black_listed_test/none: CompileTimeError # Issue 12446. | 9 black_listed_test/none: CompileTimeError # Issue 12446. |
| 10 malformed_test/05: MissingCompileTimeError # Issue 12695 | 10 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 mixin_mixin3_test: RuntimeError # Issue 13109. | 122 mixin_mixin3_test: RuntimeError # Issue 13109. |
| 123 mixin_mixin7_test: RuntimeError # Issue 13109. | 123 mixin_mixin7_test: RuntimeError # Issue 13109. |
| 124 | 124 |
| 125 # Compilation errors. | 125 # Compilation errors. |
| 126 const_var_test: CompileTimeError # Issue 12793 | 126 const_var_test: CompileTimeError # Issue 12793 |
| 127 map_literal3_test: CompileTimeError # Issue 12793 | 127 map_literal3_test: CompileTimeError # Issue 12793 |
| 128 function_type_alias5_test/00: MissingCompileTimeError # Issue 12754 | 128 function_type_alias5_test/00: MissingCompileTimeError # Issue 12754 |
| 129 function_type_alias5_test/01: MissingCompileTimeError # Issue 12754 | 129 function_type_alias5_test/01: MissingCompileTimeError # Issue 12754 |
| 130 function_type_alias5_test/02: MissingCompileTimeError # Issue 12754 | 130 function_type_alias5_test/02: MissingCompileTimeError # Issue 12754 |
| 131 method_override5_test: RuntimeError # Issue 12809 | 131 method_override5_test: RuntimeError # Issue 12809 |
| 132 parameter_initializer6_negative_test: Fail # Issue 3502 | |
| 133 named_parameters_aggregated_test/03: MissingCompileTimeError # Issue 12812 | 132 named_parameters_aggregated_test/03: MissingCompileTimeError # Issue 12812 |
| 134 external_test/11: MissingCompileTimeError # Issue 12887 | 133 external_test/11: MissingCompileTimeError # Issue 12887 |
| 135 external_test/12: MissingCompileTimeError # Issue 12887 | 134 external_test/12: MissingCompileTimeError # Issue 12887 |
| 136 external_test/13: CompileTimeError # Issue 12887 | 135 external_test/13: CompileTimeError # Issue 12887 |
| 137 external_test/21: MissingCompileTimeError # Issue 12887 | 136 external_test/21: MissingCompileTimeError # Issue 12887 |
| 138 external_test/22: MissingCompileTimeError # Issue 12887 | 137 external_test/22: MissingCompileTimeError # Issue 12887 |
| 139 external_test/23: MissingCompileTimeError # Issue 12887 | 138 external_test/23: MissingCompileTimeError # Issue 12887 |
| 140 external_test/30: MissingCompileTimeError # Issue 12887 | 139 external_test/30: MissingCompileTimeError # Issue 12887 |
| 141 external_test/31: MissingCompileTimeError # Issue 12887 | 140 external_test/31: MissingCompileTimeError # Issue 12887 |
| 142 instanceof4_test/01: RuntimeError # Issue 12889 | 141 instanceof4_test/01: RuntimeError # Issue 12889 |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 throw7_test/01: Fail # Issue 13019 | 285 throw7_test/01: Fail # Issue 13019 |
| 287 scope_variable_test/01: Fail # Issue 13016 | 286 scope_variable_test/01: Fail # Issue 13016 |
| 288 factory_redirection_test/01: Fail # Issue 12753 | 287 factory_redirection_test/01: Fail # Issue 12753 |
| 289 factory_redirection_test/02: Crash # Issue 12753 | 288 factory_redirection_test/02: Crash # Issue 12753 |
| 290 factory_redirection_test/03: Crash # Issue 12753 | 289 factory_redirection_test/03: Crash # Issue 12753 |
| 291 factory_redirection_test/07: Fail # Issue 12753 | 290 factory_redirection_test/07: Fail # Issue 12753 |
| 292 factory_redirection_test/09: Fail # Issue 12753 | 291 factory_redirection_test/09: Fail # Issue 12753 |
| 293 function_type_alias5_test/00: Fail # Issue 12755 | 292 function_type_alias5_test/00: Fail # Issue 12755 |
| 294 function_type_alias5_test/01: Fail # Issue 12755 | 293 function_type_alias5_test/01: Fail # Issue 12755 |
| 295 function_type_alias5_test/02: Fail # Issue 12755 | 294 function_type_alias5_test/02: Fail # Issue 12755 |
| 296 parameter_initializer6_negative_test: Fail # Issue 3502 | |
| 297 | 295 |
| 298 # DartVM problem. | 296 # DartVM problem. |
| 299 constructor5_test: Fail | 297 constructor5_test: Fail |
| 300 constructor6_test: Fail | 298 constructor6_test: Fail |
| 301 closure_in_initializer_test: Fail | 299 closure_in_initializer_test: Fail |
| 302 super_first_constructor_test: Fail | 300 super_first_constructor_test: Fail |
| 303 throwing_lazy_variable_test: Fail # Issue 5802 | 301 throwing_lazy_variable_test: Fail # Issue 5802 |
| 304 | 302 |
| 305 # Minified mode failures. | 303 # Minified mode failures. |
| 306 | 304 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 336 import_core_prefix_test: Pass | 334 import_core_prefix_test: Pass |
| 337 prefix22_test: Pass | 335 prefix22_test: Pass |
| 338 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 336 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 339 super_call4_test: Fail, OK # hardcoded names. | 337 super_call4_test: Fail, OK # hardcoded names. |
| 340 | 338 |
| 341 [ $minified ] | 339 [ $minified ] |
| 342 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 340 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 343 | 341 |
| 344 [ $runtime == ie9 ] | 342 [ $runtime == ie9 ] |
| 345 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 343 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |