| 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 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 function_type_alias7_test/00: Fail | 452 function_type_alias7_test/00: Fail |
| 453 instanceof3_test: Fail | 453 instanceof3_test: Fail |
| 454 parameter_initializer6_negative_test: Fail # Issue 3502 | 454 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 455 syntax_test/47: Fail | 455 syntax_test/47: Fail |
| 456 # DartVM problem. | 456 # DartVM problem. |
| 457 constructor5_test: Fail | 457 constructor5_test: Fail |
| 458 constructor6_test: Fail | 458 constructor6_test: Fail |
| 459 closure_in_initializer_test: Fail | 459 closure_in_initializer_test: Fail |
| 460 super_first_constructor_test: Fail | 460 super_first_constructor_test: Fail |
| 461 # VM specific tests. | 461 # VM specific tests. |
| 462 disable_privacy_test: Pass, Fail, Ok | |
| 463 # This test hard codes name of file being run and precise position. | 462 # This test hard codes name of file being run and precise position. |
| 464 generic_test: Fail, Ok | 463 generic_test: Fail, Ok |
| 465 # Minified mode failures. | 464 # Minified mode failures. |
| 466 # TODO(antonm): proper support in test framework. | 465 # TODO(antonm): proper support in test framework. |
| 467 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 466 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 468 | 467 |
| 469 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 468 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| 470 | 469 |
| 471 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. | 470 type_variable_bounds_test/07: Fail # Wrongly reports compile-time error. |
| 472 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. | 471 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 596 deopt_smi_op_test: Fail | 595 deopt_smi_op_test: Fail |
| 597 gc_test: Crash | 596 gc_test: Crash |
| 598 invocation_mirror_test: Fail | 597 invocation_mirror_test: Fail |
| 599 load_to_load_forwarding_vm_test: Fail | 598 load_to_load_forwarding_vm_test: Fail |
| 600 named_parameters_with_conversions_test: Pass, Crash | 599 named_parameters_with_conversions_test: Pass, Crash |
| 601 positive_bit_operations_test: Pass, Fail, Crash | 600 positive_bit_operations_test: Pass, Fail, Crash |
| 602 left_shift_test: Pass, Fail | 601 left_shift_test: Pass, Fail |
| 603 large_implicit_getter_test: Crash, Pass | 602 large_implicit_getter_test: Crash, Pass |
| 604 stack_overflow_test: Crash, Pass | 603 stack_overflow_test: Crash, Pass |
| 605 stack_overflow_stacktrace_test: Crash, Pass | 604 stack_overflow_stacktrace_test: Crash, Pass |
| OLD | NEW |