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

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

Issue 1042133002: Generate warnings for assignment to a type. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 17 matching lines...) Expand all
28 async_test/type-mismatch4: MissingStaticWarning # Issue 22053 28 async_test/type-mismatch4: MissingStaticWarning # Issue 22053
29 29
30 async_await_syntax_test/a05c: CompileTimeError 30 async_await_syntax_test/a05c: CompileTimeError
31 async_await_syntax_test/a05e: CompileTimeError 31 async_await_syntax_test/a05e: CompileTimeError
32 async_await_syntax_test/a05f: MissingCompileTimeError 32 async_await_syntax_test/a05f: MissingCompileTimeError
33 async_await_syntax_test/a10a: MissingStaticWarning 33 async_await_syntax_test/a10a: MissingStaticWarning
34 async_await_syntax_test/b10a: MissingStaticWarning 34 async_await_syntax_test/b10a: MissingStaticWarning
35 async_await_syntax_test/c10a: MissingStaticWarning 35 async_await_syntax_test/c10a: MissingStaticWarning
36 async_await_syntax_test/d10a: MissingStaticWarning 36 async_await_syntax_test/d10a: MissingStaticWarning
37 37
38 assign_to_type_test/01: MissingStaticWarning
39 assign_to_type_test/02: MissingStaticWarning
40 assign_to_type_test/03: MissingStaticWarning
41 assign_to_type_test/04: MissingStaticWarning
42
38 # Runtime negative test. No static errors or warnings. 43 # Runtime negative test. No static errors or warnings.
39 closure_call_wrong_argument_count_negative_test: skip 44 closure_call_wrong_argument_count_negative_test: skip
40 45
41 compile_time_constant_c_test/01: Fail # Issue 21000 46 compile_time_constant_c_test/01: Fail # Issue 21000
42 compile_time_constant12_test: Fail # Issue 21000 47 compile_time_constant12_test: Fail # Issue 21000
43 48
44 enum_syntax_test/02: Fail # 21649 49 enum_syntax_test/02: Fail # 21649
45 enum_syntax_test/03: Fail # 21649 50 enum_syntax_test/03: Fail # 21649
46 enum_syntax_test/04: Fail # 21649 51 enum_syntax_test/04: Fail # 21649
47 enum_syntax_test/05: Fail # 21649 52 enum_syntax_test/05: Fail # 21649
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 const_constructor2_test/17: MissingCompileTimeError # Issue 16391 539 const_constructor2_test/17: MissingCompileTimeError # Issue 16391
535 const_constructor2_test/20: MissingCompileTimeError # Issue 16391 540 const_constructor2_test/20: MissingCompileTimeError # Issue 16391
536 const_constructor2_test/22: MissingCompileTimeError # Issue 16391 541 const_constructor2_test/22: MissingCompileTimeError # Issue 16391
537 const_constructor2_test/24: MissingCompileTimeError # Issue 16391 542 const_constructor2_test/24: MissingCompileTimeError # Issue 16391
538 const_constructor3_test/02: MissingCompileTimeError # Issue 16391 543 const_constructor3_test/02: MissingCompileTimeError # Issue 16391
539 const_constructor3_test/04: MissingCompileTimeError # Issue 16391 544 const_constructor3_test/04: MissingCompileTimeError # Issue 16391
540 const_init2_test/02: MissingCompileTimeError # Issue 16391 545 const_init2_test/02: MissingCompileTimeError # Issue 16391
541 malformed2_test/01: MissingCompileTimeError # Issue 16391 546 malformed2_test/01: MissingCompileTimeError # Issue 16391
542 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639 1 547 type_check_const_function_typedef2_test/00: MissingCompileTimeError # Issue 1639 1
543 type_parameter_test/05: MissingCompileTimeError # Issue 16391 548 type_parameter_test/05: MissingCompileTimeError # Issue 16391
OLDNEW
« tests/language/assign_to_type_test.dart ('K') | « tests/language/assign_to_type_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698