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

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

Issue 2992683002: Fix analyzer test status in checked mode. (Closed)
Patch Set: Created 3 years, 4 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
« 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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # The VM and dart2js do not implement the Dart 2.0 static type errors yet. 5 # The VM and dart2js do not implement the Dart 2.0 static type errors yet.
6 # Analyzer does, but only when "--strong" is used. 6 # Analyzer does, but only when "--strong" is used.
7 [ $runtime == vm || $compiler == dart2js || $runtime == dart_precompiled || ($co mpiler == dart2analyzer && ! $strong) ] 7 [ $runtime == vm || $compiler == dart2js || $runtime == dart_precompiled || ($co mpiler == dart2analyzer && ! $strong && ! $checked) ]
8 abstract_beats_arguments_test: MissingCompileTimeError 8 abstract_beats_arguments_test: MissingCompileTimeError
9 abstract_exact_selector_test/01: MissingCompileTimeError 9 abstract_exact_selector_test/01: MissingCompileTimeError
10 abstract_factory_constructor_test/00: MissingCompileTimeError 10 abstract_factory_constructor_test/00: MissingCompileTimeError
11 abstract_getter_test/01: MissingCompileTimeError 11 abstract_getter_test/01: MissingCompileTimeError
12 abstract_syntax_test/00: MissingCompileTimeError 12 abstract_syntax_test/00: MissingCompileTimeError
13 assign_top_method_test: MissingCompileTimeError 13 assign_top_method_test: MissingCompileTimeError
14 assign_static_type_test/01: MissingCompileTimeError 14 assign_static_type_test/01: MissingCompileTimeError
15 assign_static_type_test/02: MissingCompileTimeError 15 assign_static_type_test/02: MissingCompileTimeError
16 assign_static_type_test/03: MissingCompileTimeError 16 assign_static_type_test/03: MissingCompileTimeError
17 assign_static_type_test/04: MissingCompileTimeError 17 assign_static_type_test/04: MissingCompileTimeError
18 assign_static_type_test/05: MissingCompileTimeError 18 assign_static_type_test/05: MissingCompileTimeError
19 assign_static_type_test/06: MissingCompileTimeError 19 assign_static_type_test/06: MissingCompileTimeError
20 assign_to_type_test/01: MissingCompileTimeError 20 assign_to_type_test/01: MissingCompileTimeError
21 assign_to_type_test/02: MissingCompileTimeError 21 assign_to_type_test/02: MissingCompileTimeError
22 assign_to_type_test/03: MissingCompileTimeError 22 assign_to_type_test/03: MissingCompileTimeError
23 assign_to_type_test/04: MissingCompileTimeError 23 assign_to_type_test/04: MissingCompileTimeError
24 async_await_syntax_test/a10a: MissingCompileTimeError 24 async_await_syntax_test/a10a: MissingCompileTimeError
25 async_await_syntax_test/b10a: MissingCompileTimeError 25 async_await_syntax_test/b10a: MissingCompileTimeError
26 async_await_syntax_test/c10a: MissingCompileTimeError 26 async_await_syntax_test/c10a: MissingCompileTimeError
27 async_await_syntax_test/d08b: MissingCompileTimeError 27 async_await_syntax_test/d08b: MissingCompileTimeError
28 async_await_syntax_test/d10a: MissingCompileTimeError 28 async_await_syntax_test/d10a: MissingCompileTimeError
29 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError 29 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError
30 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError 30 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError
31 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError 31 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError
32 async_return_types_test/wrongTypeParameter: MissingCompileTimeError 32 async_return_types_test/wrongTypeParameter: MissingCompileTimeError
33 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError 33 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError
34 async_return_types_test/wrongReturnType: MissingCompileTimeError 34 async_return_types_test/wrongReturnType: MissingCompileTimeError
35 async_return_types_test/nestedFuture: MissingCompileTimeError 35 async_return_types_test/nestedFuture: MissingCompileTimeError
36 36
37 [ $compiler == dart2analyzer && ! $strong && $checked ]
38 abstract_beats_arguments_test: MissingCompileTimeError
39 abstract_exact_selector_test/01: MissingCompileTimeError
40 abstract_factory_constructor_test/00: MissingCompileTimeError
41 abstract_getter_test/01: MissingCompileTimeError
42 abstract_syntax_test/00: MissingCompileTimeError
43 assign_top_method_test: MissingCompileTimeError
44 assign_static_type_test/01: MissingCompileTimeError
45 assign_static_type_test/03: MissingCompileTimeError
46 assign_static_type_test/04: MissingCompileTimeError
47 assign_static_type_test/05: MissingCompileTimeError
48 assign_static_type_test/06: MissingCompileTimeError
49 assign_to_type_test/01: MissingCompileTimeError
50 assign_to_type_test/02: MissingCompileTimeError
51 assign_to_type_test/03: MissingCompileTimeError
52 assign_to_type_test/04: MissingCompileTimeError
53 async_await_syntax_test/a10a: MissingCompileTimeError
54 async_await_syntax_test/b10a: MissingCompileTimeError
55 async_await_syntax_test/c10a: MissingCompileTimeError
56 async_await_syntax_test/d08b: MissingCompileTimeError
57 async_await_syntax_test/d10a: MissingCompileTimeError
58 async_or_generator_return_type_stacktrace_test/01: MissingCompileTimeError
59 async_or_generator_return_type_stacktrace_test/02: MissingCompileTimeError
60 async_or_generator_return_type_stacktrace_test/03: MissingCompileTimeError
61 async_return_types_test/wrongTypeParameter: MissingCompileTimeError
62 async_return_types_test/tooManyTypeParameters: MissingCompileTimeError
63 async_return_types_test/wrongReturnType: MissingCompileTimeError
64 async_return_types_test/nestedFuture: MissingCompileTimeError
65
37 [ $compiler == dartdevc || $compiler == dart2analyzer ] 66 [ $compiler == dartdevc || $compiler == dart2analyzer ]
38 async_return_types_test/nestedFuture: MissingCompileTimeError 67 async_return_types_test/nestedFuture: MissingCompileTimeError
39 68
40 [ $compiler == dart2js && ! $dart2js_with_kernel ] 69 [ $compiler == dart2js && ! $dart2js_with_kernel ]
41 accessor_conflict_export2_test: Crash # Issue 25626 70 accessor_conflict_export2_test: Crash # Issue 25626
42 accessor_conflict_export_test: Crash # Issue 25626 71 accessor_conflict_export_test: Crash # Issue 25626
43 assertion_initializer_const_error2_test/cc01: Crash 72 assertion_initializer_const_error2_test/cc01: Crash
44 assertion_initializer_const_error2_test/cc02: Crash 73 assertion_initializer_const_error2_test/cc02: Crash
45 assertion_initializer_const_error2_test/cc03: Crash 74 assertion_initializer_const_error2_test/cc03: Crash
46 assertion_initializer_const_error2_test/cc04: Crash 75 assertion_initializer_const_error2_test/cc04: Crash
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 async_await_syntax_test/d10a: Crash 512 async_await_syntax_test/d10a: Crash
484 async_return_types_test/tooManyTypeParameters: CompileTimeError 513 async_return_types_test/tooManyTypeParameters: CompileTimeError
485 514
486 # Look like bugs. 515 # Look like bugs.
487 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110 516 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110
488 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 517 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
489 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 518 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
490 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 519 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
491 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 520 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
492 async_star_no_cancel_test: Skip # Flutter Issue 9110 521 async_star_no_cancel_test: Skip # Flutter Issue 9110
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