| 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 malformed_test/05: MissingCompileTimeError # Issue 12695 | 8 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 9 malformed_test/06: MissingCompileTimeError # Issue 12695 | 9 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| 10 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 10 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 not_enough_positional_arguments_test/01: Fail # Issue 12839 | 231 not_enough_positional_arguments_test/01: Fail # Issue 12839 |
| 232 not_enough_positional_arguments_test/02: Fail # Issue 12839 | 232 not_enough_positional_arguments_test/02: Fail # Issue 12839 |
| 233 not_enough_positional_arguments_test/05: Fail # Issue 12839 | 233 not_enough_positional_arguments_test/05: Fail # Issue 12839 |
| 234 | 234 |
| 235 metadata_test: Fail # Issue 12762 | 235 metadata_test: Fail # Issue 12762 |
| 236 metadata_syntax_test/05: MissingCompileTimeError # Issue 14548 | 236 metadata_syntax_test/05: MissingCompileTimeError # Issue 14548 |
| 237 const_var_test: Pass, Fail # Issue 12794 | 237 const_var_test: Pass, Fail # Issue 12794 |
| 238 map_literal3_test: Fail # Issue 12794 | 238 map_literal3_test: Fail # Issue 12794 |
| 239 external_test/13: Fail # Issue 12888 | 239 external_test/13: Fail # Issue 12888 |
| 240 built_in_identifier_test/01: Fail # Issue 13022 | 240 built_in_identifier_test/01: Fail # Issue 13022 |
| 241 lazy_static3_test: Fail # Issue 12593 | |
| 242 list_literal1_test/01: Fail # Issue 12993 | 241 list_literal1_test/01: Fail # Issue 12993 |
| 243 map_literal1_test/01: Fail # Issue 12993 | 242 map_literal1_test/01: Fail # Issue 12993 |
| 244 method_override4_test: Fail # Issue 12810 | 243 method_override4_test: Fail # Issue 12810 |
| 245 method_override5_test: Fail # Issue 12810 | 244 method_override5_test: Fail # Issue 12810 |
| 246 scope_variable_test/01: Fail # Issue 13016 | 245 scope_variable_test/01: Fail # Issue 13016 |
| 247 factory_redirection_test/01: Fail # Issue 12753 | 246 factory_redirection_test/01: Fail # Issue 12753 |
| 248 factory_redirection_test/02: Crash # Issue 12753 | 247 factory_redirection_test/02: Crash # Issue 12753 |
| 249 factory_redirection_test/03: Crash # Issue 12753 | 248 factory_redirection_test/03: Crash # Issue 12753 |
| 250 factory_redirection_test/09: Fail # Issue 12753 | 249 factory_redirection_test/09: Fail # Issue 12753 |
| 251 | 250 |
| 252 malbounded_type_literal_test: Fail # Issue 13960 | 251 malbounded_type_literal_test: Fail # Issue 13960 |
| 253 | 252 |
| 254 # DartVM problem. | 253 # DartVM problem. |
| 255 constructor5_test: Fail | 254 constructor5_test: Fail |
| 256 constructor6_test: Fail | 255 constructor6_test: Fail |
| 257 closure_in_initializer_test: Fail | 256 closure_in_initializer_test: Fail |
| 258 throwing_lazy_variable_test: Fail # Issue 5802 | |
| 259 f_bounded_equality_test: RuntimeError # Issue 14000 | 257 f_bounded_equality_test: RuntimeError # Issue 14000 |
| 260 | 258 |
| 261 # Minified mode failures. | 259 # Minified mode failures. |
| 262 | 260 |
| 263 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. | 261 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. |
| 264 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. | 262 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. |
| 265 | 263 |
| 266 # Only checked mode reports an error on type assignment | 264 # Only checked mode reports an error on type assignment |
| 267 # problems in compile time constants. | 265 # problems in compile time constants. |
| 268 compile_time_constant_checked_test/02: Fail, OK | 266 compile_time_constant_checked_test/02: Fail, OK |
| (...skipping 27 matching lines...) Expand all Loading... |
| 296 import_core_prefix_test: Pass | 294 import_core_prefix_test: Pass |
| 297 prefix22_test: Pass | 295 prefix22_test: Pass |
| 298 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 296 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 299 super_call4_test: Fail, OK # hardcoded names. | 297 super_call4_test: Fail, OK # hardcoded names. |
| 300 | 298 |
| 301 [ $minified ] | 299 [ $minified ] |
| 302 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 300 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 303 | 301 |
| 304 [ $runtime == ie9 ] | 302 [ $runtime == ie9 ] |
| 305 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 303 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |