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

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

Issue 11280135: Issue 6836. Using undeclared identifier in static context is now warning. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 bad_override_test/01: Fail, OK # issue 6578, warning expected on "static" modifi er 91 bad_override_test/01: Fail, OK # issue 6578, warning expected on "static" modifi er
92 bad_override_test/02: Fail, OK # issue 6578, warning expected on "static" modifi er 92 bad_override_test/02: Fail, OK # issue 6578, warning expected on "static" modifi er
93 const_locals_test: Fail 93 const_locals_test: Fail
94 const_nested_test: Fail 94 const_nested_test: Fail
95 application_negative_test: Fail # Runtime only test, rewrite as multitest 95 application_negative_test: Fail # Runtime only test, rewrite as multitest
96 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi test 96 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi test
97 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite as multitest 97 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite as multitest
98 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er rors. 98 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er rors.
99 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er rors. 99 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er rors.
100 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er rors. 100 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er rors.
101 call_nonexistent_static_test/06: Fail # Unresolved static calls are no longer er rors.
102 call_nonexistent_static_test/07: Fail # Unresolved static calls are no longer er rors.
103 call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer er rors. 101 call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer er rors.
104 call_nonexistent_static_test/09: Fail # Unresolved static calls are no longer er rors. 102 call_nonexistent_static_test/09: Fail # Unresolved static calls are no longer er rors.
105 call_nonexistent_static_test/10: Fail # Unresolved static calls are no longer er rors. 103 call_nonexistent_static_test/10: Fail # Unresolved static calls are no longer er rors.
106 call_operator_test: Pass # Issue 1355 104 call_operator_test: Pass # Issue 1355
107 cascade_test/01: Pass # Issue 3729 - an earlier comment claims that this passes for the wrong reason 105 cascade_test/01: Pass # Issue 3729 - an earlier comment claims that this passes for the wrong reason
108 cascade_test/02: Pass # Issue 3729 - an earlier comment claims that this passes for the wrong reason 106 cascade_test/02: Pass # Issue 3729 - an earlier comment claims that this passes for the wrong reason
109 cascade_test/02: Fail # Issue 3729 107 cascade_test/02: Fail # Issue 3729
110 cascade_test/none: Fail # Issue 3729 108 cascade_test/none: Fail # Issue 3729
111 char_escape_test: Pass # Issue 1654 109 char_escape_test: Pass # Issue 1654
112 class_literal_test/01 : Fail # language change 3368 110 class_literal_test/01 : Fail # language change 3368
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 top_level_prefixed_declaration_test: Fail, OK 332 top_level_prefixed_declaration_test: Fail, OK
335 typed_message_test: Fail, OK 333 typed_message_test: Fail, OK
336 334
337 335
338 # test issue 6818 336 # test issue 6818
339 type_variable_identifier_expression_negative_test: Fail, OK 337 type_variable_identifier_expression_negative_test: Fail, OK
340 338
341 # test issue 6866 339 # test issue 6866
342 abstract_factory_constructor_test/00: Fail, OK 340 abstract_factory_constructor_test/00: Fail, OK
343 341
342 # test issue 6838
343 import_combinators_negative_test: Fail, OK
344 unresolved_top_level_var_negative_test: Fail, OK
345
346 # test issue 6871
347 block_scope_test: Fail, OK
348
344 349
345 # 350 #
346 # Add new dartc annotations above in alphabetical order 351 # Add new dartc annotations above in alphabetical order
347 # 352 #
348 353
349 # VM specific tests that should not be run by DartC. 354 # VM specific tests that should not be run by DartC.
350 *vm_test: Skip 355 *vm_test: Skip
351 *vm_negative_test: Skip 356 *vm_negative_test: Skip
352 357
353 358
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 compile_time_constant_checked3_test/03: Fail, OK 596 compile_time_constant_checked3_test/03: Fail, OK
592 compile_time_constant_checked3_test/04: Fail, OK 597 compile_time_constant_checked3_test/04: Fail, OK
593 compile_time_constant_checked3_test/05: Fail, OK 598 compile_time_constant_checked3_test/05: Fail, OK
594 compile_time_constant_checked3_test/06: Fail, OK 599 compile_time_constant_checked3_test/06: Fail, OK
595 600
596 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 601 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
597 602
598 # This is a VM error when the compiled code is run. 603 # This is a VM error when the compiled code is run.
599 invocation_mirror_test: Fail # issue 3326, 3622. 604 invocation_mirror_test: Fail # issue 3326, 3622.
600 invocation_mirror_indirect_test: Fail # issue 3326, 3622. 605 invocation_mirror_indirect_test: Fail # issue 3326, 3622.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698