09d3ecf285
or static setter are declared (issue 3941). Add test. Review URL: https://chromiumcodereview.appspot.com//10689083 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@9376 260f80e4-7a28-3924-810f-c04153c831b5
151 lines
5.6 KiB
Plaintext
151 lines
5.6 KiB
Plaintext
# 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 ]
|
|
gc_test: Fail # Issue 1487
|
|
field_override_test/none: Fail # Issue 742: field shadowing now allowed
|
|
field_override_test/01: Fail # Issue 742: field shadowing now allowed
|
|
field_override_test/02: Fail # Issue 742: field shadowing now allowed
|
|
super_field_access_test: Fail # Issue 742: field shadowing now allowed
|
|
pseudo_kw_illegal_test/03: Fail # Issue 356
|
|
pseudo_kw_illegal_test/08: Fail # Issue 356
|
|
pseudo_kw_illegal_test/10: Fail # Issue 356
|
|
pseudo_kw_illegal_test/14: Fail # Issue 356
|
|
|
|
|
|
# These bugs refer currently ongoing language discussions.
|
|
constructor5_test: Fail # (Discussion ongoing)
|
|
constructor6_test: Fail # (Discussion ongoing)
|
|
|
|
# Regular bugs which should be fixed.
|
|
const_init6_negative_test: Fail # Issue 811
|
|
super_first_constructor_test: Fail # Issue 1372.
|
|
|
|
# Issue 1034
|
|
constructor_duplicate_initializers_test/01: Fail
|
|
constructor_duplicate_initializers_test/02: Fail
|
|
|
|
# Issue 1355
|
|
call_operator_test: Fail
|
|
|
|
const_constructor_syntax_test/05: Fail
|
|
|
|
constructor_redirect_test/01: Fail # Issue 2103.
|
|
|
|
closure_with_super_send_test: Fail # Issue 3197.
|
|
super_closure_test: Fail # Issue 3197.
|
|
parameter_initializer6_negative_test: Fail # Issue 3502
|
|
|
|
prefix_core_test: Fail # Issue 3638.
|
|
|
|
# Issue 2501
|
|
cascade_test: Pass,Fail # Some cases pass, but for the wrong reason
|
|
cascade_precedence_test: Fail
|
|
|
|
fauxverride_test/none: Fail # Issue 3778.
|
|
|
|
bad_override_test/01: Fail # Issue 3859.
|
|
bad_override_test/02: Fail # Issue 3859.
|
|
|
|
# DartC specific tests that should not be run by the VM
|
|
*dartc_test: Skip
|
|
*dartc_negative_test: Skip
|
|
|
|
[ $compiler == none && $mode == debug ]
|
|
gc_test: Skip # Takes too long.
|
|
|
|
[ $compiler == dartc ]
|
|
application_negative_test: Fail # Runtime only test, rewrite as multitest
|
|
assert_keyword_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_operator_test: Pass # Issue 1355
|
|
cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason
|
|
char_escape_test: Pass # Issue 1654
|
|
closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrite as multitest
|
|
const_syntax_test/01: Fail # test issue 3626
|
|
const_syntax_test/02: Fail # test issue 3626
|
|
const_syntax_test/03: Fail # test issue 3626
|
|
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: Skip # Issue 1882: Needs --disable_privacy support.
|
|
duplicate_implements_test: Skip # Issue 976
|
|
factory5_test/00: Fail # issue 3079
|
|
field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
|
|
final_syntax_test/*: Skip # can't handle base case
|
|
getter_no_setter_test/01: Fail # Fails to detect compile-time error.
|
|
instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrite as multitest
|
|
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_negative_test: Fail # Runtime only test, rewrite as multitest
|
|
named_parameters_with_object_property_names_test: Fail # Issue 2137
|
|
no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste
|
|
override_field_test/03: Fail # still a valid test? Issue 3894
|
|
override_field_test/04: Fail # still a valid test? Issue 3656
|
|
private_member3_negative_test: Fail # Runtime only test? rewrite as multitest
|
|
pseudo_kw_illegal_test/08: Fail # Issue 356
|
|
pseudo_kw_illegal_test/10: Fail # Issue 356
|
|
pseudo_kw_illegal_test/14: Fail # Issue 356
|
|
static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrite as multitest
|
|
syntax_test: Skip # Bug 2107 Static type warnings in none case
|
|
throw7_negative_test: Fail # Issue 3654
|
|
# try_catch_syntax_test/08: Fail # Issue 3795
|
|
type_variable_bounds_test/00: Fail # issue 3079
|
|
|
|
#
|
|
# 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 ]
|
|
# TODO: These need to be retriaged.
|
|
disable_privacy_test: Skip
|
|
richards_test: Fail
|
|
string_escape1_negative_test: Skip
|
|
gc_test: Skip # Issue 1487
|
|
|
|
|
|
[ $runtime == chrome ]
|
|
string_escape1_negative_test: Skip
|
|
|
|
# TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
|
|
[ $runtime == opera ]
|
|
*: Skip
|
|
|
|
[ $runtime == ie && ($system == linux || $system == mac) ]
|
|
*: Skip
|
|
|
|
[ $runtime == safari && ($system == linux || $system == windows) ]
|
|
*: Skip
|
|
|
|
[ $browser ]
|
|
prefix_core_test: Fail # Issue 2264.
|
|
|
|
[ $arch == simarm ]
|
|
*: Skip
|
|
|
|
[ $arch == arm ]
|
|
*: Skip
|