| 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 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 number_identifier_negative_test: Fail | 476 number_identifier_negative_test: Fail |
| 477 # Bug in dart2js frontent: does not support this feature. | 477 # Bug in dart2js frontent: does not support this feature. |
| 478 switch_label_test: Fail | 478 switch_label_test: Fail |
| 479 # Common with language_dart2js. | 479 # Common with language_dart2js. |
| 480 factory_redirection_test/0*: Skip # Flaky negative tests, crash, fail, or pass.
Not implemented. | 480 factory_redirection_test/0*: Skip # Flaky negative tests, crash, fail, or pass.
Not implemented. |
| 481 factory_redirection_test/1*: Skip # Flaky negative tests, crash, fail, or pass.
Not implemented. | 481 factory_redirection_test/1*: Skip # Flaky negative tests, crash, fail, or pass.
Not implemented. |
| 482 function_type_alias5_test/00: Fail | 482 function_type_alias5_test/00: Fail |
| 483 function_type_alias5_test/01: Fail | 483 function_type_alias5_test/01: Fail |
| 484 function_type_alias5_test/02: Fail | 484 function_type_alias5_test/02: Fail |
| 485 function_type_alias7_test/00: Fail | 485 function_type_alias7_test/00: Fail |
| 486 function_type_parameter2_test: Fail | |
| 487 function_type_parameter_test: Fail | |
| 488 implicit_scope_test: Fail | 486 implicit_scope_test: Fail |
| 489 instanceof3_test: Fail | 487 instanceof3_test: Fail |
| 490 parameter_initializer6_negative_test: Fail # Issue 3502 | 488 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 491 syntax_test/47: Fail | 489 syntax_test/47: Fail |
| 492 # DartVM problem. | 490 # DartVM problem. |
| 493 constructor5_test: Fail | 491 constructor5_test: Fail |
| 494 constructor6_test: Fail | 492 constructor6_test: Fail |
| 495 closure_in_initializer_test: Fail | 493 closure_in_initializer_test: Fail |
| 496 gc_test: Pass,Fail | 494 gc_test: Pass,Fail |
| 497 super_first_constructor_test: Fail | 495 super_first_constructor_test: Fail |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 563 *: Skip | 561 *: Skip |
| 564 | 562 |
| 565 [ $arch == simarm ] | 563 [ $arch == simarm ] |
| 566 *: Skip | 564 *: Skip |
| 567 | 565 |
| 568 [ $arch == mips ] | 566 [ $arch == mips ] |
| 569 *: Skip | 567 *: Skip |
| 570 | 568 |
| 571 [ $arch == simmips ] | 569 [ $arch == simmips ] |
| 572 *: Skip | 570 *: Skip |
| OLD | NEW |