blob: cc567060f3a13f03899dbec6bfdbe6e0e3eb7200 [file] [log] [blame]
# Copyright (c) 2011, 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 == dart2js ]
bound_closure_super_test: RuntimeError
fake_thing_test: RuntimeError # Issue 13010
[ $browser ]
*: Skip
[ $compiler == dart2js && $fasta ]
field_type2_test: CompileTimeError # Issue 33762
field_type_test: CompileTimeError # Issue 33762
native_exceptions1_frog_test: CompileTimeError # Issue 33762
native_library_same_name_used_frog_test: CompileTimeError
native_mixin_with_plain_test: CompileTimeError # Issue 33762
native_window1_frog_test: CompileTimeError # Issue 33762
native_window2_frog_test: CompileTimeError # Issue 33762
subclassing_constructor_1_test: CompileTimeError # Issue 33762
subclassing_constructor_1_test: RuntimeError
subclassing_super_call_test: RuntimeError
subclassing_super_field_1_test: RuntimeError
subclassing_super_field_2_test: RuntimeError
[ $compiler == dart2js && $minified ]
optimization_hints_test: RuntimeError, OK # Test relies on unminified names.