mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 09:43:08 +00:00
fc1b1ecc71
Change-Id: Idbcc965a27e9ffeedf5e0a1068b019de4193070f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/127745 Commit-Queue: Bob Nystrom <rnystrom@google.com> Reviewed-by: Alexander Thomas <athom@google.com>
44 lines
1.9 KiB
Text
44 lines
1.9 KiB
Text
# Copyright (c) 2017, 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.
|
|
# Sections in this file should start with "$runtime == dart_precompiled".
|
|
|
|
[ $arch == arm64 && $runtime == dart_precompiled ]
|
|
class/large_class_declaration_test: SkipSlow # Uses too much memory.
|
|
setter/setter4_test: MissingCompileTimeError
|
|
|
|
[ $arch == ia32 && $runtime == dart_precompiled ]
|
|
vm/regress_24517_test: Pass, Fail # Issue 24517.
|
|
|
|
[ $compiler != dart2analyzer && $runtime == dart_precompiled ]
|
|
mixin/mixin2_test: Skip
|
|
|
|
[ $compiler == dartkp && $runtime == dart_precompiled ]
|
|
async_star/async_star_await_for_test: RuntimeError
|
|
async_star/async_star_cancel_test: RuntimeError
|
|
async_star/async_star_test: RuntimeError
|
|
|
|
[ $runtime == dart_precompiled && $minified ]
|
|
enum/duplicate_test/*: Skip # Uses Enum.toString()
|
|
enum/enum_test: Skip # Uses Enum.toString()
|
|
enum/private_test/*: Skip # Uses Enum.toString()
|
|
mixin/generic_test: Skip
|
|
mixin/mixin3_test: Skip
|
|
mixin/mixin5_test: Skip
|
|
mixin/mixin6_test: Skip
|
|
mixin/mixin_bound2_test: Skip
|
|
mixin/mixin_type_arguments_test: Skip
|
|
mixin/super_2_test: Skip
|
|
no_such_method/dispatcher_test: Skip # Uses new Symbol()
|
|
stack_trace/full1_test: Skip
|
|
stack_trace/full2_test: Skip
|
|
stack_trace/full3_test: Skip
|
|
unsorted/cyclic_type_test/*: Skip
|
|
vm/no_such_args_error_message_vm_test: Skip
|
|
vm/no_such_method_error_message_callable_vm_test: Skip
|
|
vm/no_such_method_error_message_vm_test: Skip
|
|
vm/regress_28325_test: Skip
|
|
|
|
[ $runtime == dart_precompiled && ($mode == product || $minified) ]
|
|
stack_trace/rethrow_error_test: SkipByDesign # obfuscation/minification and instruction deduplication cause names of frames to be mangled (expected)
|
|
stack_trace/rethrow_nonerror_test: SkipByDesign # obfuscation/minification and instruction deduplication cause names of frames to be mangled (expected)
|