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

Side by Side Diff: pkg/front_end/test/fasta/outline.status

Issue 2846103002: Generated front_end/testcases/inference test files from Analyzer tests. (Closed)
Patch Set: Created 3 years, 7 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
OLDNEW
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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.md file. 3 # BSD-style license that can be found in the LICENSE.md file.
4 4
5 function_type_recovery: Fail 5 function_type_recovery: Fail
6 6
7 inference/*: Fail
8 inference/int_upwards_local: Pass
9 inference/local_constructor_from_arguments: Pass
10 inference/local_reference_upwards_local: Pass
11 inference/toplevel_inference_toplevel_var: Pass
12 inference/type_promotion_simple: Pass
13 inference/type_promotion_stopped_by_access_in_a_closure: Pass
14 inference/type_promotion_stopped_by_assignment_in_scope: Pass
15 inference/type_promotion_stopped_by_mutation_in_a_closure: Pass
16
7 rasta/bad_redirection: Fail 17 rasta/bad_redirection: Fail
8 rasta/generic_factory: Fail 18 rasta/generic_factory: Fail
9 rasta/issue_000002: Fail 19 rasta/issue_000002: Fail
10 rasta/issue_000032: Fail 20 rasta/issue_000032: Fail
11 rasta/issue_000044: Fail 21 rasta/issue_000044: Fail
12 rasta/issue_000045: Fail 22 rasta/issue_000045: Fail
13 rasta/issue_000046: Fail 23 rasta/issue_000046: Fail
14 rasta/issue_000047: Fail 24 rasta/issue_000047: Fail
15 rasta/issue_000067: Fail 25 rasta/issue_000067: Fail
16 rasta/issue_000070: Fail 26 rasta/issue_000070: Fail
17 rasta/mandatory_parameter_initializer: Fail 27 rasta/mandatory_parameter_initializer: Fail
18 rasta/native_is_illegal: Fail 28 rasta/native_is_illegal: Fail
19 rasta/super_mixin: Fail 29 rasta/super_mixin: Fail
20 rasta/type_with_parse_error: Fail 30 rasta/type_with_parse_error: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698