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

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

Issue 10916242: Fix dartc status (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
« no previous file with comments | « no previous file | 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 # Only checked mode reports an error on type assignment 89 # Only checked mode reports an error on type assignment
90 # problems in compile time constants. 90 # problems in compile time constants.
91 compile_time_constant_checked_test/02: Fail, OK 91 compile_time_constant_checked_test/02: Fail, OK
92 92
93 [ $compiler == dartc ] 93 [ $compiler == dartc ]
94 metadata_test: Fail 94 metadata_test: Fail
95 prefix_new_test: Fail
96 bad_constructor_test/04: Fail # Constructor name clashes with other member 95 bad_constructor_test/04: Fail # Constructor name clashes with other member
97 bad_constructor_test/05: Fail # Constructor name clashes with other member 96 bad_constructor_test/05: Fail # Constructor name clashes with other member
98 bad_constructor_test/06: Fail # Constructor name clashes with other member 97 bad_constructor_test/06: Fail # Constructor name clashes with other member
99 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy 98 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy
100 application_negative_test: Fail # Runtime only test, rewrite as multitest 99 application_negative_test: Fail # Runtime only test, rewrite as multitest
101 interface_negative_test: Fail # instantiation of abstract class 100 interface_negative_test: Fail # instantiation of abstract class
102 argument_definition_test/*: Skip # Not implemented. 101 argument_definition_test/*: Skip # Not implemented.
103 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest 102 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest
104 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult itest 103 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult itest
105 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest 104 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 363 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
365 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 364 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
366 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 365 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
367 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 366 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
368 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 367 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
369 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 368 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
370 369
371 # Only checked mode reports an error on type assignment 370 # Only checked mode reports an error on type assignment
372 # problems in compile time constants. 371 # problems in compile time constants.
373 compile_time_constant_checked_test/02: Fail, OK 372 compile_time_constant_checked_test/02: Fail, OK
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698