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

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

Issue 1083093002: Don't permit annotations inside variable declarations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix a bogus comment. Created 5 years, 8 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 [ $compiler == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 async_return_types_test/wrongTypeParameter: MissingStaticWarning # Issue 22410 6 async_return_types_test/wrongTypeParameter: MissingStaticWarning # Issue 22410
7 async_return_types_test/wrongReturnType: MissingStaticWarning # Issue 22410 7 async_return_types_test/wrongReturnType: MissingStaticWarning # Issue 22410
8 async_or_generator_return_type_stacktrace_test/01: MissingStaticWarning # Issue 22410 8 async_or_generator_return_type_stacktrace_test/01: MissingStaticWarning # Issue 22410
9 async_or_generator_return_type_stacktrace_test/02: MissingStaticWarning # Issue 22410 9 async_or_generator_return_type_stacktrace_test/02: MissingStaticWarning # Issue 22410
10 async_return_types_test/nestedFuture: MissingStaticWarning # Issue 22410 10 async_return_types_test/nestedFuture: MissingStaticWarning # Issue 22410
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 main_test/03: Fail # Issue 20030 514 main_test/03: Fail # Issue 20030
515 no_main_test/01: Fail # Issue 20030 515 no_main_test/01: Fail # Issue 20030
516 516
517 compile_time_constant10_test/none: CompileTimeError # Issue 21177 517 compile_time_constant10_test/none: CompileTimeError # Issue 21177
518 518
519 const_dynamic_type_literal_test: CompileTimeError # Issue 22989 519 const_dynamic_type_literal_test: CompileTimeError # Issue 22989
520 520
521 regress_21912_test/02: StaticWarning # Issue 21912 521 regress_21912_test/02: StaticWarning # Issue 21912
522 regress_22976_test/02: StaticWarning # Issue 22976 522 regress_22976_test/02: StaticWarning # Issue 22976
523 523
524 variable_declaration_metadata_test/02: MissingCompileTimeError # Issue 23204
525 variable_declaration_metadata_test/03: MissingCompileTimeError # Issue 23204
526 variable_declaration_metadata_test/04: MissingCompileTimeError # Issue 23204
527 variable_declaration_metadata_test/06: MissingCompileTimeError # Issue 23204
528 variable_declaration_metadata_test/08: MissingCompileTimeError # Issue 23204
529 variable_declaration_metadata_test/09: MissingCompileTimeError # Issue 23204
530 variable_declaration_metadata_test/10: MissingCompileTimeError # Issue 23204
531 variable_declaration_metadata_test/12: MissingCompileTimeError # Issue 23204
532 variable_declaration_metadata_test/13: MissingCompileTimeError # Issue 23204
533 variable_declaration_metadata_test/14: MissingCompileTimeError # Issue 23204
534 variable_declaration_metadata_test/16: MissingCompileTimeError # Issue 23204
535
524 # Null-aware operators aren't implemented in the Java-based analyzer. 536 # Null-aware operators aren't implemented in the Java-based analyzer.
525 if_null_evaluation_order_test: CompileTimeError 537 if_null_evaluation_order_test: CompileTimeError
526 if_null_precedence_test: CompileTimeError 538 if_null_precedence_test: CompileTimeError
527 if_null_behavior_test: CompileTimeError 539 if_null_behavior_test: CompileTimeError
528 if_null_assignment_behavior_test: CompileTimeError 540 if_null_assignment_behavior_test: CompileTimeError
529 if_null_assignment_static_test: CompileTimeError 541 if_null_assignment_static_test: CompileTimeError
530 conditional_property_assignment_test: CompileTimeError 542 conditional_property_assignment_test: CompileTimeError
531 conditional_property_access_test: CompileTimeError 543 conditional_property_access_test: CompileTimeError
532 conditional_method_invocation_test: CompileTimeError 544 conditional_method_invocation_test: CompileTimeError
533 545
(...skipping 20 matching lines...) Expand all
554 const_constructor2_test/17: MissingCompileTimeError # Issue 16391 566 const_constructor2_test/17: MissingCompileTimeError # Issue 16391
555 const_constructor2_test/20: MissingCompileTimeError # Issue 16391 567 const_constructor2_test/20: MissingCompileTimeError # Issue 16391
556 const_constructor2_test/22: MissingCompileTimeError # Issue 16391 568 const_constructor2_test/22: MissingCompileTimeError # Issue 16391
557 const_constructor2_test/24: MissingCompileTimeError # Issue 16391 569 const_constructor2_test/24: MissingCompileTimeError # Issue 16391
558 const_constructor3_test/02: MissingCompileTimeError # Issue 16391 570 const_constructor3_test/02: MissingCompileTimeError # Issue 16391
559 const_constructor3_test/04: MissingCompileTimeError # Issue 16391 571 const_constructor3_test/04: MissingCompileTimeError # Issue 16391
560 const_init2_test/02: MissingCompileTimeError # Issue 16391 572 const_init2_test/02: MissingCompileTimeError # Issue 16391
561 malformed2_test/01: MissingCompileTimeError # Issue 16391 573 malformed2_test/01: MissingCompileTimeError # Issue 16391
562 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639 1 574 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639 1
563 type_parameter_test/05: MissingCompileTimeError # Issue 16391 575 type_parameter_test/05: MissingCompileTimeError # Issue 16391
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698