| 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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 prefix22_test: Fail | 379 prefix22_test: Fail |
| 380 type_annotation_test/04: Fail | 380 type_annotation_test/04: Fail |
| 381 type_annotation_test/06: Fail | 381 type_annotation_test/06: Fail |
| 382 | 382 |
| 383 # Calling unresolved class constructor: | 383 # Calling unresolved class constructor: |
| 384 call_nonexistent_constructor_test: Fail | 384 call_nonexistent_constructor_test: Fail |
| 385 | 385 |
| 386 bad_override_test/01: Fail | 386 bad_override_test/01: Fail |
| 387 bad_override_test/02: Fail | 387 bad_override_test/02: Fail |
| 388 | 388 |
| 389 first_class_types_constants_test: Fail # Issue 6282 | |
| 390 | |
| 391 # Missing compile-time error when modifying final local variables | 389 # Missing compile-time error when modifying final local variables |
| 392 final_variable_assignment_test/01: Fail | 390 final_variable_assignment_test/01: Fail |
| 393 final_variable_assignment_test/02: Fail | 391 final_variable_assignment_test/02: Fail |
| 394 final_variable_assignment_test/03: Fail | 392 final_variable_assignment_test/03: Fail |
| 395 final_variable_assignment_test/04: Fail | 393 final_variable_assignment_test/04: Fail |
| 396 | 394 |
| 397 compile_time_constant10_test/01: Fail # http://dartbug.com/5519 | 395 compile_time_constant10_test/01: Fail # http://dartbug.com/5519 |
| 398 compile_time_constant10_test/02: Fail # http://dartbug.com/5519 | 396 compile_time_constant10_test/02: Fail # http://dartbug.com/5519 |
| 399 compile_time_constant_arguments_test/01: Fail # http://dartbug.com/5519 | 397 compile_time_constant_arguments_test/01: Fail # http://dartbug.com/5519 |
| 400 compile_time_constant_arguments_test/02: Fail # http://dartbug.com/5519 | 398 compile_time_constant_arguments_test/02: Fail # http://dartbug.com/5519 |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 566 *: Skip | 564 *: Skip |
| 567 | 565 |
| 568 [ $arch == simarm ] | 566 [ $arch == simarm ] |
| 569 *: Skip | 567 *: Skip |
| 570 | 568 |
| 571 [ $arch == mips ] | 569 [ $arch == mips ] |
| 572 *: Skip | 570 *: Skip |
| 573 | 571 |
| 574 [ $arch == simmips ] | 572 [ $arch == simmips ] |
| 575 *: Skip | 573 *: Skip |
| OLD | NEW |