8860fad862
Change-Id: I5f6f5e232a084db1004c99bfcef45795c5bed4d4 Reviewed-on: https://dart-review.googlesource.com/73682 Reviewed-by: Devon Carew <devoncarew@google.com> Commit-Queue: Mike Fairhurst <mfairhurst@google.com>
40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
# 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 ]
|
|
large_class_declaration_test: SkipSlow # Uses too much memory.
|
|
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
|
|
|
|
[ $runtime == dart_precompiled && $minified ]
|
|
cyclic_type_test/*: Skip
|
|
enum_duplicate_test/*: Skip # Uses Enum.toString()
|
|
enum_private_test/*: Skip # Uses Enum.toString()
|
|
enum_test: Skip # Uses Enum.toString()
|
|
f_bounded_quantification4_test: Skip
|
|
f_bounded_quantification5_test: Skip
|
|
full_stacktrace1_test: Skip
|
|
full_stacktrace2_test: Skip
|
|
full_stacktrace3_test: Skip
|
|
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()
|
|
stacktrace_rethrow_error_test: Skip
|
|
stacktrace_rethrow_nonerror_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
|