source: rtems/spec/build/bsps/aarch64/xilinx-zynqmp/tstqemu.yml @ 10db41e

Last change on this file since 10db41e was 10db41e, checked in by Alex White <alexanderjwhite@…>, on 03/08/21 at 15:30:25

spec/aarch64: Enable previously disabled tests

This enables several testsuites that were initially disabled during
development.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2actions:
3- set-test-state:
4    # expected to fail
5    minimum: exclude
6
7    # don't compile due to toolchain issues
8    spconfig01: exclude
9    spmisc01: exclude
10
11    # tests that are passing intermittently
12    spcpucounter01: indeterminate
13    rtmonuse: indeterminate
14    sp68: indeterminate
15    sp04: indeterminate
16    sp20: indeterminate
17    sp69: indeterminate
18    rtmonusxtimes01: indeterminate
19    spedfsched02: indeterminate
20    spedfsched04: indeterminate
21    psxtimes01: indeterminate
22    sprmsched01: indeterminate
23    sptimecounter02: indeterminate
24    sptimecounter04: indeterminate
25    ttest02: indeterminate
26
27    # tests that pass nominally, but fail under Qemu when the host is under
28    # heavy load
29    psx12: indeterminate
30    spintrcritical03: indeterminate
31    spintrcritical04: indeterminate
32    spintrcritical05: indeterminate
33build-type: option
34copyrights:
35- Copyright (C) 2020 On-Line Applications Research (OAR)
36default: null
37default-by-variant: []
38description: ''
39enabled-by: true
40links: []
41type: build
Note: See TracBrowser for help on using the repository browser.