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

Side by Side 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, 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
OLDNEW
(Empty)
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
3 # BSD-style license that can be found in the LICENSE file.
4
5 # This file specifies the status of tests for runs with spec_parser.dart.
6 # Note that there are overlaps between groups, because a single test may
7 # be skipped for more than one reason. As features are added, groups are
8 # expected to be eliminated entirely, and this would not work if all
9 # duplicates were removed.
10
11 [ $compiler == parser ]
12
13 # Tests containing intentional syntax errors.
14 double_invalid_test: Skip # Contains illegaly formatted double.
15
16 # Wrong tests.
17 built_in_identifier_prefix_test: Skip # A built-in identifier can _not_ be a pre fix.
18
19 # Multi-tests containing compile-time errors.
20 abstract_syntax_test: Skip # Not yet supported.
21 arg_param_trailing_comma_test: Skip # Not yet supported.
22 assert_trailing_comma_test: Skip # Not yet supported.
23 assign_static_type_test: Skip # Not yet supported.
24 assignable_expression_test: Skip # Not yet supported.
25 async_await_syntax_test: Skip # Not yet supported.
26 async_return_types_test: Skip # Not yet supported.
27 bad_constructor_test: Skip # Not yet supported.
28 bad_override_test: Skip # Not yet supported.
29 bad_raw_string_test: Skip # Not yet supported.
30 bad_typedef_test: Skip # Not yet supported.
31 black_listed_test: Skip # Not yet supported.
32 built_in_identifier_illegal_test: Skip # Not yet supported.
33 canonical_const2_test: Skip # Not yet supported.
34 canonical_const_test: Skip # Not yet supported.
35 cascade_test: Skip # Not yet supported.
36 class_cycle2_test: Skip # Not yet supported.
37 class_cycle_test: Skip # Not yet supported.
38 class_keyword_test: Skip # Not yet supported.
39 class_syntax_test: Skip # Not yet supported.
40 compile_time_constant10_test: Skip # Not yet supported.
41 compile_time_constant11_test: Skip # Not yet supported.
42 compile_time_constant13_test: Skip # Not yet supported.
43
44 # Tests using assert in initializer list.
45 assertion_initializer_test: Skip # Not yet supported.
46 assertion_initializer_const_error_test: Skip # Not yet supported.
47 assertion_initializer_const_error2_test: Skip # Not yet supported.
48 assertion_initializer_const_function_test: Skip # Not yet supported.
49 assertion_initializer_const_function_error_test: Skip # Not yet supported.
OLDNEW
« 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