df5cae97dc
This reverts commit61f45d66b2. This reverts commita0ab33ac52. This reverts commit68e2512ace. This reverts commitfb732a570d. TEST=ci Bug: b/501539846 Cq-Include-Trybots: luci.dart.try:vm-fuchsia-release-x64-try,vm-fuchsia-release-arm64-try,vm-ffi-mac-debug-simarm64_arm64-try,vm-ffi-mac-release-simarm64_arm64-try Change-Id: I7f27bb15bf1fcb26fe8793a043b7530ed99a02a7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/495480 Reviewed-by: Alexander Markov <alexmarkov@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>
23 lines
514 B
Plaintext
23 lines
514 B
Plaintext
// Copyright (c) 2023, 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.
|
|
|
|
{
|
|
include: [
|
|
"//runtime/vm-jit.shard.cml",
|
|
],
|
|
program: {
|
|
binary: "exe.stripped/run_vm_tests",
|
|
runner: "elf_test_runner",
|
|
},
|
|
capabilities: [
|
|
{ protocol: "fuchsia.test.Suite" },
|
|
],
|
|
expose: [
|
|
{
|
|
protocol: "fuchsia.test.Suite",
|
|
from: "self",
|
|
},
|
|
],
|
|
}
|