| 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 block_scope_test: CompileTimeError # Issue 13204. | 6 block_scope_test: CompileTimeError # Issue 13204. |
| 7 null_test/03: MissingCompileTimeError # Issue 12445. | 7 null_test/03: MissingCompileTimeError # Issue 12445. |
| 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 247 compile_time_constant_arguments_test/03: Fail # Issue 5519 | 247 compile_time_constant_arguments_test/03: Fail # Issue 5519 |
| 248 compile_time_constant_arguments_test/05: Fail # Issue 5519 | 248 compile_time_constant_arguments_test/05: Fail # Issue 5519 |
| 249 compile_time_constant_arguments_test/06: Fail # Issue 5519 | 249 compile_time_constant_arguments_test/06: Fail # Issue 5519 |
| 250 const_syntax_test/03: Fail # Issue 12933 | 250 const_syntax_test/03: Fail # Issue 12933 |
| 251 const_syntax_test/04: Fail # Issue 12933 | 251 const_syntax_test/04: Fail # Issue 12933 |
| 252 const_syntax_test/05: Fail # Issue 12933 | 252 const_syntax_test/05: Fail # Issue 12933 |
| 253 const_syntax_test/06: Fail # Issue 12933 | 253 const_syntax_test/06: Fail # Issue 12933 |
| 254 const_syntax_test/07: Fail # Issue 12933 | 254 const_syntax_test/07: Fail # Issue 12933 |
| 255 const_syntax_test/08: Fail # Issue 12933 | 255 const_syntax_test/08: Fail # Issue 12933 |
| 256 const_syntax_test/10: Fail # Issue 12933 | 256 const_syntax_test/10: Fail # Issue 12933 |
| 257 map_literal11_test: Fail # Issue 12933 | |
| 258 compile_time_constant_c_test/02: Fail # Issue 12933 | 257 compile_time_constant_c_test/02: Fail # Issue 12933 |
| 259 constructor9_test/01: Fail # Issue 12935 | 258 constructor9_test/01: Fail # Issue 12935 |
| 260 constructor_named_arguments_test/01: Fail # Issue 5519 | 259 constructor_named_arguments_test/01: Fail # Issue 5519 |
| 261 final_syntax_test/01: Fail # Issue 13020 | 260 final_syntax_test/01: Fail # Issue 13020 |
| 262 final_syntax_test/02: Fail # Issue 13020 | 261 final_syntax_test/02: Fail # Issue 13020 |
| 263 final_syntax_test/03: Fail # Issue 13020 | 262 final_syntax_test/03: Fail # Issue 13020 |
| 264 final_syntax_test/04: Fail # Issue 13020 | 263 final_syntax_test/04: Fail # Issue 13020 |
| 265 getter_no_setter_test/01: Fail # Issue 5519 | 264 getter_no_setter_test/01: Fail # Issue 5519 |
| 266 named_parameters_aggregated_test/03: Fail # Issue 12813 | 265 named_parameters_aggregated_test/03: Fail # Issue 12813 |
| 267 not_enough_positional_arguments_test/01: Fail # Issue 12839 | 266 not_enough_positional_arguments_test/01: Fail # Issue 12839 |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 import_core_prefix_test: Pass | 338 import_core_prefix_test: Pass |
| 340 prefix22_test: Pass | 339 prefix22_test: Pass |
| 341 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 340 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 342 super_call4_test: Fail, OK # hardcoded names. | 341 super_call4_test: Fail, OK # hardcoded names. |
| 343 | 342 |
| 344 [ $minified ] | 343 [ $minified ] |
| 345 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 344 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 346 | 345 |
| 347 [ $runtime == ie9 ] | 346 [ $runtime == ie9 ] |
| 348 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 347 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |