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

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

Issue 10910142: Issue 4988. Fixe for 'assert' statement vs function resolving (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweak for artificial 'assert' function name 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
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
91 assert_lexical_scope_test: Fail # http://dartbug.com/4987
92 bad_constructor_test/04: Fail # Constructor name clashes with other member 91 bad_constructor_test/04: Fail # Constructor name clashes with other member
93 bad_constructor_test/05: Fail # Constructor name clashes with other member 92 bad_constructor_test/05: Fail # Constructor name clashes with other member
94 bad_constructor_test/06: Fail # Constructor name clashes with other member 93 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 94 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 95 application_negative_test: Fail # Runtime only test, rewrite as multitest
97 interface_negative_test: Fail # instantiation of abstract class 96 interface_negative_test: Fail # instantiation of abstract class
98 argument_definition_test/*: Skip # Not implemented. 97 argument_definition_test/*: Skip # Not implemented.
99 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest 98 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 99 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult itest
101 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest 100 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 disable_privacy_test: Fail, Ok 351 disable_privacy_test: Fail, Ok
353 # This test hard codes name of file being run and precise position. 352 # This test hard codes name of file being run and precise position.
354 generic_test: Fail, Ok 353 generic_test: Fail, Ok
355 # Minified mode failures. 354 # Minified mode failures.
356 # TODO(antonm): proper support in test framework. 355 # TODO(antonm): proper support in test framework.
357 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo"). 356 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"). 357 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"). 358 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo o").
360 359
361 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 360 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698