| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 bad_override_test/01: Fail # Issue 3859. | 55 bad_override_test/01: Fail # Issue 3859. |
| 56 bad_override_test/02: Fail # Issue 3859. | 56 bad_override_test/02: Fail # Issue 3859. |
| 57 | 57 |
| 58 setter_no_getter_call_test/01: Crash # Issue 4360 | 58 setter_no_getter_call_test/01: Crash # Issue 4360 |
| 59 setter_no_getter_test/01: Crash # Issue 4360 | 59 setter_no_getter_test/01: Crash # Issue 4360 |
| 60 | 60 |
| 61 getter_no_setter2_test/01: Fail # Issue 4898 | 61 getter_no_setter2_test/01: Fail # Issue 4898 |
| 62 | 62 |
| 63 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 63 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| 64 | 64 |
| 65 final_syntax_test/none: Fail # Issue 3558 |
| 66 lazy_final_test: Fail # Issue 3558 |
| 67 lazy_final2_test: Fail # Issue 3558 |
| 68 lazy_final3_test: Fail # Issue 3558 |
| 69 |
| 70 |
| 65 # DartC specific tests that should not be run by the VM | 71 # DartC specific tests that should not be run by the VM |
| 66 *dartc_test: Skip | 72 *dartc_test: Skip |
| 67 *dartc_negative_test: Skip | 73 *dartc_negative_test: Skip |
| 68 | 74 |
| 69 [ $compiler == none && $mode == debug ] | 75 [ $compiler == none && $mode == debug ] |
| 70 gc_test: Skip # Takes too long. | 76 gc_test: Skip # Takes too long. |
| 71 | 77 |
| 72 [ $compiler == dartc ] | 78 [ $compiler == dartc ] |
| 73 | 79 |
| 74 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo
dy | 80 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo
dy |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 pseudo_kw_illegal_test/10: Fail | 232 pseudo_kw_illegal_test/10: Fail |
| 227 pseudo_kw_illegal_test/11: Fail | 233 pseudo_kw_illegal_test/11: Fail |
| 228 pseudo_kw_illegal_test/12: Fail | 234 pseudo_kw_illegal_test/12: Fail |
| 229 pseudo_kw_illegal_test/13: Fail | 235 pseudo_kw_illegal_test/13: Fail |
| 230 pseudo_kw_illegal_test/14: Fail | 236 pseudo_kw_illegal_test/14: Fail |
| 231 pseudo_kw_illegal_test/15: Fail | 237 pseudo_kw_illegal_test/15: Fail |
| 232 pseudo_kw_illegal_test/16: Fail | 238 pseudo_kw_illegal_test/16: Fail |
| 233 pseudo_kw_test: Fail | 239 pseudo_kw_test: Fail |
| 234 # external keyword is not yet supported by dart2js/dart2dart. | 240 # external keyword is not yet supported by dart2js/dart2dart. |
| 235 external_test/*: Skip | 241 external_test/*: Skip |
| 242 const_syntax_test/03: Fail, OK |
| 243 const_syntax_test/04: Fail, OK |
| 244 final_syntax_test/03: Fail, OK |
| 245 final_syntax_test/04: Fail, OK |
| 246 lazy_final_test: Fail, OK # Issue 3558 |
| 247 lazy_final2_test: Fail, OK # Issue 3558 |
| 236 # Call operator is not supported by DartVM (see suppression above.) | 248 # Call operator is not supported by DartVM (see suppression above.) |
| 237 call_operator_test: Fail | 249 call_operator_test: Fail |
| 238 # dart2js frontend doesn't even analyse problematic classes. | 250 # dart2js frontend doesn't even analyse problematic classes. |
| 239 class_extends_negative_test: Fail | 251 class_extends_negative_test: Fail |
| 240 duplicate_implements_test/01: Fail | 252 duplicate_implements_test/01: Fail |
| 241 duplicate_implements_test/02: Fail | 253 duplicate_implements_test/02: Fail |
| 242 duplicate_implements_test/03: Fail | 254 duplicate_implements_test/03: Fail |
| 243 duplicate_implements_test/04: Fail | 255 duplicate_implements_test/04: Fail |
| 244 field2_negative_test: Fail | 256 field2_negative_test: Fail |
| 245 field4_negative_test: Fail | 257 field4_negative_test: Fail |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 disable_privacy_test: Fail, Ok | 315 disable_privacy_test: Fail, Ok |
| 304 # This test hard codes name of file being run and precise position. | 316 # This test hard codes name of file being run and precise position. |
| 305 generic_test: Fail, Ok | 317 generic_test: Fail, Ok |
| 306 # Minified mode failures. | 318 # Minified mode failures. |
| 307 # TODO(antonm): proper support in test framework. | 319 # TODO(antonm): proper support in test framework. |
| 308 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). | 320 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). |
| 309 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). | 321 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). |
| 310 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 322 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 311 | 323 |
| 312 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 324 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| OLD | NEW |