summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/aarch64/a53
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-13 14:21:33 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-01-17 08:30:21 +0100
commitcac528f85a715c0362c3bef00994c2d33f212a96 (patch)
treecc5a519b5b2190f0a39e8cb6c0bcf14f68b86b86 /spec/build/bsps/aarch64/a53
parentjffs2: Fix return code of rtime compress (diff)
downloadrtems-cac528f85a715c0362c3bef00994c2d33f212a96.tar.bz2
build: Add reason to test state definitions
Diffstat (limited to 'spec/build/bsps/aarch64/a53')
-rw-r--r--spec/build/bsps/aarch64/a53/tsta53.yml59
1 files changed, 34 insertions, 25 deletions
diff --git a/spec/build/bsps/aarch64/a53/tsta53.yml b/spec/build/bsps/aarch64/a53/tsta53.yml
index 6af1b186a3..c8a258acfe 100644
--- a/spec/build/bsps/aarch64/a53/tsta53.yml
+++ b/spec/build/bsps/aarch64/a53/tsta53.yml
@@ -1,31 +1,40 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- set-test-state:
- # expected to fail, don't compile these
- 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)