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

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

Issue 10913138: VM can parse and ignore metadata (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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 [ $compiler == none && $checked ] 80 [ $compiler == none && $checked ]
81 type_parameter_test/01: Fail # Issue 4932 81 type_parameter_test/01: Fail # Issue 4932
82 type_parameter_test/02: Fail # Issue 4932 82 type_parameter_test/02: Fail # Issue 4932
83 type_parameter_test/03: Fail # Issue 4932 83 type_parameter_test/03: Fail # Issue 4932
84 type_parameter_test/04: Fail # Issue 4932 84 type_parameter_test/04: Fail # Issue 4932
85 85
86 [ $compiler == none && $unchecked ] 86 [ $compiler == none && $unchecked ]
87 field_override_test/02: Fail # Issue 742: field shadowing now allowed 87 field_override_test/02: Fail # Issue 742: field shadowing now allowed
88 88
89 [ $compiler == dartc ] 89 [ $compiler == dartc ]
90 90 metadata_test: Fail
91 assert_lexical_scope_test: Fail # http://dartbug.com/4987 91 assert_lexical_scope_test: Fail # http://dartbug.com/4987
92 bad_constructor_test/04: Fail # Constructor name clashes with other member 92 bad_constructor_test/04: Fail # Constructor name clashes with other member
93 bad_constructor_test/05: Fail # Constructor name clashes with other member 93 bad_constructor_test/05: Fail # Constructor name clashes with other member
94 bad_constructor_test/06: Fail # Constructor name clashes with other member 94 bad_constructor_test/06: Fail # Constructor name clashes with other member
95 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy 95 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy
96 application_negative_test: Fail # Runtime only test, rewrite as multitest 96 application_negative_test: Fail # Runtime only test, rewrite as multitest
97 interface_negative_test: Fail # instantiation of abstract class 97 interface_negative_test: Fail # instantiation of abstract class
98 argument_definition_test/*: Skip # Not implemented. 98 argument_definition_test/*: Skip # Not implemented.
99 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest 99 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest
100 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult itest 100 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult itest
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 [ $browser ] 223 [ $browser ]
224 224
225 225
226 [ $arch == simarm ] 226 [ $arch == simarm ]
227 *: Skip 227 *: Skip
228 228
229 [ $arch == arm ] 229 [ $arch == arm ]
230 *: Skip 230 *: Skip
231 231
232 [ $compiler == dart2dart ] 232 [ $compiler == dart2dart ]
233 metadata_test: Fail
233 pseudo_kw_illegal_test/02: Fail 234 pseudo_kw_illegal_test/02: Fail
234 # Fails in conservative mode, issue 4935, passes in minifinying mode. 235 # Fails in conservative mode, issue 4935, passes in minifinying mode.
235 assert_lexical_scope_test: Fail, Pass 236 assert_lexical_scope_test: Fail, Pass
236 bad_constructor_test/04: Fail 237 bad_constructor_test/04: Fail
237 bad_constructor_test/05: Fail 238 bad_constructor_test/05: Fail
238 bad_constructor_test/06: Fail 239 bad_constructor_test/06: Fail
239 interface_negative_test: Fail 240 interface_negative_test: Fail
240 abstract_factory_constructor_test/00: Fail 241 abstract_factory_constructor_test/00: Fail
241 interface_test/00: Fail 242 interface_test/00: Fail
242 argument_definition_test/*: Skip # Not implemented. 243 argument_definition_test/*: Skip # Not implemented.
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 disable_privacy_test: Fail, Ok 353 disable_privacy_test: Fail, Ok
353 # This test hard codes name of file being run and precise position. 354 # This test hard codes name of file being run and precise position.
354 generic_test: Fail, Ok 355 generic_test: Fail, Ok
355 # Minified mode failures. 356 # Minified mode failures.
356 # TODO(antonm): proper support in test framework. 357 # TODO(antonm): proper support in test framework.
357 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo"). 358 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo").
358 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo"). 359 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv oked method ("foo").
359 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o"). 360 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o").
360 361
361 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 362 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