blob: 1cf55b7c5e52e065219685001cc8101cdb2c5194 [file] [log] [blame]
# Copyright (c) 2012, 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 directory contains tests that are intended to show the
# current state of the language.
# In order to maintain maximum test coverage for all builds,
# please use the following procedure to mark a test
# failed on architectures other than the one you are working on.
#
# 1) Copy the old version of the test to
# tests/language/src/test_name_[dartc|vm]_test.dart.
# to maintain coverage.
# 2) File a bug on each architecture for the failure due to the language change.
# 3) Update the language/src directory with the updated test.
[ $compiler == none ]
library_juxtaposition_test: Fail # Issue 6877
part_test: Fail
part2_test: Fail
gc_test: Pass, Fail # Issue 1487
pseudo_kw_illegal_test/14: Fail # Issue 356
first_class_types_constants_test: Fail # Issue 6282
# These bugs refer currently ongoing language discussions.
constructor5_test: Fail # (Discussion ongoing)
constructor6_test: Fail # Issue 6422
closure_in_initializer_test: Fail # Issue 6422
# Regular bugs which should be fixed.
const_init6_negative_test: Fail # Issue 811
super_first_constructor_test: Fail # Issue 1372.
# Issue 1355
call_operator_test: Fail
parameter_initializer6_negative_test: Fail # Issue 3502
named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
lazy_static3_test: Fail # Issue 3558
type_error_test: Fail # http://dartbug.com/5280
# DartC specific tests that should not be run by the VM
*dartc_test: Skip
*dartc_negative_test: Skip
compile_time_constant10_test/none: Fail # issue 5214
invocation_mirror_test: Fail # issue 3326, 3622.
no_such_method_test: Fail # issue 3326, 3622.
export_cyclic_test: Fail, Crash # issue 6060
duplicate_export_negative_test: Fail # issue 6134
invocation_mirror_indirect_test: Fail # Issue 3326
[ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 && $checked ]
gc_test: Skip # Issue 1487, flaky.
[ $compiler == none && $mode == debug ]
gc_test: Skip # Takes too long.
[ $compiler == none && $unchecked ]
# Only checked mode reports an error on type assignment
# problems in compile time constants.
compile_time_constant_checked_test/02: Fail, OK
compile_time_constant_checked2_test/01: Fail, OK
compile_time_constant_checked2_test/02: Fail, OK
compile_time_constant_checked2_test/03: Fail, OK
compile_time_constant_checked2_test/04: Fail, OK
compile_time_constant_checked2_test/05: Fail, OK
compile_time_constant_checked2_test/06: Fail, OK
compile_time_constant_checked3_test/01: Fail, OK
compile_time_constant_checked3_test/02: Fail, OK
compile_time_constant_checked3_test/03: Fail, OK
compile_time_constant_checked3_test/04: Fail, OK
compile_time_constant_checked3_test/05: Fail, OK
compile_time_constant_checked3_test/06: Fail, OK
[ $compiler == dartc ]
library_juxtaposition_test: Fail # Issue 6881
new_expression_type_args_test/0*: Fail # Wrongly reports compile-time error.
redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6560
implicit_this_test/none: Fail # should not warn about allocating SubAbstract2
metadata_test: Fail
bad_override_test/01: Fail, OK # issue 6578, warning expected on "static" modifier
bad_override_test/02: Fail, OK # issue 6578, warning expected on "static" modifier
const_locals_test: Fail
const_nested_test: Fail
application_negative_test: Fail # Runtime only test, rewrite as multitest
assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multitest
body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite as multitest
call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer errors.
call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer errors.
call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer errors.
call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer errors.
call_nonexistent_static_test/09: Fail # Unresolved static calls are no longer errors.
call_nonexistent_static_test/10: Fail # Unresolved static calls are no longer errors.
call_operator_test: Pass # Issue 1355
cascade_test/01: Pass # Issue 3729 - an earlier comment claims that this passes for the wrong reason
cascade_test/02: Pass # Issue 3729 - an earlier comment claims that this passes for the wrong reason
cascade_test/02: Fail # Issue 3729
cascade_test/none: Fail # Issue 3729
char_escape_test: Pass # Issue 1654
class_literal_test/01 : Fail # language change 3368
class_literal_test/03 : Fail # language change 1031
class_literal_test/05 : Fail # language change 3368
class_literal_test/06 : Fail # language change 3368
class_literal_test/08 : Fail # language change 1031
class_literal_test/10 : Fail # language change 3368
class_literal_test/11 : Fail # language change 3368
class_literal_test/12 : Fail # language change 3368
class_literal_test/13 : Fail # language change 3368
class_literal_test/15 : Fail # language change 1031
class_literal_test/17 : Fail # language change 3368
class_literal_test/18 : Fail # language change 3368
class_literal_test/19 : Fail # language change 3368
class_literal_test/20 : Fail # language change 3368
class_literal_test/21 : Fail # language change 3368
class_literal_test/22 : Fail # language change 3368
class_literal_test/23 : Fail # language change 3368
class_literal_test/24 : Fail # language change 3368
class_literal_test/25 : Fail # language change 3368
class_literal_test/26 : Fail # language change 3368
class_literal_test/27 : Fail # language change 3368
class_literal_test/28 : Fail # language change 3368
class_literal_test/29 : Fail # language change 3368
closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrite as multitest
compile_time_constant10_test/none: Fail # issue 5215.
constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrite as multitest
disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support.
factory5_test/00: Fail # issue 3079
field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
getter_no_setter_test/01: Fail # Fails to detect compile-time error.
getter_no_setter2_test/01: Fail # Fails to detect compile-time error.
instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrite as multitest
# Test expects signature of noSuchMethod to be correct according
# to specification. Should start working when the library signature
# changes.
is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest
library2_negative_test: Fail # still a valid test? Issue 3649
library4_negative_test: Fail # still a valid test? Issue 3530
library6_negative_test: Fail # still a valid test? Issue 3650
list_literal4_test: Fail # Issue 1343
map_literal4_test: Fail # Issue 1343
named_parameters_with_object_property_names_test: Fail # Issue 2137
many_overridden_no_such_method_test: Fail
no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest
override_field_test/03: Fail # still a valid test? Issue 3894
override_field_method6_negative_test: Fail, OK # test issue 5249
overridden_no_such_method_test: Fail
parameter_initializer6_negative_test: Fail # language change 4288
prefix1_negative_test : Fail # language change 1031
prefix4_negative_test : Fail # language change 1031
prefix5_negative_test : Fail # language change 1031
prefix8_negative_test : Fail # language change 1031
prefix9_negative_test : Fail # language change 1031
prefix10_negative_test : Fail # language change 1031
private_member3_negative_test: Fail # Runtime only test? rewrite as multitest
pseudo_kw_illegal_test/09: Fail, OK # 'interface' is not a built-in identifier
pseudo_kw_illegal_test/14: Fail, OK # 'source' is not a built-in identifier
resource_test: Fail # out of date - resource directives have been removed
static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrite as multitest
static_field3_test/01: Fail # http://dartbug.com/5519
static_field3_test/02: Fail # http://dartbug.com/5519
static_field3_test/03: Fail # http://dartbug.com/5519
static_field3_test/04: Fail # http://dartbug.com/5519
syntax_test/none: Fail # Bug 2107 Static type warnings in none case (INSTANTIATION_OF_CLASS_WITH_UNIMPLEMENTED_MEMBERS)
throw7_negative_test: Fail # Issue 3654
type_variable_bounds_test/00: Fail # issue 3079
# test issue 5291
type_parameter_test/none: Fail, OK
type_parameter_test/01: Fail, OK
type_parameter_test/02: Fail, OK
type_parameter_test/03: Fail, OK
type_parameter_test/04: Fail, OK
type_variable_scope2_test: Fail, OK
# test issue 5337
bad_constructor_test/05: Fail, OK
# test issue 5529
interface_test/none: Fail, OK
# test issue 6338
application_negative_test: Pass
application_test: Fail, OK
generic_instanceof_test: Fail, OK
hello_script_test: Fail, OK
lazy_static6_test: Fail, OK
library1_test: Fail, OK
library_prefixes_test: Fail, OK
many_generic_instanceof_test: Fail, OK
multi_pass2_test: Fail, OK
multi_pass_test: Fail, OK
private2_test: Fail, OK
private3_test: Fail, OK
private_test: Fail, OK
top_level_entry_test: Fail, OK
top_level_multiple_files_test: Fail, OK
top_level_non_prefixed_library_test: Fail, OK
# test issue 6324
class_test: Fail, OK
compile_time_constant_h_test: Fail, OK
const_constructor_syntax_test/none: Fail, OK
ct_const_test: Fail, OK
cyclic_type_variable_test/none: Fail, OK
cyclic_type_variable_test/01: Fail, OK
cyclic_type_variable_test/02: Fail, OK
cyclic_type_variable_test/03: Fail, OK
cyclic_type_variable_test/04: Fail, OK
default_class_implicit_constructor_test: Fail, OK
default_factory2_test/none: Fail, OK
default_factory2_test/01: Fail, OK
default_factory3_test: Fail, OK
default_factory_library_test: Fail, OK
default_implementation2_test: Fail, OK
default_factory_test: Fail, OK
default_implementation_test: Fail, OK
duplicate_implements_test/none: Fail, OK
duplicate_implements_test/03: Pass
duplicate_implements_test/04: Pass
dynamic_test: Fail, OK
factory2_test: Fail, OK
factory3_test: Fail, OK
factory5_test/none: Fail, OK
factory4_test: Fail, OK
factory_implementation_test: Fail, OK
generic_deep_test: Fail, OK
generic_instanceof3_test: Fail, OK
generic_syntax_test: Fail, OK
implicit_this_test/01: Fail, OK
implicit_this_test/04: Fail, OK
implied_interface_test: Fail, OK
instanceof2_test: Fail, OK
instanceof_test: Fail, OK
interface_constants_test: Fail, OK
interface_factory1_negative_test: Fail, OK
interface_factory_test: Fail, OK
interface_factory_multi_test: Fail, OK
interface_inherit_field_test: Fail, OK
interface_test/00: Fail, OK
is_operator_test: Fail, OK
library_same_name_used_test: Fail, OK
list_literal_syntax_test/none: Fail, OK
method_override2_test/none: Fail, OK
named_parameters_test/none: Fail, OK
non_parameterized_factory2_test: Fail, OK
non_parameterized_factory_test: Fail, OK
prefix11_negative_test: Pass
prefix14_test: Fail, OK
prefix15_test: Fail, OK
prefix16_test: Fail, OK
prefix17_test: Fail, OK
prefix22_test: Fail, OK
prefix23_test: Fail, OK
throw1_test: Fail, OK
throw2_test: Fail, OK
try_catch2_test: Fail, OK
try_catch3_test: Fail, OK
type_checks_in_factory_method_test: Fail, OK
type_variable_bounds2_test/none: Fail, OK
type_variable_bounds2_test/01: Fail, OK
type_variable_bounds2_test/02: Fail, OK
type_variable_bounds2_test/03: Fail, OK
type_variable_bounds2_test/04: Fail, OK
type_variable_bounds2_test/00: Fail, OK
type_variable_bounds2_test/06: Fail, OK
type_variable_bounds_test/none: Fail, OK
type_variable_bounds_test/04: Fail, OK
type_variable_bounds_test/05: Fail, OK
type_variable_bounds_test/02: Fail, OK
type_variable_bounds_test/03: Fail, OK
type_variable_bounds_test/06: Fail, OK
type_variable_bounds_test/01: Fail, OK
type_variable_bounds_test/07: Fail, OK
type_variable_bounds_test/10: Fail, OK
type_variable_bounds_test/09: Fail, OK
type_variable_scope_test/none: Fail, OK
interface_factory1_negative_test: Pass
type_variable_bounds_test/07: Pass
# test issue 6512
arithmetic_test: Fail, OK
call_constructor_on_unresolvable_class_test/none: Fail, OK
call_constructor_on_unresolvable_class_test/01: Fail, OK
call_constructor_on_unresolvable_class_test/02: Fail, OK
call_constructor_on_unresolvable_class_test/07: Fail, OK
call_constructor_on_unresolvable_class_test/03: Fail, OK
closure_type_test: Fail, OK
const_var_test: Fail, OK
ct_const4_test: Fail, OK
cyclic_import_test: Fail, OK
function_type_alias3_test: Fail, OK
getter_setter_in_lib_test: Fail, OK
import_collection_no_prefix_test: Fail, OK
import_core_no_prefix_test: Fail, OK
import_core_prefix_test: Fail, OK
import_core_test: Fail, OK
intrinsified_methods_test: Fail, OK
issue1363_test: Fail, OK
library5_test: Fail, OK
library_private_in_constructor_test: Fail, OK
numbers_test: Fail, OK
prefix101_test: Fail, OK
prefix10_negative_test: Pass
prefix10_test: Fail, OK
prefix11_test: Fail, OK
prefix12_test: Fail, OK
prefix1_negative_test: Pass
prefix21_test: Fail, OK
prefix4_negative_test: Pass
prefix5_negative_test: Pass
prefix_new_test: Fail, OK
prefix_test: Fail, OK
private_member3_negative_test: Pass
private_member_test: Fail, OK
top_level_prefixed_declaration_test: Fail, OK
typed_message_test: Fail, OK
# test issue 6818
type_variable_identifier_expression_negative_test: Fail, OK
# test issue 6866
abstract_factory_constructor_test/none: Fail
abstract_syntax_test/none: Fail
get_set_syntax_test/none: Fail
# test issue 6838
import_combinators_negative_test: Fail, OK
unresolved_top_level_var_negative_test: Fail, OK
# test issue 6871
block_scope_test: Fail, OK
#
# Add new dartc annotations above in alphabetical order
#
# VM specific tests that should not be run by DartC.
*vm_test: Skip
*vm_negative_test: Skip
[ $compiler == none && $runtime == drt ]
final_variable_assignment_test/01: Fail
final_variable_assignment_test/02: Fail
final_variable_assignment_test/03: Fail
final_variable_assignment_test/04: Fail
gc_test: Skip # Issue 1487
[ $runtime == dartium ]
import_combinators_test: Fail
[ $runtime == vm || ($runtime == drt && $compiler == none) ]
first_class_types_literals_test: Fail # issue 6282
call_test: Fail # Issue 1604
[ $runtime == chrome ]
string_escape1_negative_test: Skip
[ $runtime == ie9 && ($system == linux || $system == macos) ]
*: Skip
[ $runtime == safari && ($system == linux || $system == windows) ]
*: Skip
[ $browser ]
[ $arch == simarm ]
*: Skip
[ $arch == arm ]
*: Skip
[ $compiler == dart2dart ]
factory_redirection2_test/01: Fail # Inherited from dart2js.
const_factory_redirection_test: Fail # http://dartbug.com/6894
many_overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test depends on method names.
overridden_no_such_method_test: Fail, Pass, OK # Fails in minified mode, test depends on method names.
# Calling unresolved class constructor:
call_nonexistent_constructor_test: Fail
bad_override_test/01: Fail
bad_override_test/02: Fail
illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now.
illegal_invocation_test/04: Fail, OK # Class literals are expressions now.
illegal_invocation_test/05: Fail, OK # Type variables are expressions now.
first_class_types_constants_test: Fail # Issue 6282
# Missing compile-time error when modifying final local variables
final_variable_assignment_test/01: Fail
final_variable_assignment_test/02: Fail
final_variable_assignment_test/03: Fail
final_variable_assignment_test/04: Fail
# Factory for another interface (will be obsolete soon).
# factory2_negative_test: Fail
# factory3_negative_test: Fail
# factory_negative_test: Fail
default_factory_test: Fail
factory2_test: Fail
factory3_test: Fail
factory4_test: Fail
factory5_test: Fail
factory_implementation_test: Fail
interface_factory_multi_test: Fail
interface_factory_test: Fail
non_parameterized_factory2_test: Fail
non_parameterized_factory_test: Fail
type_variable_scope_test: Fail
constructor_redirect2_test/03: Fail
compile_time_constant10_test/01: Fail # http://dartbug.com/5519
compile_time_constant10_test/02: Fail # http://dartbug.com/5519
compile_time_constant_arguments_test/01: Fail # http://dartbug.com/5519
compile_time_constant_arguments_test/02: Fail # http://dartbug.com/5519
compile_time_constant_arguments_test/03: Fail # http://dartbug.com/5519
compile_time_constant_arguments_test/04: Fail # http://dartbug.com/5519
compile_time_constant_arguments_test/05: Fail # http://dartbug.com/5519
compile_time_constant_arguments_test/06: Fail # http://dartbug.com/5519
const_constructor_syntax_test/04: Fail # http://dartbug.com/5519
const_constructor_syntax_test/05: Fail # http://dartbug.com/5519
const_syntax_test/01: Fail # http://dartbug.com/5519
const_syntax_test/02: Fail # http://dartbug.com/5519
const_syntax_test/03: Fail # http://dartbug.com/5519
const_syntax_test/04: Fail # http://dartbug.com/5519
const_syntax_test/05: Fail # http://dartbug.com/5519
const_syntax_test/06: Fail # http://dartbug.com/5519
const_syntax_test/07: Fail # http://dartbug.com/5519
const_syntax_test/08: Fail # http://dartbug.com/5519
const_syntax_test/09: Fail # http://dartbug.com/5519
const_syntax_test/10: Fail # http://dartbug.com/5519
constructor_named_arguments_test/01: Fail # http://dartbug.com/5519
final_for_in_variable_test/01: Fail # http://dartbug.com/5519
final_is_not_const_test/01: Fail # http://dartbug.com/5519
final_syntax_test/01: Fail # http://dartbug.com/5519
final_syntax_test/02: Fail # http://dartbug.com/5519
final_syntax_test/03: Fail # http://dartbug.com/5519
final_syntax_test/04: Fail # http://dartbug.com/5519
final_syntax_test/09: Fail # http://dartbug.com/5519
getter_no_setter_test/01: Fail # http://dartbug.com/5519
getter_no_setter2_test/01: Fail # http://dartbug.com/5519
illegal_invocation_test/03: Fail # http://dartbug.com/5519
isnot_malformed_type_test/01: Fail # http://dartbug.com/5519
method_override2_test/01: Fail # http://dartbug.com/5519
named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519
named_parameters_aggregated_test/03: Fail # http://dartbug.com/5519
named_parameters_aggregated_test/04: Fail # http://dartbug.com/5519
not_enough_positional_arguments_test/01: Fail # http://dartbug.com/5519
static_field3_test/01: Fail # http://dartbug.com/5519
static_field3_test/02: Fail # http://dartbug.com/5519
static_field3_test/03: Fail # http://dartbug.com/5519
static_field3_test/04: Fail # http://dartbug.com/5519
throw_expr_test: Fail
metadata_test: Fail
# Fails in conservative mode, issue 4935, passes in minifinying mode.
bad_constructor_test/04: Fail
bad_constructor_test/05: Fail
bad_constructor_test/06: Fail
argument_definition_test/*: Skip # Not implemented.
argument_definition2_test: Skip # Not implemented. Fails in minified tests.
argument_definition3_test: Skip # Not implemented. Fails in minified tests.
const_var_test: Fail # Map literals take 2 type arguments.
map_literal3_test: Fail # Map literals take 2 type arguments.
class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
field1_negative_test: Fail, OK # Bad test: assumes eager loading.
field6_negative_test: Fail, OK # Bad test: assumes eager loading.
interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading.
# Common problems with dart2js. In illegal family, invalid
# declarations are simply not parsed. In pseudo kw dart2js
# chokes on things like typedef(x) => "typedef $x" and alike.
abstract_syntax_test/01: Fail
abstract_syntax_test/02: Fail
pseudo_kw_illegal_test/14: Fail
pseudo_kw_test: Fail
# external keyword is not yet supported by dart2js/dart2dart.
external_test/*: Skip
lazy_static3_test: Fail, OK # Issue 3558
# Call operator is not supported by DartVM (see suppression above.)
call_operator_test: Fail
# dart2js frontend doesn't even analyse problematic classes.
class_extends_negative_test: Fail
duplicate_implements_test/01: Fail
duplicate_implements_test/02: Fail
duplicate_implements_test/03: Fail
duplicate_implements_test/04: Fail
field2_negative_test: Fail
field4_negative_test: Fail
field5_negative_test: Fail
field6a_negative_test: Fail
interface_factory_constructor_negative_test: Fail
interface_static_method_negative_test: Fail
non_const_super_negative_test: Fail
method_override2_test/00: Fail
method_override2_test/02: Fail
method_override2_test/03: Fail
operator1_negative_test: Fail
prefix18_negative_test: Fail
prefix20_negative_test: Fail
static_final_field_negative_test: Fail
static_top_level_test/00: Fail
static_top_level_test/01: Fail
static_top_level_test/02: Fail
static_top_level_test/03: Fail
static_top_level_test/04: Fail
static_top_level_test/05: Fail
static_top_level_test/06: Fail
static_top_level_test/07: Fail
# Bug in dart2js frontend: cannot find the constructor.
default_factory_library_test: Fail
# Bug in dart2js parser: it happily parses 1is int; variable declaration.
number_identifier_negative_test: Fail
# Bug in dart2js frontent: does not support this feature.
switch_label_test: Fail
# Common with language_dart2js.
factory_redirection_test/0*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented.
factory_redirection_test/1*: Skip # Flaky negative tests, crash, fail, or pass. Not implemented.
function_type_alias5_test/00: Fail
function_type_alias5_test/01: Fail
function_type_alias5_test/02: Fail
function_type_alias7_test/00: Fail
function_type_parameter2_test: Fail
function_type_parameter_test: Fail
implicit_scope_test: Fail
instanceof3_test: Fail
parameter_initializer6_negative_test: Fail # Issue 3502
syntax_test/47: Fail
# DartVM problem.
constructor5_test: Fail
constructor6_test: Fail
closure_in_initializer_test: Fail
gc_test: Fail
super_first_constructor_test: Fail
# VM specific tests.
disable_privacy_test: Fail, Ok
# This test hard codes name of file being run and precise position.
generic_test: Fail, Ok
# Minified mode failures.
# TODO(antonm): proper support in test framework.
no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("foo").
named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
type_variable_bounds_test/07: Fail # Wrongly reports compile-time error.
new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
get_set_syntax_test/00: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
get_set_syntax_test/01: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
get_set_syntax_test/02: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
get_set_syntax_test/03: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
get_set_syntax_test/04: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
get_set_syntax_test/05: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
get_set_syntax_test/06: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
get_set_syntax_test/07: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
get_set_syntax_test/08: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/10915111
compile_time_constant10_test/none: Fail # Triage this.
# Only checked mode reports an error on type assignment
# problems in compile time constants.
compile_time_constant_checked_test/02: Fail, OK
compile_time_constant_checked2_test/01: Fail, OK
compile_time_constant_checked2_test/02: Fail, OK
compile_time_constant_checked2_test/03: Fail, OK
compile_time_constant_checked2_test/04: Fail, OK
compile_time_constant_checked2_test/05: Fail, OK
compile_time_constant_checked2_test/06: Fail, OK
compile_time_constant_checked3_test/01: Fail, OK
compile_time_constant_checked3_test/02: Fail, OK
compile_time_constant_checked3_test/03: Fail, OK
compile_time_constant_checked3_test/04: Fail, OK
compile_time_constant_checked3_test/05: Fail, OK
compile_time_constant_checked3_test/06: Fail, OK
type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
# This is a VM error when the compiled code is run.
invocation_mirror_test: Fail # issue 3326, 3622.
invocation_mirror_indirect_test: Fail # issue 3326, 3622.