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

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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 [ $browser ] 178 [ $browser ]
178 179
179 180
180 [ $arch == simarm ] 181 [ $arch == simarm ]
181 *: Skip 182 *: Skip
182 183
183 [ $arch == arm ] 184 [ $arch == arm ]
184 *: Skip 185 *: Skip
185 186
186 [ $compiler == dart2dart ] 187 [ $compiler == dart2dart ]
188 argument_definition_test/*: Skip # Not implemented.
187 call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved ()' which fails on the VM 189 call_constructor_on_unresolvable_class_test/01: 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 190 call_constructor_on_unresolvable_class_test/02: 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 191 call_constructor_on_unresolvable_class_test/03: 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 192 call_constructor_on_unresolvable_class_test/07: Fail # generates 'new Unresolved ()' which fails on the VM
191 call_nonexistent_constructor_test: Fail # Issue 1031 193 call_nonexistent_constructor_test: Fail # Issue 1031
192 const_var_test: Fail # Map literals take 2 type arguments. 194 const_var_test: Fail # Map literals take 2 type arguments.
193 map_literal3_test: Fail # Map literals take 2 type arguments. 195 map_literal3_test: Fail # Map literals take 2 type arguments.
194 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. 196 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
195 field1_negative_test: Fail, OK # Bad test: assumes eager loading. 197 field1_negative_test: Fail, OK # Bad test: assumes eager loading.
196 field6_negative_test: Fail, OK # Bad test: assumes eager loading. 198 field6_negative_test: Fail, OK # Bad test: assumes eager loading.
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 disable_privacy_test: Fail, Ok 289 disable_privacy_test: Fail, Ok
288 # This test hard codes name of file being run and precise position. 290 # This test hard codes name of file being run and precise position.
289 generic_test: Fail, Ok 291 generic_test: Fail, Ok
290 # Minified mode failures. 292 # Minified mode failures.
291 # TODO(antonm): proper support in test framework. 293 # TODO(antonm): proper support in test framework.
292 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo"). 294 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo").
293 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo"). 295 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo").
294 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o"). 296 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o").
295 297
296 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 298 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