Chromium Code Reviews| 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 222 pseudo_kw_illegal_test/10: Fail | 228 pseudo_kw_illegal_test/10: Fail |
| 223 pseudo_kw_illegal_test/11: Fail | 229 pseudo_kw_illegal_test/11: Fail |
| 224 pseudo_kw_illegal_test/12: Fail | 230 pseudo_kw_illegal_test/12: Fail |
| 225 pseudo_kw_illegal_test/13: Fail | 231 pseudo_kw_illegal_test/13: Fail |
| 226 pseudo_kw_illegal_test/14: Fail | 232 pseudo_kw_illegal_test/14: Fail |
| 227 pseudo_kw_illegal_test/15: Fail | 233 pseudo_kw_illegal_test/15: Fail |
| 228 pseudo_kw_illegal_test/16: Fail | 234 pseudo_kw_illegal_test/16: Fail |
| 229 pseudo_kw_test: Fail | 235 pseudo_kw_test: Fail |
| 230 # external keyword is not yet supported by dart2js/dart2dart. | 236 # external keyword is not yet supported by dart2js/dart2dart. |
| 231 external_test/*: Skip | 237 external_test/*: Skip |
| 238 const_syntax_test/03: Fail, OK | |
| 239 const_syntax_test/04: Fail, OK | |
| 240 final_syntax_test/03: Fail, OK | |
| 241 final_syntax_test/04: Fail, OK | |
| 242 lazy_final_test: Fail,OK # Issue 3558 | |
|
kasperl
2012/09/05 08:54:54
Space between , and OK (twice).
floitsch
2012/09/05 09:31:07
Done.
| |
| 243 lazy_final2_test: Fail,OK # Issue 3558 | |
| 232 # Call operator is not supported by DartVM (see suppression above.) | 244 # Call operator is not supported by DartVM (see suppression above.) |
| 233 call_operator_test: Fail | 245 call_operator_test: Fail |
| 234 # dart2js frontend doesn't even analyse problematic classes. | 246 # dart2js frontend doesn't even analyse problematic classes. |
| 235 class_extends_negative_test: Fail | 247 class_extends_negative_test: Fail |
| 236 duplicate_implements_test/01: Fail | 248 duplicate_implements_test/01: Fail |
| 237 duplicate_implements_test/02: Fail | 249 duplicate_implements_test/02: Fail |
| 238 duplicate_implements_test/03: Fail | 250 duplicate_implements_test/03: Fail |
| 239 duplicate_implements_test/04: Fail | 251 duplicate_implements_test/04: Fail |
| 240 field2_negative_test: Fail | 252 field2_negative_test: Fail |
| 241 field4_negative_test: Fail | 253 field4_negative_test: Fail |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 299 disable_privacy_test: Fail, Ok | 311 disable_privacy_test: Fail, Ok |
| 300 # This test hard codes name of file being run and precise position. | 312 # This test hard codes name of file being run and precise position. |
| 301 generic_test: Fail, Ok | 313 generic_test: Fail, Ok |
| 302 # Minified mode failures. | 314 # Minified mode failures. |
| 303 # TODO(antonm): proper support in test framework. | 315 # TODO(antonm): proper support in test framework. |
| 304 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo"). | 316 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo"). |
| 305 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo"). | 317 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo"). |
| 306 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o"). | 318 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o"). |
| 307 | 319 |
| 308 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. | 320 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. |
| OLD | NEW |