e283e135ef
Tests from language/vm were moved to vm/dart/language, so move the
related lines from the status files.
Also fix the list of tests for the stress test trybot.
TEST=ci on vm-aot-dwarf-linux-product-x64
vm-aot-obfuscate-linux-release-x64
vm-appjit-linux-debug-x64
vm-appjit-linux-product-x64
vm-appjit-linux-release-x64
Cq-Include-Trybots: luci.dart.try:vm-appjit-linux-release-x64-try,vm-appjit-linux-product-x64-try,vm-appjit-linux-debug-x64-try,vm-aot-dwarf-linux-product-x64-try,vm-aot-obfuscate-linux-release-x64-try
Change-Id: I48eb25207551c0a9ba637023d36497f184c4a4b7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/474700
Reviewed-by: Erik Ernst <eernst@google.com>
Commit-Queue: Tess Strickland <sstrickl@google.com>
29 lines
1.3 KiB
Plaintext
29 lines
1.3 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".
|
|
|
|
[ $compiler != dart2analyzer && $runtime == dart_precompiled ]
|
|
mixin/mixin2_test: Skip
|
|
|
|
[ $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
|
|
|
|
[ $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)
|