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

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

Issue 10928121: Support new library/import syntax (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 | « tests/co19/co19-runtime.status ('k') | tests/language/language_dart2js.status » ('j') | 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
95 bad_constructor_test/04: Fail # Constructor name clashes with other member 96 bad_constructor_test/04: Fail # Constructor name clashes with other member
96 bad_constructor_test/05: Fail # Constructor name clashes with other member 97 bad_constructor_test/05: Fail # Constructor name clashes with other member
97 bad_constructor_test/06: Fail # Constructor name clashes with other member 98 bad_constructor_test/06: Fail # Constructor name clashes with other member
98 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy 99 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo dy
99 application_negative_test: Fail # Runtime only test, rewrite as multitest 100 application_negative_test: Fail # Runtime only test, rewrite as multitest
100 interface_negative_test: Fail # instantiation of abstract class 101 interface_negative_test: Fail # instantiation of abstract class
101 argument_definition_test/*: Skip # Not implemented. 102 argument_definition_test/*: Skip # Not implemented.
102 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest 103 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest
103 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult itest 104 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult itest
104 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest 105 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit e as multitest
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 228
228 229
229 [ $arch == simarm ] 230 [ $arch == simarm ]
230 *: Skip 231 *: Skip
231 232
232 [ $arch == arm ] 233 [ $arch == arm ]
233 *: Skip 234 *: Skip
234 235
235 [ $compiler == dart2dart ] 236 [ $compiler == dart2dart ]
236 metadata_test: Fail 237 metadata_test: Fail
238 prefix_new_test: Fail
237 # Fails in conservative mode, issue 4935, passes in minifinying mode. 239 # Fails in conservative mode, issue 4935, passes in minifinying mode.
238 assert_lexical_scope_test: Fail, Pass 240 assert_lexical_scope_test: Fail, Pass
239 bad_constructor_test/04: Fail 241 bad_constructor_test/04: Fail
240 bad_constructor_test/05: Fail 242 bad_constructor_test/05: Fail
241 bad_constructor_test/06: Fail 243 bad_constructor_test/06: Fail
242 interface_negative_test: Fail 244 interface_negative_test: Fail
243 abstract_factory_constructor_test/00: Fail 245 abstract_factory_constructor_test/00: Fail
244 interface_test/00: Fail 246 interface_test/00: Fail
245 argument_definition_test/*: Skip # Not implemented. 247 argument_definition_test/*: Skip # Not implemented.
246 argument_definition2_test: Skip # Not implemented. Fails in minified tests. 248 argument_definition2_test: Skip # Not implemented. Fails in minified tests.
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111 364 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1 0915111
363 get_set_syntax_test/11: 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/13: 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/14: 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/15: 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/16: 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 370
369 # Only checked mode reports an error on type assignment 371 # Only checked mode reports an error on type assignment
370 # problems in compile time constants. 372 # problems in compile time constants.
371 compile_time_constant_checked_test/02: Fail, OK 373 compile_time_constant_checked_test/02: Fail, OK
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698