ac77419209
Removed all sections labeled $compiler == dart2js and !$fasta. Removed $fasta from all sections with $compiler == dart2js and merged with existing sections as appropriate. Some additional cleanup and normalization. Change-Id: I8b93283a2cce22ce60e29d364c8d0e70dccbb6e3 Reviewed-on: https://dart-review.googlesource.com/71840 Commit-Queue: Aske Simon Christensen <askesc@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
# 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
|
|
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
|
|
|
|
[ $browser ]
|
|
*: Skip
|
|
|
|
[ $compiler == dart2js && $minified ]
|
|
optimization_hints_test: RuntimeError, OK # Test relies on unminified names.
|