blob: 3db3d77d6bf1a6b6bfaa691a0a50dcbf31eaec16 [file] [log] [blame]
// Copyright 2023 The Fuchsia Authors.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
actions: [
{
type: "skip",
matchers: [
// TODO(b/307959737): Crash in glibc on RISC-V.
"TimeTest.GetTimeOfDayNullTvSomeTz",
"TimeTest.GetTimeOfDayNullTvNullTz",
// TODO: Not sure what expected behavior on RISC-V is for ashmem size overflow
"AshmemTest.SetSizeOverflow",
],
},
{
type: "expect_failure",
matchers: [
// TODO(b/307352876): Needs fuse-overlayfs prebuilds for RISC-V.
"FuseTest.*",
// TODO(b/307595538): Fail with netstack3.
"SndRcvBufSockOpt/SndRcvBufSockOpt.DoubledOnGet/*",
// RISC-V has no flags register
"SignalHandling.FlagsRestoredAfterSigsegv",
],
},
{
type: "expect_pass",
matchers: [
// TODO(b/307352876): ReadWriteUnMountedDevFuse doesn't require fuse-overlayfs
"FuseTest.ReadWriteUnMountedDevFuse",
],
},
],
}