| 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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 bad_constructor_test/04: Fail | 423 bad_constructor_test/04: Fail |
| 424 bad_constructor_test/05: Fail | 424 bad_constructor_test/05: Fail |
| 425 bad_constructor_test/06: Fail | 425 bad_constructor_test/06: Fail |
| 426 argument_definition_test/*: Skip # Not implemented. | 426 argument_definition_test/*: Skip # Not implemented. |
| 427 argument_definition2_test: Skip # Not implemented. Fails in minified tests. | 427 argument_definition2_test: Skip # Not implemented. Fails in minified tests. |
| 428 argument_definition3_test: Skip # Not implemented. Fails in minified tests. | 428 argument_definition3_test: Skip # Not implemented. Fails in minified tests. |
| 429 argument_definition4_test: Skip # Not implemented. Fails in minified tests. | 429 argument_definition4_test: Skip # Not implemented. Fails in minified tests. |
| 430 const_var_test: Pass, Fail # Map literals take 2 type arguments. | 430 const_var_test: Pass, Fail # Map literals take 2 type arguments. |
| 431 map_literal3_test: Fail # Map literals take 2 type arguments. | 431 map_literal3_test: Fail # Map literals take 2 type arguments. |
| 432 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 432 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 433 field1_negative_test: Fail, OK # Bad test: assumes eager loading. | |
| 434 field6_negative_test: Fail, OK # Bad test: assumes eager loading. | |
| 435 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 433 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 436 # Common problems with dart2js. In illegal family, invalid | 434 # Common problems with dart2js. In illegal family, invalid |
| 437 # declarations are simply not parsed. In pseudo kw dart2js | 435 # declarations are simply not parsed. In pseudo kw dart2js |
| 438 # chokes on things like typedef(x) => "typedef $x" and alike. | 436 # chokes on things like typedef(x) => "typedef $x" and alike. |
| 439 abstract_syntax_test/01: Fail | 437 abstract_syntax_test/01: Fail |
| 440 abstract_syntax_test/02: Fail | 438 abstract_syntax_test/02: Fail |
| 441 pseudo_kw_illegal_test/14: Fail | 439 pseudo_kw_illegal_test/14: Fail |
| 442 pseudo_kw_test: Fail | 440 pseudo_kw_test: Fail |
| 443 # external keyword is not yet supported by dart2js/dart2dart. | 441 # external keyword is not yet supported by dart2js/dart2dart. |
| 444 external_test/*: Skip | 442 external_test/*: Skip |
| 445 lazy_static3_test: Fail, OK # Issue 3558 | 443 lazy_static3_test: Fail, OK # Issue 3558 |
| 446 # dart2js frontend doesn't even analyse problematic classes. | 444 # dart2js frontend doesn't even analyse problematic classes. |
| 447 duplicate_implements_test/01: Fail | 445 duplicate_implements_test/01: Fail |
| 448 duplicate_implements_test/02: Fail | 446 duplicate_implements_test/02: Fail |
| 449 duplicate_implements_test/03: Fail | 447 duplicate_implements_test/03: Fail |
| 450 duplicate_implements_test/04: Fail | 448 duplicate_implements_test/04: Fail |
| 451 field2_negative_test: Fail | |
| 452 field4_negative_test: Fail | |
| 453 field5_negative_test: Fail | |
| 454 field6a_negative_test: Fail | |
| 455 interface_factory_constructor_negative_test: Fail | 449 interface_factory_constructor_negative_test: Fail |
| 456 interface_static_method_negative_test: Fail | |
| 457 non_const_super_negative_test: Fail | |
| 458 method_override2_test/00: Fail | 450 method_override2_test/00: Fail |
| 459 method_override2_test/02: Fail | 451 method_override2_test/02: Fail |
| 460 method_override2_test/03: Fail | 452 method_override2_test/03: Fail |
| 461 operator1_negative_test: Fail | 453 operator1_negative_test: Fail |
| 462 static_final_field_negative_test: Fail | 454 static_final_field_negative_test: Fail |
| 463 static_top_level_test/00: Fail | 455 static_top_level_test/00: Fail |
| 464 static_top_level_test/01: Fail | 456 static_top_level_test/01: Fail |
| 465 static_top_level_test/02: Fail | 457 static_top_level_test/02: Fail |
| 466 static_top_level_test/03: Fail | 458 static_top_level_test/03: Fail |
| 467 static_top_level_test/04: Fail | 459 static_top_level_test/04: Fail |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 814 *: Skip | 806 *: Skip |
| 815 | 807 |
| 816 [ $arch == simarm ] | 808 [ $arch == simarm ] |
| 817 *: Skip | 809 *: Skip |
| 818 | 810 |
| 819 [ $arch == mips ] | 811 [ $arch == mips ] |
| 820 *: Skip | 812 *: Skip |
| 821 | 813 |
| 822 [ $arch == simmips ] | 814 [ $arch == simmips ] |
| 823 *: Skip | 815 *: Skip |
| OLD | NEW |