| // 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/341233321): fuse-overlayfs has issues on Arm. |
| "FuseTest.*", |
| |
| // TODO(b/307959737): Crash in glibc on Arm. |
| "TimeTest.GetTimeOfDayNullTvSomeTz", |
| "TimeTest.GetTimeOfDayNullTvNullTz", |
| |
| // TODO(b/402077314): Fix the address selection |
| "Mmap.HintRoundedDownIfMisaligned", |
| ], |
| }, |
| { |
| type: "expect_pass", |
| matchers: [ |
| // TODO(b/341233321): ReadWriteUnMountedDevFuse doesn't require fuse-overlayfs |
| "FuseTest.ReadWriteUnMountedDevFuse", |
| ], |
| }, |
| ], |
| } |