| 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 scope_variable_test/01: Fail # Issue 13016 | 273 scope_variable_test/01: Fail # Issue 13016 |
| 274 factory_redirection_test/01: Fail # Issue 12753 | 274 factory_redirection_test/01: Fail # Issue 12753 |
| 275 factory_redirection_test/02: Crash # Issue 12753 | 275 factory_redirection_test/02: Crash # Issue 12753 |
| 276 factory_redirection_test/03: Crash # Issue 12753 | 276 factory_redirection_test/03: Crash # Issue 12753 |
| 277 factory_redirection_test/07: Fail # Issue 12753 | 277 factory_redirection_test/07: Fail # Issue 12753 |
| 278 factory_redirection_test/09: Fail # Issue 12753 | 278 factory_redirection_test/09: Fail # Issue 12753 |
| 279 function_type_alias5_test/00: Fail # Issue 12755 | 279 function_type_alias5_test/00: Fail # Issue 12755 |
| 280 function_type_alias5_test/01: Fail # Issue 12755 | 280 function_type_alias5_test/01: Fail # Issue 12755 |
| 281 function_type_alias5_test/02: Fail # Issue 12755 | 281 function_type_alias5_test/02: Fail # Issue 12755 |
| 282 | 282 |
| 283 malbounded_type_literal_test: Fail # Issue 13960 |
| 284 |
| 283 # DartVM problem. | 285 # DartVM problem. |
| 284 constructor5_test: Fail | 286 constructor5_test: Fail |
| 285 constructor6_test: Fail | 287 constructor6_test: Fail |
| 286 closure_in_initializer_test: Fail | 288 closure_in_initializer_test: Fail |
| 287 super_first_constructor_test: Fail | 289 super_first_constructor_test: Fail |
| 288 throwing_lazy_variable_test: Fail # Issue 5802 | 290 throwing_lazy_variable_test: Fail # Issue 5802 |
| 289 | 291 |
| 290 # Minified mode failures. | 292 # Minified mode failures. |
| 291 | 293 |
| 292 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. | 294 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. |
| (...skipping 26 matching lines...) Expand all Loading... |
| 319 import_core_prefix_test: Pass | 321 import_core_prefix_test: Pass |
| 320 prefix22_test: Pass | 322 prefix22_test: Pass |
| 321 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 323 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 322 super_call4_test: Fail, OK # hardcoded names. | 324 super_call4_test: Fail, OK # hardcoded names. |
| 323 | 325 |
| 324 [ $minified ] | 326 [ $minified ] |
| 325 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 327 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 326 | 328 |
| 327 [ $runtime == ie9 ] | 329 [ $runtime == ie9 ] |
| 328 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 330 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |