ab44b20ab8
Add the fixes that were done after original CL landed.
This reverts commit 97bc401163.
TEST=ci
Change-Id: I26373aecc325e4c0c379c92e779aa301e3a58c5a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/441700
Reviewed-by: Brian Quinlan <bquinlan@google.com>
Commit-Queue: Siva Annamalai <asiva@google.com>
23 lines
508 B
Plaintext
23 lines
508 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/dartvm",
|
|
runner: "elf_test_runner",
|
|
},
|
|
capabilities: [
|
|
{ protocol: "fuchsia.test.Suite" },
|
|
],
|
|
expose: [
|
|
{
|
|
protocol: "fuchsia.test.Suite",
|
|
from: "self",
|
|
},
|
|
],
|
|
}
|