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

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

Issue 10823127: Issue 4300. Support for 'external' keyword (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult itest 70 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult itest
71 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest 71 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest
72 call_operator_test: Pass # Issue 1355 72 call_operator_test: Pass # Issue 1355
73 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason 73 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason
74 char_escape_test: Pass # Issue 1654 74 char_escape_test: Pass # Issue 1654
75 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest 75 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest
76 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 76 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
77 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 77 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
78 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. 78 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support.
79 duplicate_implements_test: Skip # Issue 976 79 duplicate_implements_test: Skip # Issue 976
80 external_test: Skip # Not yet supported.
81 factory5_test/00: Fail # issue 3079 80 factory5_test/00: Fail # issue 3079
82 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest 81 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
83 final_syntax_test/*: Skip # can't handle base case 82 final_syntax_test/*: Skip # can't handle base case
84 getter_no_setter_test/01: Fail # Fails to detect compile-time error. 83 getter_no_setter_test/01: Fail # Fails to detect compile-time error.
85 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest 84 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest
86 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest 85 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest
87 library2_negative_test: Fail # still a valid test? Issue 3649 86 library2_negative_test: Fail # still a valid test? Issue 3649
88 library4_negative_test: Fail # still a valid test? Issue 3530 87 library4_negative_test: Fail # still a valid test? Issue 3530
89 library6_negative_test: Fail # still a valid test? Issue 3650 88 library6_negative_test: Fail # still a valid test? Issue 3650
90 list_literal4_test: Fail # Issue 1343 89 list_literal4_test: Fail # Issue 1343
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 type_variable_bounds2_test/none: Fail 332 type_variable_bounds2_test/none: Fail
334 type_variable_bounds_test/02: Fail 333 type_variable_bounds_test/02: Fail
335 type_variable_bounds_test/04: Fail 334 type_variable_bounds_test/04: Fail
336 type_variable_bounds_test/05: Fail 335 type_variable_bounds_test/05: Fail
337 type_variable_scope_test/00: Fail 336 type_variable_scope_test/00: Fail
338 type_variable_scope_test/01: Fail 337 type_variable_scope_test/01: Fail
339 type_variable_scope_test/02: Fail 338 type_variable_scope_test/02: Fail
340 type_variable_scope_test/03: Fail 339 type_variable_scope_test/03: Fail
341 type_variable_scope_test/04: Fail 340 type_variable_scope_test/04: Fail
342 type_variable_scope_test/05: Fail 341 type_variable_scope_test/05: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698