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

Unified Diff: pkg/front_end/test/fasta/strong.status

Issue 2825063002: Move kernel baseline tests to front_end. (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/front_end/test/fasta/statements.dart.outline.expect ('k') | pkg/front_end/test/fasta/strong_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/fasta/strong.status
diff --git a/pkg/front_end/test/fasta/compile.status b/pkg/front_end/test/fasta/strong.status
similarity index 54%
copy from pkg/front_end/test/fasta/compile.status
copy to pkg/front_end/test/fasta/strong.status
index 247ae54d951ff8f422db28a62bb636e26ffcd78f..2c48836633da8e7bb365031b1861fccd8a081571 100644
--- a/pkg/front_end/test/fasta/compile.status
+++ b/pkg/front_end/test/fasta/strong.status
@@ -1,22 +1,65 @@
-# Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
+# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE.md file.
-# Status file for the compile_test.dart (notice c, not k) test suite. This is
-# testing generating Kernel ASTs directly, that is, code in
-# pkg/fasta/lib/src/kernel/.
+# Status file for the strong_test.dart test suite. This is testing generating
+# Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with
+# strong-mode enabled.
+DeltaBlue: Fail
+accessors: Fail
+arithmetic: Fail
+async_function: Fail
await: Fail
-cycles: Fail # Compile-time error handling destroys program.
+bad_store: Fail
+call: Fail
+cascade: Fail
+casts: Fail
+classes: Fail
+closure: Fail
+covariant_generic: Fail
+cycles: Fail
+default_values: Fail
+escape: Fail
+expressions: Fail
+external: Fail
+fallthrough: Fail
+fibonacci: Fail
+for_in_scope: Fail
+function_in_field: Fail
function_type_recovery: Fail
+functions: Fail
+hello: Fail
+implicit_this: Fail
invocations: Fail
-statements: Fail # Make async tranformer optional for golden file testing.
+literals: Fail
+map: Fail
+micro: Fail
+mixin: Fail
+named_parameters: Fail
+null_aware: Fail
+operators: Fail
+optional: Fail
+override: Fail
+platform: Fail
+prefer_baseclass: Fail
+redirecting_constructor: Fail
+redirecting_factory: Fail
+statements: Fail
+store_load: Fail
+stringliteral: Fail
+super_rasta_copy: Fail
+top_level_accessors: Fail
type_variable_as_super: Fail
+typedef: Fail
+uninitialized_fields: Fail
+unused_methods: Fail
+void-methods: Fail
rasta/abstract_constructor: Fail
rasta/bad_constructor_redirection: Fail
rasta/bad_continue: Fail
-rasta/bad_default_constructor: Fail # Compile-time error destroys program.
+rasta/bad_default_constructor: Fail
rasta/bad_explicit_super_constructor: Fail
rasta/bad_implicit_super_constructor: Fail
rasta/bad_interpolation: Fail
@@ -24,19 +67,34 @@ rasta/bad_redirection: Fail
rasta/bad_setter_initializer: Fail
rasta/bad_unicode: Fail
rasta/breaking_bad: Fail
+rasta/cascades: Fail
rasta/class_hierarchy: Fail
rasta/class_member: Fail
rasta/constant_get_and_invoke: Fail
rasta/deferred_lib: Fail
rasta/deferred_load: Fail
rasta/duplicated_mixin: Fail
+rasta/enum: Fail
rasta/export: Fail
+rasta/external_factory_redirection: Fail
rasta/foo: Fail
rasta/for_loop: Fail
rasta/generic_factory: Fail
+rasta/hello: Fail
+rasta/import_export: Fail
rasta/issue_000001: Fail
+rasta/issue_000002: Fail
+rasta/issue_000004: Fail
+rasta/issue_000006: Fail
+rasta/issue_000007: Fail
+rasta/issue_000008: Fail
+rasta/issue_000011: Fail
+rasta/issue_000012: Fail
+rasta/issue_000025: Fail
+rasta/issue_000026: Fail
rasta/issue_000031: Fail
rasta/issue_000032: Fail
+rasta/issue_000033: Fail
rasta/issue_000034: Fail
rasta/issue_000035: Fail
rasta/issue_000035a: Fail
@@ -49,9 +107,14 @@ rasta/issue_000044: Fail
rasta/issue_000045: Fail
rasta/issue_000046: Fail
rasta/issue_000047: Fail
+rasta/issue_000048: Fail
+rasta/issue_000052: Fail
+rasta/issue_000053: Fail
rasta/issue_000067: Fail
+rasta/issue_000068: Fail
rasta/issue_000069: VerificationError
rasta/issue_000070: Fail
+rasta/issue_000080: Fail
rasta/issue_000081: Fail
rasta/malformed_const_constructor: Fail
rasta/malformed_function: Fail
@@ -60,12 +123,16 @@ rasta/mandatory_parameter_initializer: Fail
rasta/mixin_library: Fail
rasta/native_is_illegal: Fail
rasta/parser_error: Fail
+rasta/previsit_deferred: Fail
+rasta/static: Fail
rasta/super: Fail
rasta/super_initializer: Fail
rasta/super_mixin: Fail
rasta/super_operator: Fail
+rasta/supports_reflection: Fail
rasta/switch_execution_case_t02: Fail
rasta/switch_fall_through: Fail
+rasta/this_invoke: Fail
rasta/try_label: Fail
rasta/type_literals: VerificationError
rasta/type_with_parse_error: Fail
« no previous file with comments | « pkg/front_end/test/fasta/statements.dart.outline.expect ('k') | pkg/front_end/test/fasta/strong_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698