| 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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 static_top_level_test/07: Fail | 462 static_top_level_test/07: Fail |
| 463 # Bug in dart2js parser: it happily parses 1is int; variable declaration. | 463 # Bug in dart2js parser: it happily parses 1is int; variable declaration. |
| 464 number_identifier_negative_test: Fail | 464 number_identifier_negative_test: Fail |
| 465 # Common with language_dart2js. | 465 # Common with language_dart2js. |
| 466 factory_redirection_test/0*: Skip # Flaky negative tests, crash, fail, or pass.
Not implemented. | 466 factory_redirection_test/0*: Skip # Flaky negative tests, crash, fail, or pass.
Not implemented. |
| 467 factory_redirection_test/1*: Skip # Flaky negative tests, crash, fail, or pass.
Not implemented. | 467 factory_redirection_test/1*: Skip # Flaky negative tests, crash, fail, or pass.
Not implemented. |
| 468 function_type_alias5_test/00: Fail | 468 function_type_alias5_test/00: Fail |
| 469 function_type_alias5_test/01: Fail | 469 function_type_alias5_test/01: Fail |
| 470 function_type_alias5_test/02: Fail | 470 function_type_alias5_test/02: Fail |
| 471 function_type_alias7_test/00: Fail | 471 function_type_alias7_test/00: Fail |
| 472 implicit_scope_test: Fail | |
| 473 instanceof3_test: Fail | 472 instanceof3_test: Fail |
| 474 parameter_initializer6_negative_test: Fail # Issue 3502 | 473 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 475 syntax_test/47: Fail | 474 syntax_test/47: Fail |
| 476 # DartVM problem. | 475 # DartVM problem. |
| 477 constructor5_test: Fail | 476 constructor5_test: Fail |
| 478 constructor6_test: Fail | 477 constructor6_test: Fail |
| 479 closure_in_initializer_test: Fail | 478 closure_in_initializer_test: Fail |
| 480 gc_test: Pass,Fail | 479 gc_test: Pass,Fail |
| 481 super_first_constructor_test: Fail | 480 super_first_constructor_test: Fail |
| 482 # VM specific tests. | 481 # VM specific tests. |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 829 *: Skip | 828 *: Skip |
| 830 | 829 |
| 831 [ $arch == simarm ] | 830 [ $arch == simarm ] |
| 832 *: Skip | 831 *: Skip |
| 833 | 832 |
| 834 [ $arch == mips ] | 833 [ $arch == mips ] |
| 835 *: Skip | 834 *: Skip |
| 836 | 835 |
| 837 [ $arch == simmips ] | 836 [ $arch == simmips ] |
| 838 *: Skip | 837 *: Skip |
| OLD | NEW |