| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 | 84 |
| 85 [ $compiler == dartc ] | 85 [ $compiler == dartc ] |
| 86 type_variable_shadows_class_test: Fail # Issue 643 | 86 type_variable_shadows_class_test: Fail # Issue 643 |
| 87 redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6560 | 87 redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6560 |
| 88 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 | 88 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 |
| 89 metadata_test: Fail | 89 metadata_test: Fail |
| 90 bad_override_test/01: Fail, OK # issue 6578, warning expected on "static" modifi
er | 90 bad_override_test/01: Fail, OK # issue 6578, warning expected on "static" modifi
er |
| 91 bad_override_test/02: Fail, OK # issue 6578, warning expected on "static" modifi
er | 91 bad_override_test/02: Fail, OK # issue 6578, warning expected on "static" modifi
er |
| 92 const_locals_test: Fail | 92 const_locals_test: Fail |
| 93 const_nested_test: Fail | 93 const_nested_test: Fail |
| 94 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo
dy | 94 get_set_syntax_test/none: Fail, OK # does not accept getter/setter with no metho
d body |
| 95 application_negative_test: Fail # Runtime only test, rewrite as multitest | 95 application_negative_test: Fail # Runtime only test, rewrite as multitest |
| 96 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi
test | 96 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi
test |
| 97 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite
as multitest | 97 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite
as multitest |
| 98 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er
rors. | 98 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er
rors. |
| 99 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er
rors. | 99 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er
rors. |
| 100 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er
rors. | 100 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er
rors. |
| 101 call_nonexistent_static_test/06: Fail # Unresolved static calls are no longer er
rors. | 101 call_nonexistent_static_test/06: Fail # Unresolved static calls are no longer er
rors. |
| 102 call_nonexistent_static_test/07: Fail # Unresolved static calls are no longer er
rors. | 102 call_nonexistent_static_test/07: Fail # Unresolved static calls are no longer er
rors. |
| 103 call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer er
rors. | 103 call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer er
rors. |
| 104 call_nonexistent_static_test/09: Fail # Unresolved static calls are no longer er
rors. | 104 call_nonexistent_static_test/09: Fail # Unresolved static calls are no longer er
rors. |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 type_parameter_test/02: Fail, OK | 185 type_parameter_test/02: Fail, OK |
| 186 type_parameter_test/03: Fail, OK | 186 type_parameter_test/03: Fail, OK |
| 187 type_parameter_test/04: Fail, OK | 187 type_parameter_test/04: Fail, OK |
| 188 type_variable_scope2_test: Fail, OK | 188 type_variable_scope2_test: Fail, OK |
| 189 | 189 |
| 190 | 190 |
| 191 # test issue 5337 | 191 # test issue 5337 |
| 192 bad_constructor_test/05: Fail, OK | 192 bad_constructor_test/05: Fail, OK |
| 193 | 193 |
| 194 # test issue 5529 | 194 # test issue 5529 |
| 195 abstract_factory_constructor_test/none: Fail, OK | 195 abstract_factory_constructor_test/none: Pass, Fail, OK # wrong failure reason |
| 196 abstract_syntax_test/none: Fail, OK | 196 abstract_factory_constructor_test/00: Pass, Fail, OK # wrong failure reason |
| 197 abstract_syntax_test/none: Pass, Fail, OK # Wrong analyzer message |
| 197 interface_test/none: Fail, OK | 198 interface_test/none: Fail, OK |
| 198 | 199 |
| 199 # test issue 6338 | 200 # test issue 6338 |
| 200 application_negative_test: Pass | 201 application_negative_test: Pass |
| 201 application_test: Fail, OK | 202 application_test: Fail, OK |
| 202 generic_instanceof_test: Fail, OK | 203 generic_instanceof_test: Fail, OK |
| 203 hello_script_test: Fail, OK | 204 hello_script_test: Fail, OK |
| 204 lazy_static6_test: Fail, OK | 205 lazy_static6_test: Fail, OK |
| 205 library1_test: Fail, OK | 206 library1_test: Fail, OK |
| 206 library_prefixes_test: Fail, OK | 207 library_prefixes_test: Fail, OK |
| (...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 591 compile_time_constant_checked3_test/03: Fail, OK | 592 compile_time_constant_checked3_test/03: Fail, OK |
| 592 compile_time_constant_checked3_test/04: Fail, OK | 593 compile_time_constant_checked3_test/04: Fail, OK |
| 593 compile_time_constant_checked3_test/05: Fail, OK | 594 compile_time_constant_checked3_test/05: Fail, OK |
| 594 compile_time_constant_checked3_test/06: Fail, OK | 595 compile_time_constant_checked3_test/06: Fail, OK |
| 595 | 596 |
| 596 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 597 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 597 | 598 |
| 598 # This is a VM error when the compiled code is run. | 599 # This is a VM error when the compiled code is run. |
| 599 invocation_mirror_test: Fail # issue 3326, 3622. | 600 invocation_mirror_test: Fail # issue 3326, 3622. |
| 600 invocation_mirror_indirect_test: Fail # issue 3326, 3622. | 601 invocation_mirror_indirect_test: Fail # issue 3326, 3622. |
| OLD | NEW |