source: rtems/spec/build/bsps/aarch64/a53/tsta53.yml @ 30f6fd5b

Last change on this file since 30f6fd5b was 22c3d4f2, checked in by Kinsey Moore <kinsey.moore@…>, on 11/17/20 at 21:25:38

spec/a53: Set conditionally failing test state

The spintrcritical03-05 and psx12 tests are known to fail on Qemu when
the host system is heavily loaded. A single run of Qemu per core
during a testsuite run tends to yield positive results, but any
additional load on a system will result in test failures.

This patch also applies the correct expected test state for intermittent
failures so that those tests will still build.

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