From cac528f85a715c0362c3bef00994c2d33f212a96 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 13 Jan 2023 14:21:33 +0100 Subject: build: Add reason to test state definitions --- spec/build/bsps/aarch64/xilinx-zynqmp/tstqemu.yml | 59 +++++++++++++--------- spec/build/bsps/aarch64/xilinx-zynqmp/tstzu3eg.yml | 8 +-- 2 files changed, 39 insertions(+), 28 deletions(-) (limited to 'spec/build/bsps/aarch64/xilinx-zynqmp') diff --git a/spec/build/bsps/aarch64/xilinx-zynqmp/tstqemu.yml b/spec/build/bsps/aarch64/xilinx-zynqmp/tstqemu.yml index e0c1b9a137..c8a258acfe 100644 --- a/spec/build/bsps/aarch64/xilinx-zynqmp/tstqemu.yml +++ b/spec/build/bsps/aarch64/xilinx-zynqmp/tstqemu.yml @@ -1,31 +1,40 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - # expected to fail - minimum: exclude - - # tests that are passing intermittently - spcpucounter01: indeterminate - rtmonuse: indeterminate - sp68: indeterminate - sp04: indeterminate - sp20: indeterminate - sp69: indeterminate - rtmonusxtimes01: indeterminate - spedfsched02: indeterminate - spedfsched04: indeterminate - psxtimes01: indeterminate - sprmsched01: indeterminate - sptimecounter02: indeterminate - sptimecounter04: indeterminate - ttest02: indeterminate - - # tests that pass nominally, but fail under Qemu when the host is under - # heavy load - psx12: indeterminate - spintrcritical03: indeterminate - spintrcritical04: indeterminate - spintrcritical05: indeterminate + reason: | + Expected to fail, do not compile these. + state: exclude + tests: + - minimum +- set-test-state: + reason: | + Tests that are passing intermittently. + state: indeterminate + tests: + - psx12 + - psxtimes01 + - rtmonuse + - rtmonusxtimes01 + - sp04 + - sp20 + - sp68 + - sp69 + - spcpucounter01 + - spedfsched02 + - spedfsched04 + - sprmsched01 + - sptimecounter02 + - sptimecounter04 + - ttest02 +- set-test-state: + reason: | + Tests that pass nominally, but fail under Qemu when the host is under + heavy load. + state: indeterminate + tests: + - spintrcritical03 + - spintrcritical04 + - spintrcritical05 build-type: option copyrights: - Copyright (C) 2020 On-Line Applications Research (OAR) diff --git a/spec/build/bsps/aarch64/xilinx-zynqmp/tstzu3eg.yml b/spec/build/bsps/aarch64/xilinx-zynqmp/tstzu3eg.yml index 6cd6dc0954..894819cd01 100644 --- a/spec/build/bsps/aarch64/xilinx-zynqmp/tstzu3eg.yml +++ b/spec/build/bsps/aarch64/xilinx-zynqmp/tstzu3eg.yml @@ -1,9 +1,11 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - # expected to produce a fatal-error when run - minimum: exclude - + reason: | + Expected to fail, do not compile these. + state: exclude + tests: + - minimum build-type: option copyrights: - Copyright (C) 2020 On-Line Applications Research (OAR) -- cgit v1.2.3