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

Unified Diff: tests/language_2/language_2_parser.status

Issue 2688903004: Creating an ANTLR grammar for Dart, potentially the syntax spec.
Patch Set: Enabled parsing many files from one JVM process 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/language/language_parser.status ('k') | tests/language_strong/language_strong_parser.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_2/language_2_parser.status
diff --git a/tests/language_2/language_2_parser.status b/tests/language_2/language_2_parser.status
new file mode 100644
index 0000000000000000000000000000000000000000..f359ad80837eb4b1645803b56513881c5abaf6e7
--- /dev/null
+++ b/tests/language_2/language_2_parser.status
@@ -0,0 +1,49 @@
+# 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 file.
+
+# This file specifies the status of tests for runs with spec_parser.dart.
+# Note that there are overlaps between groups, because a single test may
+# be skipped for more than one reason. As features are added, groups are
+# expected to be eliminated entirely, and this would not work if all
+# duplicates were removed.
+
+[ $compiler == parser ]
+
+# Tests containing intentional syntax errors.
+double_invalid_test: Skip # Contains illegaly formatted double.
+
+# Wrong tests.
+built_in_identifier_prefix_test: Skip # A built-in identifier can _not_ be a prefix.
+
+# Multi-tests containing compile-time errors.
+abstract_syntax_test: Skip # Not yet supported.
+arg_param_trailing_comma_test: Skip # Not yet supported.
+assert_trailing_comma_test: Skip # Not yet supported.
+assign_static_type_test: Skip # Not yet supported.
+assignable_expression_test: Skip # Not yet supported.
+async_await_syntax_test: Skip # Not yet supported.
+async_return_types_test: Skip # Not yet supported.
+bad_constructor_test: Skip # Not yet supported.
+bad_override_test: Skip # Not yet supported.
+bad_raw_string_test: Skip # Not yet supported.
+bad_typedef_test: Skip # Not yet supported.
+black_listed_test: Skip # Not yet supported.
+built_in_identifier_illegal_test: Skip # Not yet supported.
+canonical_const2_test: Skip # Not yet supported.
+canonical_const_test: Skip # Not yet supported.
+cascade_test: Skip # Not yet supported.
+class_cycle2_test: Skip # Not yet supported.
+class_cycle_test: Skip # Not yet supported.
+class_keyword_test: Skip # Not yet supported.
+class_syntax_test: Skip # Not yet supported.
+compile_time_constant10_test: Skip # Not yet supported.
+compile_time_constant11_test: Skip # Not yet supported.
+compile_time_constant13_test: Skip # Not yet supported.
+
+# Tests using assert in initializer list.
+assertion_initializer_test: Skip # Not yet supported.
+assertion_initializer_const_error_test: Skip # Not yet supported.
+assertion_initializer_const_error2_test: Skip # Not yet supported.
+assertion_initializer_const_function_test: Skip # Not yet supported.
+assertion_initializer_const_function_error_test: Skip # Not yet supported.
« no previous file with comments | « tests/language/language_parser.status ('k') | tests/language_strong/language_strong_parser.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698