63de49ccde
This CL modifies tools/test.py such that it can run the spec parser (after doing `make parser` in tools/spec_parser, and assuming that the ANTLR 3 library is available at /usr/share/java/antlr3-runtime.jar) with a command line like `tools/test.py -c spec_parser -r none language/callable_test` It also changes status files to have a name which follows the expected patterns (e.g., `language/language_spec_parser.status`). Finally, it adds/changes many entries in status files, such that parsing of the directories `language` and `language_2` run successfully. Change-Id: I82a22e32ac4fecd23ac0d4434bcac08f75dd8ffe Reviewed-on: https://dart-review.googlesource.com/12680 Commit-Queue: Erik Ernst <eernst@google.com> Reviewed-by: Bob Nystrom <rnystrom@google.com>
494 lines
24 KiB
Plaintext
494 lines
24 KiB
Plaintext
# 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.
|
|
|
|
[ $compiler == spec_parser ]
|
|
|
|
# Negative tests with non-syntax compile-time errors.
|
|
const_counter_negative_test: Skip # Negative, not syntax.
|
|
const_optional_args_negative_test: Skip # Negative, not syntax.
|
|
constructor3_negative_test: Skip # Negative, not syntax.
|
|
constructor_call_wrong_argument_count_negative_test: Skip # Negative, not syntax.
|
|
constructor_redirect1_negative_test: Skip # Negative, not syntax.
|
|
constructor_redirect2_negative_test: Skip # Negative, not syntax.
|
|
constructor_setter_negative_test: Skip # Negative, not syntax.
|
|
duplicate_export_negative_test: Skip # Negative, not syntax.
|
|
export_ambiguous_main_negative_test: Skip # Negative, not syntax.
|
|
extend_type_parameter2_negative_test: Skip # Negative, not syntax.
|
|
extend_type_parameter_negative_test: Skip # Negative, not syntax.
|
|
factory2_negative_test: Skip # Negative, not syntax.
|
|
factory_negative_test: Skip # Negative, not syntax.
|
|
field1_negative_test: Skip # Negative, not syntax.
|
|
field2_negative_test: Skip # Negative, not syntax.
|
|
field3a_negative_test: Skip # Negative, not syntax.
|
|
field4_negative_test: Skip # Negative, not syntax.
|
|
field5_negative_test: Skip # Negative, not syntax.
|
|
field6_negative_test: Skip # Negative, not syntax.
|
|
field6a_negative_test: Skip # Negative, not syntax.
|
|
field_method4_negative_test: Skip # Negative, not syntax.
|
|
import_combinators_negative_test: Skip # Negative, not syntax.
|
|
inst_field_initializer1_negative_test: Skip # Negative, not syntax.
|
|
instance_call_wrong_argument_count_negative_test: Skip # Negative, not syntax.
|
|
instance_method2_negative_test: Skip # Negative, not syntax.
|
|
instance_method_negative_test: Skip # Negative, not syntax.
|
|
interface2_negative_test: Skip # Negative, not syntax.
|
|
interface_static_method_negative_test: Skip # Negative, not syntax.
|
|
interface_static_non_final_fields_negative_test: Skip # Negative, not syntax.
|
|
label2_negative_test: Skip # Negative, not syntax.
|
|
label3_negative_test: Skip # Negative, not syntax.
|
|
label5_negative_test: Skip # Negative, not syntax.
|
|
label6_negative_test: Skip # Negative, not syntax.
|
|
library_negative_test: Skip # Negative, not syntax.
|
|
list_literal2_negative_test: Skip # Negative, not syntax.
|
|
map_literal2_negative_test: Skip # Negative, not syntax.
|
|
no_such_method_negative_test: Skip # Negative, not syntax.
|
|
non_const_super_negative_test: Skip # Negative, not syntax.
|
|
override_field_method1_negative_test: Skip # Negative, not syntax.
|
|
override_field_method2_negative_test: Skip # Negative, not syntax.
|
|
override_field_method4_negative_test: Skip # Negative, not syntax.
|
|
override_field_method5_negative_test: Skip # Negative, not syntax.
|
|
parameter_initializer1_negative_test: Skip # Negative, not syntax.
|
|
parameter_initializer2_negative_test: Skip # Negative, not syntax.
|
|
parameter_initializer3_negative_test: Skip # Negative, not syntax.
|
|
parameter_initializer4_negative_test: Skip # Negative, not syntax.
|
|
prefix10_negative_test: Skip # Negative, not syntax.
|
|
prefix11_negative_test: Skip # Negative, not syntax.
|
|
prefix12_negative_test: Skip # Negative, not syntax.
|
|
prefix13_negative_test: Skip # Negative, not syntax.
|
|
prefix15_negative_test: Skip # Negative, not syntax.
|
|
prefix1_negative_test: Skip # Negative, not syntax.
|
|
prefix2_negative_test: Skip # Negative, not syntax.
|
|
prefix3_negative_test: Skip # Negative, not syntax.
|
|
prefix4_negative_test: Skip # Negative, not syntax.
|
|
prefix5_negative_test: Skip # Negative, not syntax.
|
|
prefix6_negative_test: Skip # Negative, not syntax.
|
|
prefix7_negative_test: Skip # Negative, not syntax.
|
|
prefix8_negative_test: Skip # Negative, not syntax.
|
|
private_member1_negative_test: Skip # Negative, not syntax.
|
|
private_member2_negative_test: Skip # Negative, not syntax.
|
|
private_member3_negative_test: Skip # Negative, not syntax.
|
|
script1_negative_test: Skip # Negative, not syntax.
|
|
script2_negative_test: Skip # Negative, not syntax.
|
|
setter_declaration2_negative_test: Skip # Negative, not syntax.
|
|
setter_declaration_negative_test: Skip # Negative, not syntax.
|
|
source_self_negative_test: Skip # Negative, not syntax.
|
|
static_call_wrong_argument_count_negative_test: Skip # Negative, not syntax.
|
|
string_unicode1_negative_test: Skip # Negative, not syntax.
|
|
string_unicode2_negative_test: Skip # Negative, not syntax.
|
|
string_unicode3_negative_test: Skip # Negative, not syntax.
|
|
switch3_negative_test: Skip # Negative, not syntax.
|
|
switch4_negative_test: Skip # Negative, not syntax.
|
|
switch5_negative_test: Skip # Negative, not syntax.
|
|
switch7_negative_test: Skip # Negative, not syntax.
|
|
|
|
# Tests using debug break (e.g., `break "hit"`), which is not Dart syntax.
|
|
vm/debug_break_enabled_vm_test: Fail # Uses debug break.
|
|
|
|
# Tests containing non-syntax compile-time errors.
|
|
final_attempt_reinitialization_test/01: Fail # Not syntax.
|
|
final_attempt_reinitialization_test/02: Fail # Not syntax.
|
|
part_refers_to_core_library_test/01: Fail # Not syntax.
|
|
missing_const_constructor_test/02: Fail # Not syntax.
|
|
missing_const_constructor_test/05: Fail # Not syntax.
|
|
missing_const_constructor_test/06: Fail # Not syntax.
|
|
missing_const_constructor_test/03: Fail # Not syntax.
|
|
missing_const_constructor_test/04: Fail # Not syntax.
|
|
override_method_with_field_test/01: Fail # Not syntax.
|
|
compile_time_constant_p_test/01: Fail # Not syntax.
|
|
null_test/02: Fail # Not syntax.
|
|
null_test/01: Fail # Not syntax.
|
|
null_test/03: Fail # Not syntax.
|
|
regress_28217_test/none: Fail # Not syntax.
|
|
regress_28217_test/01: Fail # Not syntax.
|
|
override_inheritance_mixed_test/01: Fail # Not syntax.
|
|
override_inheritance_mixed_test/03: Fail # Not syntax.
|
|
override_inheritance_mixed_test/02: Fail # Not syntax.
|
|
override_inheritance_mixed_test/04: Fail # Not syntax.
|
|
toplevel_collision2_test/00: Fail # Not syntax.
|
|
toplevel_collision2_test/01: Fail # Not syntax.
|
|
mixin_forwarding_constructor4_test/02: Fail # Not syntax.
|
|
mixin_forwarding_constructor4_test/01: Fail # Not syntax.
|
|
mixin_forwarding_constructor4_test/03: Fail # Not syntax.
|
|
final_is_not_const_test/01: Fail # Not syntax.
|
|
duplicate_implements_test/02: Fail # Not syntax.
|
|
duplicate_implements_test/03: Fail # Not syntax.
|
|
duplicate_implements_test/04: Fail # Not syntax.
|
|
duplicate_implements_test/01: Fail # Not syntax.
|
|
switch_case_test/00: Fail # Not syntax.
|
|
switch_case_test/02: Fail # Not syntax.
|
|
switch_case_test/01: Fail # Not syntax.
|
|
final_syntax_test/01: Fail # Not syntax.
|
|
final_syntax_test/02: Fail # Not syntax.
|
|
final_syntax_test/09: Fail # Not syntax.
|
|
switch_bad_case_test/01: Fail # Not syntax.
|
|
const_constructor_syntax_test/01: Fail # Not syntax.
|
|
const_constructor_syntax_test/02: Fail # Not syntax.
|
|
switch_bad_case_test/02: Fail # Not syntax.
|
|
const_constructor_syntax_test/03: Fail # Not syntax.
|
|
const_constructor_syntax_test/04: Fail # Not syntax.
|
|
const_constructor_syntax_test/05: Fail # Not syntax.
|
|
scope_variable_test/01: Fail # Not syntax.
|
|
dynamic2_test/00: Fail # Not syntax.
|
|
dynamic2_test/01: Fail # Not syntax.
|
|
constant_type_literal_test/01: Fail # Not syntax.
|
|
type_variable_conflict_test/02: Fail # Not syntax.
|
|
type_variable_conflict_test/05: Fail # Not syntax.
|
|
type_variable_conflict_test/03: Fail # Not syntax.
|
|
type_variable_conflict_test/01: Fail # Not syntax.
|
|
type_variable_conflict_test/04: Fail # Not syntax.
|
|
type_variable_conflict2_test/02: Fail # Not syntax.
|
|
type_variable_conflict_test/06: Fail # Not syntax.
|
|
type_variable_conflict2_test/06: Fail # Not syntax.
|
|
type_variable_conflict2_test/08: Fail # Not syntax.
|
|
constructor_name_test/01: Fail # Not syntax.
|
|
type_variable_conflict2_test/10: Fail # Not syntax.
|
|
mixin_cyclic_test/01: Fail # Not syntax.
|
|
mixin_cyclic_test/02: Fail # Not syntax.
|
|
toplevel_collision1_test/00: Fail # Not syntax.
|
|
toplevel_collision1_test/02: Fail # Not syntax.
|
|
regress_23038_test/01: Fail # Not syntax.
|
|
toplevel_collision1_test/01: Fail # Not syntax.
|
|
malformed_inheritance_test/05: Fail # Not syntax.
|
|
malformed_inheritance_test/07: Fail # Not syntax.
|
|
malformed_inheritance_test/01: Fail # Not syntax.
|
|
malformed_inheritance_test/08: Fail # Not syntax.
|
|
malformed_inheritance_test/09: Fail # Not syntax.
|
|
malformed_inheritance_test/03: Fail # Not syntax.
|
|
malformed_inheritance_test/10: Fail # Not syntax.
|
|
internal_library_test/02: Fail # Not syntax.
|
|
malformed_inheritance_test/11: Fail # Not syntax.
|
|
malformed_inheritance_test/12: Fail # Not syntax.
|
|
constructor_redirect_test/01: Fail # Not syntax.
|
|
internal_library_test/01: Fail # Not syntax.
|
|
conditional_property_access_test/09: Fail # Not syntax.
|
|
const_constructor_nonconst_field_test/01: Fail # Not syntax.
|
|
fauxverride_test/03: Fail # Not syntax.
|
|
fauxverride_test/05: Fail # Not syntax.
|
|
override_field_test/01: Fail # Not syntax.
|
|
cyclic_class_member_test/01: Fail # Not syntax.
|
|
function_type_alias6_test/00: Fail # Not syntax.
|
|
const_for_in_variable_test/01: Fail # Not syntax.
|
|
const_types_test/08: Fail # Not syntax.
|
|
const_types_test/07: Fail # Not syntax.
|
|
const_types_test/11: Fail # Not syntax.
|
|
const_types_test/10: Fail # Not syntax.
|
|
const_types_test/19: Fail # Not syntax.
|
|
const_types_test/09: Fail # Not syntax.
|
|
const_types_test/15: Fail # Not syntax.
|
|
const_types_test/14: Fail # Not syntax.
|
|
const_types_test/16: Fail # Not syntax.
|
|
const_types_test/21: Fail # Not syntax.
|
|
const_types_test/12: Fail # Not syntax.
|
|
const_types_test/26: Fail # Not syntax.
|
|
const_types_test/25: Fail # Not syntax.
|
|
const_types_test/27: Fail # Not syntax.
|
|
const_types_test/17: Fail # Not syntax.
|
|
const_types_test/24: Fail # Not syntax.
|
|
const_types_test/22: Fail # Not syntax.
|
|
const_types_test/20: Fail # Not syntax.
|
|
const_types_test/18: Fail # Not syntax.
|
|
const_types_test/23: Fail # Not syntax.
|
|
const_types_test/29: Fail # Not syntax.
|
|
const_types_test/28: Fail # Not syntax.
|
|
const_types_test/30: Fail # Not syntax.
|
|
const_types_test/41: Fail # Not syntax.
|
|
prefix_assignment_test/02: Fail # Not syntax.
|
|
prefix_assignment_test/01: Fail # Not syntax.
|
|
multiline_newline_test/06: Fail # Not syntax.
|
|
multiline_newline_test/04r: Fail # Not syntax.
|
|
multiline_newline_test/04: Fail # Not syntax.
|
|
multiline_newline_test/05r: Fail # Not syntax.
|
|
multiline_newline_test/05: Fail # Not syntax.
|
|
multiline_newline_test/06r: Fail # Not syntax.
|
|
method_override7_test/02: Fail # Not syntax.
|
|
method_override7_test/01: Fail # Not syntax.
|
|
import_private_test/01: Fail # Not syntax.
|
|
method_override7_test/00: Fail # Not syntax.
|
|
deferred_load_constants_test/02: Fail # Not syntax.
|
|
deferred_load_constants_test/05: Fail # Not syntax.
|
|
deferred_load_constants_test/04: Fail # Not syntax.
|
|
deferred_load_constants_test/03: Fail # Not syntax.
|
|
deferred_load_constants_test/01: Fail # Not syntax.
|
|
const_constructor_mixin3_test/01: Fail # Not syntax.
|
|
export_private_test/01: Fail # Not syntax.
|
|
cyclic_typedef_test/10: Fail # Not syntax.
|
|
constructor_redirect2_test/03: Fail # Not syntax.
|
|
redirecting_factory_default_values_test/01: Fail # Not syntax.
|
|
cyclic_typedef_test/01: Fail # Not syntax.
|
|
redirecting_factory_default_values_test/02: Fail # Not syntax.
|
|
function_type_alias9_test/00: Fail # Not syntax.
|
|
cyclic_typedef_test/03: Fail # Not syntax.
|
|
cyclic_typedef_test/07: Fail # Not syntax.
|
|
cyclic_typedef_test/02: Fail # Not syntax.
|
|
cyclic_typedef_test/04: Fail # Not syntax.
|
|
mixin_black_listed_test/08: Fail # Not syntax.
|
|
mixin_black_listed_test/06: Fail # Not syntax.
|
|
cyclic_typedef_test/08: Fail # Not syntax.
|
|
mixin_black_listed_test/04: Fail # Not syntax.
|
|
mixin_black_listed_test/02: Fail # Not syntax.
|
|
cyclic_typedef_test/09: Fail # Not syntax.
|
|
cyclic_typedef_test/05: Fail # Not syntax.
|
|
mixin_black_listed_test/03: Fail # Not syntax.
|
|
cyclic_typedef_test/11: Fail # Not syntax.
|
|
mixin_black_listed_test/05: Fail # Not syntax.
|
|
cyclic_typedef_test/06: Fail # Not syntax.
|
|
mixin_black_listed_test/01: Fail # Not syntax.
|
|
mixin_black_listed_test/07: Fail # Not syntax.
|
|
deferred_duplicate_prefix2_test/01: Fail # Not syntax.
|
|
duplicate_interface_negative_test: Fail # Not syntax.
|
|
function_type_alias5_test/00: Fail # Not syntax.
|
|
function_type_alias5_test/01: Fail # Not syntax.
|
|
named_parameters_aggregated_test/03: Fail # Not syntax.
|
|
named_parameters_aggregated_test/04: Fail # Not syntax.
|
|
function_type_alias5_test/02: Fail # Not syntax.
|
|
named_parameters_aggregated_test/01: Fail # Not syntax.
|
|
named_parameters_aggregated_test/06: Fail # Not syntax.
|
|
regress_27617_test/1: Fail # Not syntax.
|
|
named_parameters_default_eq_test/02: Fail # Not syntax.
|
|
named_parameters_default_eq_test/01: Fail # Not syntax.
|
|
try_catch_syntax_test/05: Fail # Not syntax.
|
|
try_catch_syntax_test/17: Fail # Not syntax.
|
|
try_catch_syntax_test/16: Fail # Not syntax.
|
|
final_initializer_instance_reference_test/01: Fail # Not syntax.
|
|
constructor10_test/00: Fail # Not syntax.
|
|
constructor10_test/01: Fail # Not syntax.
|
|
constructor10_test/02: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/01: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/05: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/04: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/02: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/03: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/07: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/09: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/08: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/06: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/13: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/10: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/16: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/12: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/15: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/11: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/14: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/17: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/24: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/18: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/19: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/20: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/26: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/21: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/25: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/23: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/22: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/27: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/29: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/28: Fail # Not syntax.
|
|
mixin_illegal_superclass_test/30: Fail # Not syntax.
|
|
mixin_invalid_inheritance2_test/03: Fail # Not syntax.
|
|
compile_time_constant_test/01: Fail # Not syntax.
|
|
compile_time_constant_test/02: Fail # Not syntax.
|
|
mixin_invalid_inheritance2_test/01: Fail # Not syntax.
|
|
mixin_invalid_inheritance2_test/02: Fail # Not syntax.
|
|
setter_override_test/03: Fail # Not syntax.
|
|
setter_override_test/00: Fail # Not syntax.
|
|
const_map3_test/00: Fail # Not syntax.
|
|
mixin_illegal_super_use_test/02: Fail # Not syntax.
|
|
mixin_illegal_super_use_test/01: Fail # Not syntax.
|
|
mixin_illegal_super_use_test/06: Fail # Not syntax.
|
|
mixin_illegal_super_use_test/05: Fail # Not syntax.
|
|
mixin_illegal_super_use_test/04: Fail # Not syntax.
|
|
mixin_illegal_super_use_test/07: Fail # Not syntax.
|
|
mixin_illegal_super_use_test/10: Fail # Not syntax.
|
|
mixin_illegal_super_use_test/03: Fail # Not syntax.
|
|
mixin_illegal_super_use_test/08: Fail # Not syntax.
|
|
mixin_illegal_super_use_test/11: Fail # Not syntax.
|
|
mixin_illegal_super_use_test/09: Fail # Not syntax.
|
|
const_switch2_test/01: Fail # Not syntax.
|
|
constructor_duplicate_initializers_test/01: Fail # Not syntax.
|
|
constructor_duplicate_initializers_test/03: Fail # Not syntax.
|
|
constructor_duplicate_initializers_test/02: Fail # Not syntax.
|
|
external_test/10: Fail # Not syntax.
|
|
external_test/13: Fail # Not syntax.
|
|
external_test/20: Fail # Not syntax.
|
|
factory_redirection_test/07: Fail # Not syntax.
|
|
factory_redirection_test/04: Fail # Not syntax.
|
|
deferred_constraints_constants_test/reference2: Fail # Not syntax.
|
|
deferred_constraints_constants_test/reference1: Fail # Not syntax.
|
|
deferred_constraints_constants_test/default_argument1: Fail # Not syntax.
|
|
deferred_constraints_constants_test/metadata3: Fail # Not syntax.
|
|
deferred_constraints_constants_test/default_argument2: Fail # Not syntax.
|
|
deferred_constraints_constants_test/constructor1: Fail # Not syntax.
|
|
deferred_constraints_constants_test/metadata1: Fail # Not syntax.
|
|
deferred_constraints_constants_test/constructor2: Fail # Not syntax.
|
|
regress_20394_test/01: Fail # Not syntax.
|
|
redirecting_factory_infinite_steps_test/02: Fail # Not syntax.
|
|
const_map2_test/00: Fail # Not syntax.
|
|
library_ambiguous_test/05: Fail # Not syntax.
|
|
function_type_parameter2_negative_test: Fail # Not syntax.
|
|
function_type_parameter_negative_test: Fail # Not syntax.
|
|
duplicate_constructor_test/01: Fail # Not syntax.
|
|
mixin_super_constructor_positionals_test/01: Fail # Not syntax.
|
|
covariant_test/02: Fail # Not syntax.
|
|
covariant_test/08: Fail # Not syntax.
|
|
covariant_test/12: Fail # Not syntax.
|
|
covariant_test/16: Fail # Not syntax.
|
|
covariant_test/14: Fail # Not syntax.
|
|
covariant_test/22: Fail # Not syntax.
|
|
covariant_test/36: Fail # Not syntax.
|
|
covariant_test/28: Fail # Not syntax.
|
|
covariant_test/34: Fail # Not syntax.
|
|
covariant_test/32: Fail # Not syntax.
|
|
const_conditional_test/03: Fail # Not syntax.
|
|
const_conditional_test/01: Fail # Not syntax.
|
|
const_conditional_test/02: Fail # Not syntax.
|
|
const_conditional_test/05: Fail # Not syntax.
|
|
const_conditional_test/08: Fail # Not syntax.
|
|
const_conditional_test/10: Fail # Not syntax.
|
|
const_conditional_test/06: Fail # Not syntax.
|
|
const_conditional_test/04: Fail # Not syntax.
|
|
const_conditional_test/07: Fail # Not syntax.
|
|
const_conditional_test/09: Fail # Not syntax.
|
|
mixin_super_constructor_named_test/01: Fail # Not syntax.
|
|
async_test/setter1: Fail # Not syntax.
|
|
async_test/constructor3: Fail # Not syntax.
|
|
cyclic_constructor_test/01: Fail # Not syntax.
|
|
constants_test/04: Fail # Not syntax.
|
|
constants_test/05: Fail # Not syntax.
|
|
constants_test/03: Fail # Not syntax.
|
|
prefix_unqualified_invocation_test/02: Fail # Not syntax.
|
|
prefix_unqualified_invocation_test/01: Fail # Not syntax.
|
|
mixin_invalid_inheritance1_test/01: Fail # Not syntax.
|
|
mixin_invalid_inheritance1_test/03: Fail # Not syntax.
|
|
mixin_invalid_inheritance1_test/02: Fail # Not syntax.
|
|
enum_syntax_test/02: Fail # Not syntax.
|
|
enum_syntax_test/05: Fail # Not syntax.
|
|
enum_syntax_test/03: Fail # Not syntax.
|
|
enum_syntax_test/04: Fail # Not syntax.
|
|
enum_syntax_test/06: Fail # Not syntax.
|
|
enum_syntax_test/20: Fail # Not syntax.
|
|
enum_syntax_test/09: Fail # Not syntax.
|
|
enum_syntax_test/22: Fail # Not syntax.
|
|
enum_syntax_test/10: Fail # Not syntax.
|
|
enum_syntax_test/11: Fail # Not syntax.
|
|
enum_syntax_test/30: Fail # Not syntax.
|
|
enum_syntax_test/21: Fail # Not syntax.
|
|
regress_26855_test/0: Fail # Not syntax.
|
|
regress_26855_test/2: Fail # Not syntax.
|
|
regress_26855_test/1: Fail # Not syntax.
|
|
regress_26855_test/4: Fail # Not syntax.
|
|
regress_26855_test/3: Fail # Not syntax.
|
|
const_error_multiply_initialized_test/01: Fail # Not syntax.
|
|
const_error_multiply_initialized_test/02: Fail # Not syntax.
|
|
const_error_multiply_initialized_test/03: Fail # Not syntax.
|
|
const_error_multiply_initialized_test/04: Fail # Not syntax.
|
|
field_override3_test/01: Fail # Not syntax.
|
|
field_override3_test/02: Fail # Not syntax.
|
|
field_override3_test/00: Fail # Not syntax.
|
|
field_override3_test/03: Fail # Not syntax.
|
|
factory_redirection3_cyclic_test/01: Fail # Not syntax.
|
|
ref_before_declaration_test/00: Fail # Not syntax.
|
|
ref_before_declaration_test/01: Fail # Not syntax.
|
|
ref_before_declaration_test/02: Fail # Not syntax.
|
|
ref_before_declaration_test/06: Fail # Not syntax.
|
|
ref_before_declaration_test/03: Fail # Not syntax.
|
|
ref_before_declaration_test/07: Fail # Not syntax.
|
|
ref_before_declaration_test/05: Fail # Not syntax.
|
|
ref_before_declaration_test/04: Fail # Not syntax.
|
|
constructor_return_test/01: Fail # Not syntax.
|
|
constructor_return_test/05: Fail # Not syntax.
|
|
constructor_return_test/03: Fail # Not syntax.
|
|
constructor_return_test/04: Fail # Not syntax.
|
|
constructor_return_test/02: Fail # Not syntax.
|
|
check_member_static_test/02: Fail # Not syntax.
|
|
const_constructor_mixin2_test/01: Fail # Not syntax.
|
|
try_catch_test/01: Fail # Not syntax.
|
|
conditional_method_invocation_test/11: Fail # Not syntax.
|
|
conditional_property_assignment_test/21: Fail # Not syntax.
|
|
conditional_property_assignment_test/20: Fail # Not syntax.
|
|
conditional_property_assignment_test/22: Fail # Not syntax.
|
|
parameter_initializer6_negative_test: Fail # Not syntax.
|
|
mixin_illegal_object_test/02: Fail # Not syntax.
|
|
interface_cycle_test/01: Fail # Not syntax.
|
|
mixin_illegal_object_test/01: Fail # Not syntax.
|
|
interface_cycle_test/02: Fail # Not syntax.
|
|
mixin_illegal_constructor_test/01: Fail # Not syntax.
|
|
mixin_illegal_constructor_test/04: Fail # Not syntax.
|
|
mixin_illegal_constructor_test/03: Fail # Not syntax.
|
|
mixin_illegal_constructor_test/02: Fail # Not syntax.
|
|
mixin_illegal_constructor_test/09: Fail # Not syntax.
|
|
mixin_illegal_constructor_test/08: Fail # Not syntax.
|
|
mixin_illegal_constructor_test/12: Fail # Not syntax.
|
|
mixin_illegal_constructor_test/06: Fail # Not syntax.
|
|
mixin_illegal_constructor_test/07: Fail # Not syntax.
|
|
mixin_illegal_constructor_test/10: Fail # Not syntax.
|
|
mixin_illegal_constructor_test/05: Fail # Not syntax.
|
|
mixin_illegal_constructor_test/11: Fail # Not syntax.
|
|
constructor_duplicate_final_test/03: Fail # Not syntax.
|
|
private_super_constructor_test/01: Fail # Not syntax.
|
|
field_override4_test/02: Fail # Not syntax.
|
|
mixin_illegal_cycles_test/04: Fail # Not syntax.
|
|
mixin_illegal_cycles_test/03: Fail # Not syntax.
|
|
mixin_illegal_cycles_test/01: Fail # Not syntax.
|
|
mixin_illegal_cycles_test/02: Fail # Not syntax.
|
|
mixin_illegal_cycles_test/05: Fail # Not syntax.
|
|
mixin_illegal_cycles_test/06: Fail # Not syntax.
|
|
function_type_alias7_test/02: Fail # Not syntax.
|
|
function_type_alias7_test/01: Fail # Not syntax.
|
|
function_type_alias7_test/00: Fail # Not syntax.
|
|
method_override8_test/00: Fail # Not syntax.
|
|
method_override8_test/01: Fail # Not syntax.
|
|
reify_typevar_static_test/00: Fail # Not syntax.
|
|
constant_locals_test/03: Fail # Not syntax.
|
|
constant_locals_test/02: Fail # Not syntax.
|
|
constant_locals_test/05: Fail # Not syntax.
|
|
constant_locals_test/04: Fail # Not syntax.
|
|
constant_locals_test/01: Fail # Not syntax.
|
|
const_constructor_mixin_test/01: Fail # Not syntax.
|
|
deferred_duplicate_prefix1_test/01: Fail # Not syntax.
|
|
compile_time_constant_r_test/01: Fail # Not syntax.
|
|
super_call3_test/01: Fail # Not syntax.
|
|
super_call3_test/02: Fail # Not syntax.
|
|
compile_time_constant_r_test/02: Fail # Not syntax.
|
|
compile_time_constant_r_test/03: Fail # Not syntax.
|
|
syntax_test/51: Fail # Not syntax.
|
|
await_backwards_compatibility_test/await4: Fail # Not syntax.
|
|
const_constructor_test/01: Fail # Not syntax.
|
|
await_backwards_compatibility_test/await3: Fail # Not syntax.
|
|
missing_part_of_tag_test/01: Fail # Not syntax.
|
|
sync_generator2_test/09: Fail # Not syntax.
|
|
sync_generator2_test/20: Fail # Not syntax.
|
|
sync_generator2_test/11: Fail # Not syntax.
|
|
sync_generator2_test/41: Fail # Not syntax.
|
|
sync_generator2_test/52: Fail # Not syntax.
|
|
const_syntax_test/01: Fail # Not syntax.
|
|
const_syntax_test/06: Fail # Not syntax.
|
|
const_syntax_test/05: Fail # Not syntax.
|
|
const_syntax_test/02: Fail # Not syntax.
|
|
const_syntax_test/07: Fail # Not syntax.
|
|
const_syntax_test/09: Fail # Not syntax.
|
|
const_syntax_test/08: Fail # Not syntax.
|
|
const_syntax_test/11: Fail # Not syntax.
|
|
const_syntax_test/10: Fail # Not syntax.
|
|
const_syntax_test/12: Fail # Not syntax.
|
|
const_constructor_super_test/01: Fail # Not syntax.
|
|
const_constructor_super_test/02: Fail # Not syntax.
|
|
prefix_identifier_reference_test/01: Fail # Not syntax.
|
|
prefix_identifier_reference_test/02: Fail # Not syntax.
|
|
prefix_identifier_reference_test/03: Fail # Not syntax.
|
|
deferred_duplicate_prefix3_test/01: Fail # Not syntax.
|
|
deferred_inheritance_constraints_test/implements: Fail # Not syntax.
|
|
prefix_identifier_reference_test/05: Fail # Not syntax.
|
|
prefix_identifier_reference_test/04: Fail # Not syntax.
|
|
deferred_inheritance_constraints_test/mixin: Fail # Not syntax.
|
|
deferred_inheritance_constraints_test/extends: Fail # Not syntax.
|
|
|
|
# Tests containing conditional imports.
|
|
conditional_import_string_test: Fail # Not yet supported.
|
|
conditional_import_test: Fail # Not yet supported.
|
|
config_import_corelib_test: Fail # Not yet supported.
|
|
config_import_test: Fail # Not yet supported.
|
|
|
|
# Not working for miscellaneous other reasons.
|
|
deep_nesting1_negative_test: Skip # Stack overflow.
|
|
deep_nesting2_negative_test: Skip # Stack overflow.
|
|
issue_1751477_test: Skip # Times out: 9 levels, exponential blowup => 430 secs.
|