blob: 573d77586c50bb242be167a492416435091f668b [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
mirror_intercepted_field_test: SkipByDesign # mirrors not supported
native_mirror_test: SkipByDesign # mirrors not supported
native_no_such_method_exception3_frog_test: SkipByDesign # mirrors not supported
native_no_such_method_exception4_frog_test: SkipByDesign # mirrors not supported
native_no_such_method_exception5_frog_test: SkipByDesign # mirrors not supported
[ $browser ]
*: Skip
[ $compiler == dart2js && $runtime == d8 && $system == windows && !$fasta ]
compute_this_script_test: Skip # Issue 17458
[ $compiler == dart2js && $fasta ]
native_library_same_name_used_frog_test: CompileTimeError
subclassing_constructor_1_test: RuntimeError
subclassing_super_call_test: RuntimeError
subclassing_super_field_1_test: RuntimeError
subclassing_super_field_2_test: RuntimeError
[ $compiler == dart2js && $fasta && $host_checked ]
compute_this_script_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/types.dart': Failed assertion: line 63 pos 12: '!result.isEmpty': is not true.
[ $compiler == dart2js && $minified ]
optimization_hints_test: RuntimeError, OK # Test relies on unminified names.