blob: 728bd52faa38bb27ed47bcc37dc3d6fd59d83a23 [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.
// This file contains arm64 specific test expectations.
{
actions: [
{
include: "bionic_unit_tests_static.json5",
},
{
type: "expect_failure",
matchers: [
"MemtagStackTest.*",
"MemtagGlobalsTest.RelrRegressionTestForb314038442WithMteGlobals",
],
},
{
type: "skip",
matchers: [
"cpu_target_features.has_expected_aarch64_compiler_values",
"cpu_target_features.has_expected_x86_compiler_values",
// This test is a benchmark of the clock() function which runs too slowly sometimes on the
// arm64 qemu bots.
"time.clock",
// Test for a RISC-V syscall. Skipped on other architectures.
"sys_cachectl.__riscv_*",
"sys_hwprobe.__riscv_*",
// TODO(https://fxbug.dev/345290064): Started failing and blocking roller.
"MemtagNoteTest.*",
],
},
],
}