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

Side by Side Diff: pkg/front_end/testcases/compile.status

Issue 3006963002: Add missing copyright on test cases. (Closed)
Patch Set: Created 3 years, 3 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 | « pkg/front_end/testcases/closure.dart ('k') | pkg/front_end/testcases/escape.dart » ('j') | 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) 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 # Status file for the compile_test.dart (notice c, not k) test suite. This is 5 # Status file for the compile_test.dart (notice c, not k) test suite. This is
6 # testing generating Kernel ASTs directly, that is, code in 6 # testing generating Kernel ASTs directly, that is, code in
7 # pkg/fasta/lib/src/kernel/. 7 # pkg/fasta/lib/src/kernel/.
8 8
9 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error at runtime. 9 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error at runtime.
10 10
11 DeltaBlue: Fail # Fasta and dartk disagree on static initializers 11 DeltaBlue: Fail # Fasta and dartk disagree on static initializers
12 call: Fail # Test can't run. 12 call: Fail # Test can't run.
13 fallthrough: Fail # Missing FallThroughError. 13 fallthrough: Fail # Missing FallThroughError.
14 function_type_recovery: Fail 14 function_type_recovery: Fail
15 invocations: Fail 15 invocations: Fail
16 micro: Fail # External method marked abstract. 16 micro: Fail # External method marked abstract.
17 named_parameters: Fail # Missing types and unnecessary default values. 17 named_parameters: Fail # Missing types and unnecessary default values.
18 optional: Fail # Unnecessary default values. 18 optional: Fail # Unnecessary default values.
19 redirecting_factory: Fail # Missing types on constructor parameters. 19 redirecting_factory: Fail # Missing types on constructor parameters.
20 statements: Fail # Make async tranformer optional for golden file testing. 20 statements: Fail # Make async tranformer optional for golden file testing.
21 type_variable_as_super: Fail 21 type_variable_as_super: Fail
22 uninitialized_fields: Fail # Fasta and dartk disagree on static initializers 22 uninitialized_fields: Fail # Fasta and dartk disagree on static initializers
23 void-methods: Fail # Bad return from setters. 23 void_methods: Fail # Bad return from setters.
24 24
25 inference/constructors_too_many_positional_arguments: Fail 25 inference/constructors_too_many_positional_arguments: Fail
26 inference/downwards_inference_annotations_locals: Fail # Issue #30031 26 inference/downwards_inference_annotations_locals: Fail # Issue #30031
27 inference/future_then_explicit_future: Fail 27 inference/future_then_explicit_future: Fail
28 inference/generic_methods_infer_js_builtin: Fail 28 inference/generic_methods_infer_js_builtin: Fail
29 inference/infer_assign_to_index: Fail 29 inference/infer_assign_to_index: Fail
30 inference/infer_assign_to_property: Fail 30 inference/infer_assign_to_property: Fail
31 inference/infer_assign_to_property_custom: Fail 31 inference/infer_assign_to_property_custom: Fail
32 inference/infer_type_cast: Fail 32 inference/infer_type_cast: Fail
33 inference/infer_typed_list_literal: Fail 33 inference/infer_typed_list_literal: Fail
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 regress/issue_29982: RuntimeError 102 regress/issue_29982: RuntimeError
103 regress/issue_29983: Crash # Issue 29983. 103 regress/issue_29983: Crash # Issue 29983.
104 regress/issue_29984: Crash # Issue 29984. 104 regress/issue_29984: Crash # Issue 29984.
105 regress/issue_29985: Crash # Issue 29985. 105 regress/issue_29985: Crash # Issue 29985.
106 regress/issue_29987: Crash # Issue 29987. 106 regress/issue_29987: Crash # Issue 29987.
107 107
108 ambiguous_exports: RuntimeError # Expected, this file exports two main methods. 108 ambiguous_exports: RuntimeError # Expected, this file exports two main methods.
109 rasta/duplicated_mixin: RuntimeError # Expected, this file has no main method. 109 rasta/duplicated_mixin: RuntimeError # Expected, this file has no main method.
110 rasta/export: RuntimeError # Expected, this file has no main method. 110 rasta/export: RuntimeError # Expected, this file has no main method.
111 rasta/foo: RuntimeError # Expected, this file has no main method. 111 rasta/foo: RuntimeError # Expected, this file has no main method.
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/closure.dart ('k') | pkg/front_end/testcases/escape.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698