77a766e06b
Update test status files. R=hausner@google.com Review URL: https://codereview.chromium.org//23444040 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27221 260f80e4-7a28-3924-810f-c04153c831b5
63 lines
2.6 KiB
Plaintext
63 lines
2.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.
|
|
|
|
[ $compiler == none ]
|
|
mixin_super_constructor_named_test: Fail # Issue 12631
|
|
mixin_super_constructor_positionals_test: Fail # Issue 12631
|
|
built_in_identifier_prefix_test: Fail # Issue 6970
|
|
library_juxtaposition_test: Fail # Issue 6877
|
|
switch_int_double_test/01: Fail # Issue 7307
|
|
switch_int_double_test/02: Fail # Issue 7307
|
|
symbol_literal_test: Fail # Issue 12171
|
|
|
|
# These bugs refer currently ongoing language discussions.
|
|
constructor_initializer_test/none: Fail # Issue 12633
|
|
constructor5_test: Fail # Issue 6422
|
|
constructor6_test: Fail # Issue 6422
|
|
closure_in_initializer_test: Fail # Issue 6422
|
|
|
|
# Regular bugs which should be fixed.
|
|
super_first_constructor_test: Fail # Issue 1372.
|
|
lazy_static3_test: Fail # Issue 12593
|
|
duplicate_export_negative_test: Fail # Issue 6134
|
|
on_catch_malformed_type_test: Fail # Issue 8601
|
|
mixin_mixin_test: Fail # Issue 9683
|
|
mixin_mixin2_test: Fail # Issue 9683
|
|
mixin_issue10216_2_test: Fail # Issue 9683
|
|
mixin_illegal_object_test/01: Crash # Issue 10952
|
|
mixin_illegal_object_test/02: Crash # Issue 10952
|
|
mixin_forwarding_constructor2_test: Fail # Issue 11888
|
|
mixin_typedef_constructor_test: Fail # Issue 11888
|
|
mixin_type_parameter2_test: Fail # Issue 11888
|
|
built_in_identifier_illegal_test/19: Fail # Issue 13021
|
|
|
|
[ $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
|
|
|
|
[ $runtime == vm || ($runtime == drt && $compiler == none) ]
|
|
first_class_types_literals_test: Fail # issue 11761
|
|
call_test: Fail # Issue 12602
|
|
dynamic_prefix_core_test: Fail # Issue 12478
|
|
|
|
[ $compiler == none && $runtime == drt ]
|
|
mixin_illegal_object_test/01: pass # Issue 10952.
|
|
mixin_illegal_object_test/02: pass # Issue 10952.
|