| 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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 function_type_parameter2_test: Fail | 471 function_type_parameter2_test: Fail |
| 472 function_type_parameter_test: Fail | 472 function_type_parameter_test: Fail |
| 473 implicit_scope_test: Fail | 473 implicit_scope_test: Fail |
| 474 instanceof3_test: Fail | 474 instanceof3_test: Fail |
| 475 parameter_initializer6_negative_test: Fail # Issue 3502 | 475 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 476 syntax_test/47: Fail | 476 syntax_test/47: Fail |
| 477 # DartVM problem. | 477 # DartVM problem. |
| 478 constructor5_test: Fail | 478 constructor5_test: Fail |
| 479 constructor6_test: Fail | 479 constructor6_test: Fail |
| 480 closure_in_initializer_test: Fail | 480 closure_in_initializer_test: Fail |
| 481 gc_test: Fail | 481 gc_test: Pass,Fail |
| 482 super_first_constructor_test: Fail | 482 super_first_constructor_test: Fail |
| 483 # VM specific tests. | 483 # VM specific tests. |
| 484 disable_privacy_test: Pass, Fail, Ok | 484 disable_privacy_test: Pass, Fail, Ok |
| 485 # This test hard codes name of file being run and precise position. | 485 # This test hard codes name of file being run and precise position. |
| 486 generic_test: Fail, Ok | 486 generic_test: Fail, Ok |
| 487 # Minified mode failures. | 487 # Minified mode failures. |
| 488 # TODO(antonm): proper support in test framework. | 488 # TODO(antonm): proper support in test framework. |
| 489 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 489 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 490 | 490 |
| 491 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 491 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 | 529 |
| 530 # This is a VM error when the compiled code is run. | 530 # This is a VM error when the compiled code is run. |
| 531 invocation_mirror_test: Fail # issue 3326. | 531 invocation_mirror_test: Fail # issue 3326. |
| 532 invocation_mirror_indirect_test: Fail # issue 3326. | 532 invocation_mirror_indirect_test: Fail # issue 3326. |
| 533 super_call4_test: Fail # issue 3326. | 533 super_call4_test: Fail # issue 3326. |
| 534 | 534 |
| 535 [ $compiler == dart2dart && $minified ] | 535 [ $compiler == dart2dart && $minified ] |
| 536 import_core_prefix_test: Pass | 536 import_core_prefix_test: Pass |
| 537 prefix22_test: Pass | 537 prefix22_test: Pass |
| 538 invocation_mirror2_test: Fail | 538 invocation_mirror2_test: Fail |
| OLD | NEW |