| 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
| 9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
| 10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
| (...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 switch_label_test: Fail | 342 switch_label_test: Fail |
| 343 # Common with language_dart2js. | 343 # Common with language_dart2js. |
| 344 function_type_alias5_test/00: Fail | 344 function_type_alias5_test/00: Fail |
| 345 function_type_alias5_test/01: Fail | 345 function_type_alias5_test/01: Fail |
| 346 function_type_alias5_test/02: Fail | 346 function_type_alias5_test/02: Fail |
| 347 function_type_alias7_test/00: Fail | 347 function_type_alias7_test/00: Fail |
| 348 function_type_parameter2_test: Fail | 348 function_type_parameter2_test: Fail |
| 349 function_type_parameter_test: Fail | 349 function_type_parameter_test: Fail |
| 350 implicit_scope_test: Fail | 350 implicit_scope_test: Fail |
| 351 instanceof3_test: Fail | 351 instanceof3_test: Fail |
| 352 library_prefixes_test: Fail | |
| 353 parameter_initializer6_negative_test: Fail # Issue 3502 | 352 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 354 syntax_test/47: Fail | 353 syntax_test/47: Fail |
| 355 # DartVM problem. | 354 # DartVM problem. |
| 356 closure_with_super_send_test: Fail # Issue 3197. | 355 closure_with_super_send_test: Fail # Issue 3197. |
| 357 closure_with_super_field_test: Fail # Issue 3197. | 356 closure_with_super_field_test: Fail # Issue 3197. |
| 358 constructor5_test: Fail | 357 constructor5_test: Fail |
| 359 constructor6_test: Fail | 358 constructor6_test: Fail |
| 360 fauxverride_test/none: Fail | 359 fauxverride_test/none: Fail |
| 361 field_override_test/01: Fail | 360 field_override_test/01: Fail |
| 362 field_override_test/02: Fail | 361 field_override_test/02: Fail |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 compile_time_constant_checked2_test/05: Fail, OK | 401 compile_time_constant_checked2_test/05: Fail, OK |
| 403 compile_time_constant_checked2_test/06: Fail, OK | 402 compile_time_constant_checked2_test/06: Fail, OK |
| 404 compile_time_constant_checked3_test/01: Fail, OK | 403 compile_time_constant_checked3_test/01: Fail, OK |
| 405 compile_time_constant_checked3_test/02: Fail, OK | 404 compile_time_constant_checked3_test/02: Fail, OK |
| 406 compile_time_constant_checked3_test/03: Fail, OK | 405 compile_time_constant_checked3_test/03: Fail, OK |
| 407 compile_time_constant_checked3_test/04: Fail, OK | 406 compile_time_constant_checked3_test/04: Fail, OK |
| 408 compile_time_constant_checked3_test/05: Fail, OK | 407 compile_time_constant_checked3_test/05: Fail, OK |
| 409 compile_time_constant_checked3_test/06: Fail, OK | 408 compile_time_constant_checked3_test/06: Fail, OK |
| 410 | 409 |
| 411 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 410 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| OLD | NEW |