Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1385)

Side by Side Diff: tests/language/language.status

Issue 10915022: Implement argument definition test in the vm. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 60
61 # DartC specific tests that should not be run by the VM 61 # DartC specific tests that should not be run by the VM
62 *dartc_test: Skip 62 *dartc_test: Skip
63 *dartc_negative_test: Skip 63 *dartc_negative_test: Skip
64 64
65 [ $compiler == none && $mode == debug ] 65 [ $compiler == none && $mode == debug ]
66 gc_test: Skip # Takes too long. 66 gc_test: Skip # Takes too long.
67 67
68 [ $compiler == dartc ] 68 [ $compiler == dartc ]
69 application_negative_test: Fail # Runtime only test, rewrite as multitest 69 application_negative_test: Fail # Runtime only test, rewrite as multitest
70 argument_definition_test/*: Skip # Not implemented.
70 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest 71 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest
71 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult itest 72 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult itest
72 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest 73 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest
73 call_operator_test: Pass # Issue 1355 74 call_operator_test: Pass # Issue 1355
74 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason 75 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason
75 char_escape_test: Pass # Issue 1654 76 char_escape_test: Pass # Issue 1654
76 class_literal_test/01 : Fail # language change 3368 77 class_literal_test/01 : Fail # language change 3368
77 class_literal_test/04 : Fail # language change 1031 78 class_literal_test/04 : Fail # language change 1031
78 class_literal_test/05 : Fail # language change 3368 79 class_literal_test/05 : Fail # language change 3368
79 class_literal_test/06 : Fail # language change 3368 80 class_literal_test/06 : Fail # language change 3368
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 [ $browser ] 176 [ $browser ]
176 177
177 178
178 [ $arch == simarm ] 179 [ $arch == simarm ]
179 *: Skip 180 *: Skip
180 181
181 [ $arch == arm ] 182 [ $arch == arm ]
182 *: Skip 183 *: Skip
183 184
184 [ $compiler == dart2dart ] 185 [ $compiler == dart2dart ]
186 argument_definition_test/*: Skip # Not implemented.
185 call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved ()' which fails on the VM 187 call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved ()' which fails on the VM
186 call_constructor_on_unresolvable_class_test/02: Fail # generates 'new Unresolved ()' which fails on the VM 188 call_constructor_on_unresolvable_class_test/02: Fail # generates 'new Unresolved ()' which fails on the VM
187 call_constructor_on_unresolvable_class_test/03: Fail # generates 'new Unresolved ()' which fails on the VM 189 call_constructor_on_unresolvable_class_test/03: Fail # generates 'new Unresolved ()' which fails on the VM
188 call_constructor_on_unresolvable_class_test/07: Fail # generates 'new Unresolved ()' which fails on the VM 190 call_constructor_on_unresolvable_class_test/07: Fail # generates 'new Unresolved ()' which fails on the VM
189 call_nonexistent_constructor_test: Fail # Issue 1031 191 call_nonexistent_constructor_test: Fail # Issue 1031
190 const_var_test: Fail # Map literals take 2 type arguments. 192 const_var_test: Fail # Map literals take 2 type arguments.
191 map_literal3_test: Fail # Map literals take 2 type arguments. 193 map_literal3_test: Fail # Map literals take 2 type arguments.
192 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 194 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
193 field1_negative_test: Fail, OK # Bad test: assumes eager loading. 195 field1_negative_test: Fail, OK # Bad test: assumes eager loading.
194 field6_negative_test: Fail, OK # Bad test: assumes eager loading. 196 field6_negative_test: Fail, OK # Bad test: assumes eager loading.
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 disable_privacy_test: Fail, Ok 287 disable_privacy_test: Fail, Ok
286 # This test hard codes name of file being run and precise position. 288 # This test hard codes name of file being run and precise position.
287 generic_test: Fail, Ok 289 generic_test: Fail, Ok
288 # Minified mode failures. 290 # Minified mode failures.
289 # TODO(antonm): proper support in test framework. 291 # TODO(antonm): proper support in test framework.
290 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo"). 292 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo").
291 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo"). 293 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo").
292 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o"). 294 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o").
293 295
294 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 296 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698