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/arm/atsam/tstatsamv.yml | 43 ++-- spec/build/bsps/arm/lm3s69xx/tstlm3s3749.yml | 45 ++-- spec/build/bsps/arm/lm3s69xx/tstlm3s6965.yml | 15 +- spec/build/bsps/arm/lm3s69xx/tstlm4f120.yml | 45 ++-- spec/build/bsps/arm/lpc176x/tstlpc1768mbed.yml | 39 ++-- .../bsps/arm/lpc176x/tstlpc1768mbedahbram.yml | 43 ++-- .../bsps/arm/lpc176x/tstlpc1768mbedahbrameth.yml | 241 +++++++++++---------- spec/build/bsps/arm/lpc24xx/tstlpc17xxearomint.yml | 5 +- .../bsps/arm/lpc24xx/tstlpc17xxplx800romint.yml | 5 +- spec/build/bsps/arm/lpc24xx/tstlpc23xx.yml | 105 ++++----- spec/build/bsps/arm/lpc24xx/tstlpc40xxearomint.yml | 5 +- spec/build/bsps/arm/lpc24xx/tstncsromint.yml | 5 +- spec/build/bsps/arm/lpc24xx/tstplx800romint.yml | 5 +- spec/build/bsps/arm/lpc32xx/tstmzxstage1.yml | 21 +- spec/build/bsps/arm/rtl22xx/tstrtl22xx.yml | 23 +- spec/build/bsps/arm/rtl22xx/tstrtl22xxt.yml | 15 +- spec/build/bsps/arm/stm32f4/tststm32f105rc.yml | 15 +- spec/build/bsps/arm/stm32h7/tststm32h757i-eval.yml | 9 +- spec/build/bsps/arm/tms570/tstls3137hdkintram.yml | 15 +- 19 files changed, 378 insertions(+), 321 deletions(-) (limited to 'spec/build/bsps/arm') diff --git a/spec/build/bsps/arm/atsam/tstatsamv.yml b/spec/build/bsps/arm/atsam/tstatsamv.yml index 50e1e767e3..8af2234f22 100644 --- a/spec/build/bsps/arm/atsam/tstatsamv.yml +++ b/spec/build/bsps/arm/atsam/tstatsamv.yml @@ -1,26 +1,29 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - fileio: exclude - flashdisk01: exclude - fsdosfsname01: exclude - jffs2fserror: exclude - jffs2fslink: exclude - jffs2fspatheval: exclude - jffs2fspermission: exclude - jffs2fsrdwr: exclude - jffs2fsscandir01: exclude - jffs2fssymlink: exclude - jffs2fstime: exclude - linpack: exclude - psxconfig01: exclude - record02: exclude - sp16: exclude - sp25: exclude - sp48: exclude - spregionerr01: exclude - spstkalloc02: exclude - tmfine01: exclude + reason: null + state: exclude + tests: + - fileio + - flashdisk01 + - fsdosfsname01 + - jffs2fserror + - jffs2fslink + - jffs2fspatheval + - jffs2fspermission + - jffs2fsrdwr + - jffs2fsscandir01 + - jffs2fssymlink + - jffs2fstime + - linpack + - psxconfig01 + - record02 + - sp16 + - sp25 + - sp48 + - spregionerr01 + - spstkalloc02 + - tmfine01 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/arm/lm3s69xx/tstlm3s3749.yml b/spec/build/bsps/arm/lm3s69xx/tstlm3s3749.yml index 5b476b1a87..e449e68ea0 100644 --- a/spec/build/bsps/arm/lm3s69xx/tstlm3s3749.yml +++ b/spec/build/bsps/arm/lm3s69xx/tstlm3s3749.yml @@ -1,27 +1,30 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - capture: exclude - cdtest: exclude - fileio: exclude - fsdosfsformat01: exclude - fsrfsbitmap01: exclude - iostream: exclude - math: exclude - mdosfsfserror: exclude - mdosfsfsrdwr: exclude - monitor02: exclude - paranoia: exclude - psxmsgq01: exclude - rcxx01: exclude - record01: exclude - rtems: exclude - shell01: exclude - spcxx01: exclude - sptls02: exclude - syscall01: exclude - ttest01: exclude - utf8proc01: exclude + reason: null + state: exclude + tests: + - capture + - cdtest + - fileio + - fsdosfsformat01 + - fsrfsbitmap01 + - iostream + - math + - mdosfsfserror + - mdosfsfsrdwr + - monitor02 + - paranoia + - psxmsgq01 + - rcxx01 + - record01 + - rtems + - shell01 + - spcxx01 + - sptls02 + - syscall01 + - ttest01 + - utf8proc01 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/arm/lm3s69xx/tstlm3s6965.yml b/spec/build/bsps/arm/lm3s69xx/tstlm3s6965.yml index 331c0f36fe..c7405f76dd 100644 --- a/spec/build/bsps/arm/lm3s69xx/tstlm3s6965.yml +++ b/spec/build/bsps/arm/lm3s69xx/tstlm3s6965.yml @@ -1,12 +1,15 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - fileio: exclude - iostream: exclude - monitor02: exclude - rcxx01: exclude - rtems: exclude - utf8proc01: exclude + reason: null + state: exclude + tests: + - fileio + - iostream + - monitor02 + - rcxx01 + - rtems + - utf8proc01 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/arm/lm3s69xx/tstlm4f120.yml b/spec/build/bsps/arm/lm3s69xx/tstlm4f120.yml index 4e6ffd614f..0ea7bf2b7c 100644 --- a/spec/build/bsps/arm/lm3s69xx/tstlm4f120.yml +++ b/spec/build/bsps/arm/lm3s69xx/tstlm4f120.yml @@ -1,27 +1,30 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - block08: exclude - capture: exclude - fileio: exclude - iostream: exclude - ostream: exclude - psxaio01: exclude - psxaio02: exclude - psxaio03: exclude - psxsignal07: exclude - rcxx01: exclude - sp16: exclude - sp25: exclude - sp42: exclude - sp48: exclude - sp71: exclude - spregionerr01: exclude - sptimecounter02: exclude - sptimecounter03: exclude - tmcontext01: exclude - top: exclude - utf8proc01: exclude + reason: null + state: exclude + tests: + - block08 + - capture + - fileio + - iostream + - ostream + - psxaio01 + - psxaio02 + - psxaio03 + - psxsignal07 + - rcxx01 + - sp16 + - sp25 + - sp42 + - sp48 + - sp71 + - spregionerr01 + - sptimecounter02 + - sptimecounter03 + - tmcontext01 + - top + - utf8proc01 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/arm/lpc176x/tstlpc1768mbed.yml b/spec/build/bsps/arm/lpc176x/tstlpc1768mbed.yml index 95114741b2..0ce00994c3 100644 --- a/spec/build/bsps/arm/lpc176x/tstlpc1768mbed.yml +++ b/spec/build/bsps/arm/lpc176x/tstlpc1768mbed.yml @@ -1,24 +1,27 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - block08: exclude - capture: exclude - fileio: exclude - iostream: exclude - psxaio01: exclude - psxaio02: exclude - psxsignal07: exclude - rtems: exclude - sp16: exclude - sp25: exclude - sp42: exclude - sp48: exclude - sptimecounter02: exclude - sptimecounter03: exclude - tmcontext01: exclude - tmfine01: exclude - top: exclude - utf8proc01: exclude + reason: null + state: exclude + tests: + - block08 + - capture + - fileio + - iostream + - psxaio01 + - psxaio02 + - psxsignal07 + - rtems + - sp16 + - sp25 + - sp42 + - sp48 + - sptimecounter02 + - sptimecounter03 + - tmcontext01 + - tmfine01 + - top + - utf8proc01 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/arm/lpc176x/tstlpc1768mbedahbram.yml b/spec/build/bsps/arm/lpc176x/tstlpc1768mbedahbram.yml index 3f25946c1f..f1ba9bfba7 100644 --- a/spec/build/bsps/arm/lpc176x/tstlpc1768mbedahbram.yml +++ b/spec/build/bsps/arm/lpc176x/tstlpc1768mbedahbram.yml @@ -1,26 +1,29 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - block08: exclude - capture: exclude - fileio: exclude - iostream: exclude - psxaio01: exclude - psxaio02: exclude - psxaio03: exclude - psxsignal07: exclude - rtems: exclude - sp16: exclude - sp25: exclude - sp42: exclude - sp48: exclude - sptimecounter02: exclude - sptimecounter03: exclude - sptls02: exclude - tmcontext01: exclude - tmfine01: exclude - top: exclude - utf8proc01: exclude + reason: null + state: exclude + tests: + - block08 + - capture + - fileio + - iostream + - psxaio01 + - psxaio02 + - psxaio03 + - psxsignal07 + - rtems + - sp16 + - sp25 + - sp42 + - sp48 + - sptimecounter02 + - sptimecounter03 + - sptls02 + - tmcontext01 + - tmfine01 + - top + - utf8proc01 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/arm/lpc176x/tstlpc1768mbedahbrameth.yml b/spec/build/bsps/arm/lpc176x/tstlpc1768mbedahbrameth.yml index 1946daea39..8a900bf5ab 100644 --- a/spec/build/bsps/arm/lpc176x/tstlpc1768mbedahbrameth.yml +++ b/spec/build/bsps/arm/lpc176x/tstlpc1768mbedahbrameth.yml @@ -1,125 +1,128 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - block08: exclude - calloc: exclude - capture: exclude - cdtest: exclude - clockgettime: exclude - close: exclude - debugger01: exclude - defaultconfig01: exclude - dhrystone: exclude - dup2: exclude - fcntl: exclude - fileio: exclude - flockfile: exclude - fork: exclude - free: exclude - fsdosfswrite01: exclude - fsrfsbitmap01: exclude - fstat: exclude - ftrylockfile: exclude - funlockfile: exclude - getlogin: exclude - getpwnam: exclude - getpwuid: exclude - gettimeofday: exclude - getuid: exclude - heapwalk: exclude - htonl: exclude - imfsfserror: exclude - imfsfslink: exclude - imfsfspatheval: exclude - imfsfspermission: exclude - imfsfsrdwr: exclude - imfsfsscandir01: exclude - imfsfssymlink: exclude - imfsfstime: exclude - iostream: exclude - kill: exclude - longjmp: exclude - lseek: exclude - lstat: exclude - malloc: exclude - mdosfsfserror: exclude - mdosfsfspatheval: exclude - mdosfsfsrdwr: exclude - mdosfsfsscandir01: exclude - mdosfsfsstatvfs: exclude - mdosfsfstime: exclude - mimfsfserror: exclude - mimfsfslink: exclude - mimfsfspatheval: exclude - mimfsfspermission: exclude - mimfsfsrdwr: exclude - mimfsfsrename: exclude - mimfsfsscandir01: exclude - mimfsfssymlink: exclude - mimfsfstime: exclude - monitor: exclude - monitor01: exclude - monitor02: exclude - nanosleep: exclude - open: exclude - pipe: exclude - posixmemalign: exclude - psxaio01: exclude - psxaio02: exclude - psxaio03: exclude - psxbarrier01: exclude - psxkey07: exclude - psxkey08: exclude - psxsignal02: exclude - psxsignal07: exclude - rbheap01: exclude - read: exclude - readv: exclude - realloc: exclude - rtems: exclude - setjmp: exclude - sigaddset: exclude - sigdelset: exclude - sigemptyset: exclude - sigfillset: exclude - sigismember: exclude - sigprocmask: exclude - sp01: exclude - sp16: exclude - sp20: exclude - sp25: exclude - sp35: exclude - sp42: exclude - sp48: exclude - spclockerr01: exclude - speventerr03: exclude - spintrerr01: exclude - spmsgqerr01: exclude - spmsgqerr02: exclude - spporterr01: exclude - spratemonerr01: exclude - spregionerr01: exclude - spsemerr01: exclude - spsemerr02: exclude - spsignalerr01: exclude - spstkalloc: exclude - sptaskerr01: exclude - sptaskerr03: exclude - sptimecounter02: exclude - sptimecounter03: exclude - sptls02: exclude - stat: exclude - tm21: exclude - tmcontext01: exclude - tmfine01: exclude - top: exclude - unlink: exclude - utf8proc01: exclude - vfork: exclude - wait: exclude - waitpid: exclude - write: exclude - writev: exclude + reason: null + state: exclude + tests: + - block08 + - calloc + - capture + - cdtest + - clockgettime + - close + - debugger01 + - defaultconfig01 + - dhrystone + - dup2 + - fcntl + - fileio + - flockfile + - fork + - free + - fsdosfswrite01 + - fsrfsbitmap01 + - fstat + - ftrylockfile + - funlockfile + - getlogin + - getpwnam + - getpwuid + - gettimeofday + - getuid + - heapwalk + - htonl + - imfsfserror + - imfsfslink + - imfsfspatheval + - imfsfspermission + - imfsfsrdwr + - imfsfsscandir01 + - imfsfssymlink + - imfsfstime + - iostream + - kill + - longjmp + - lseek + - lstat + - malloc + - mdosfsfserror + - mdosfsfspatheval + - mdosfsfsrdwr + - mdosfsfsscandir01 + - mdosfsfsstatvfs + - mdosfsfstime + - mimfsfserror + - mimfsfslink + - mimfsfspatheval + - mimfsfspermission + - mimfsfsrdwr + - mimfsfsrename + - mimfsfsscandir01 + - mimfsfssymlink + - mimfsfstime + - monitor + - monitor01 + - monitor02 + - nanosleep + - open + - pipe + - posixmemalign + - psxaio01 + - psxaio02 + - psxaio03 + - psxbarrier01 + - psxkey07 + - psxkey08 + - psxsignal02 + - psxsignal07 + - rbheap01 + - read + - readv + - realloc + - rtems + - setjmp + - sigaddset + - sigdelset + - sigemptyset + - sigfillset + - sigismember + - sigprocmask + - sp01 + - sp16 + - sp20 + - sp25 + - sp35 + - sp42 + - sp48 + - spclockerr01 + - speventerr03 + - spintrerr01 + - spmsgqerr01 + - spmsgqerr02 + - spporterr01 + - spratemonerr01 + - spregionerr01 + - spsemerr01 + - spsemerr02 + - spsignalerr01 + - spstkalloc + - sptaskerr01 + - sptaskerr03 + - sptimecounter02 + - sptimecounter03 + - sptls02 + - stat + - tm21 + - tmcontext01 + - tmfine01 + - top + - unlink + - utf8proc01 + - vfork + - wait + - waitpid + - write + - writev build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/arm/lpc24xx/tstlpc17xxearomint.yml b/spec/build/bsps/arm/lpc24xx/tstlpc17xxearomint.yml index 7d60bda27a..3ded8b9878 100644 --- a/spec/build/bsps/arm/lpc24xx/tstlpc17xxearomint.yml +++ b/spec/build/bsps/arm/lpc24xx/tstlpc17xxearomint.yml @@ -1,7 +1,10 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - fsdosfsname01: exclude + reason: null + state: exclude + tests: + - fsdosfsname01 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/arm/lpc24xx/tstlpc17xxplx800romint.yml b/spec/build/bsps/arm/lpc24xx/tstlpc17xxplx800romint.yml index 7d60bda27a..3ded8b9878 100644 --- a/spec/build/bsps/arm/lpc24xx/tstlpc17xxplx800romint.yml +++ b/spec/build/bsps/arm/lpc24xx/tstlpc17xxplx800romint.yml @@ -1,7 +1,10 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - fsdosfsname01: exclude + reason: null + state: exclude + tests: + - fsdosfsname01 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/arm/lpc24xx/tstlpc23xx.yml b/spec/build/bsps/arm/lpc24xx/tstlpc23xx.yml index 1a3e375b03..e43ca25d3d 100644 --- a/spec/build/bsps/arm/lpc24xx/tstlpc23xx.yml +++ b/spec/build/bsps/arm/lpc24xx/tstlpc23xx.yml @@ -1,57 +1,60 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - block08: exclude - capture: exclude - cdtest: exclude - complex: exclude - crypt01: exclude - fileio: exclude - fsdosfsformat01: exclude - fsdosfsname02: exclude - fsdosfssync01: exclude - fsdosfswrite01: exclude - fsrfsbitmap01: exclude - fsrofs01: exclude - iostream: exclude - math: exclude - mathf: exclude - mdosfsfserror: exclude - mdosfsfspatheval: exclude - mdosfsfsrdwr: exclude - mdosfsfsscandir01: exclude - mdosfsfsstatvfs: exclude - mdosfsfstime: exclude - monitor: exclude - monitor02: exclude - paranoia: exclude - psxaio01: exclude - psxaio02: exclude - psxaio03: exclude - psxfile01: exclude - psxmsgq01: exclude - psxsignal07: exclude - psxtimer01: exclude - rcxx01: exclude - record01: exclude - rtems: exclude - shell01: exclude - sp16: exclude - sp25: exclude - sp42: exclude - sp48: exclude - spcxx01: exclude - sptimecounter02: exclude - sptimecounter03: exclude - sptls02: exclude - syscall01: exclude - tar01: exclude - termios: exclude - tmcontext01: exclude - tmfine01: exclude - top: exclude - ttest01: exclude - utf8proc01: exclude + reason: null + state: exclude + tests: + - block08 + - capture + - cdtest + - complex + - crypt01 + - fileio + - fsdosfsformat01 + - fsdosfsname02 + - fsdosfssync01 + - fsdosfswrite01 + - fsrfsbitmap01 + - fsrofs01 + - iostream + - math + - mathf + - mdosfsfserror + - mdosfsfspatheval + - mdosfsfsrdwr + - mdosfsfsscandir01 + - mdosfsfsstatvfs + - mdosfsfstime + - monitor + - monitor02 + - paranoia + - psxaio01 + - psxaio02 + - psxaio03 + - psxfile01 + - psxmsgq01 + - psxsignal07 + - psxtimer01 + - rcxx01 + - record01 + - rtems + - shell01 + - sp16 + - sp25 + - sp42 + - sp48 + - spcxx01 + - sptimecounter02 + - sptimecounter03 + - sptls02 + - syscall01 + - tar01 + - termios + - tmcontext01 + - tmfine01 + - top + - ttest01 + - utf8proc01 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/arm/lpc24xx/tstlpc40xxearomint.yml b/spec/build/bsps/arm/lpc24xx/tstlpc40xxearomint.yml index 7d60bda27a..3ded8b9878 100644 --- a/spec/build/bsps/arm/lpc24xx/tstlpc40xxearomint.yml +++ b/spec/build/bsps/arm/lpc24xx/tstlpc40xxearomint.yml @@ -1,7 +1,10 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - fsdosfsname01: exclude + reason: null + state: exclude + tests: + - fsdosfsname01 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/arm/lpc24xx/tstncsromint.yml b/spec/build/bsps/arm/lpc24xx/tstncsromint.yml index 7d60bda27a..3ded8b9878 100644 --- a/spec/build/bsps/arm/lpc24xx/tstncsromint.yml +++ b/spec/build/bsps/arm/lpc24xx/tstncsromint.yml @@ -1,7 +1,10 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - fsdosfsname01: exclude + reason: null + state: exclude + tests: + - fsdosfsname01 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/arm/lpc24xx/tstplx800romint.yml b/spec/build/bsps/arm/lpc24xx/tstplx800romint.yml index 7d60bda27a..3ded8b9878 100644 --- a/spec/build/bsps/arm/lpc24xx/tstplx800romint.yml +++ b/spec/build/bsps/arm/lpc24xx/tstplx800romint.yml @@ -1,7 +1,10 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - fsdosfsname01: exclude + reason: null + state: exclude + tests: + - fsdosfsname01 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/arm/lpc32xx/tstmzxstage1.yml b/spec/build/bsps/arm/lpc32xx/tstmzxstage1.yml index 9c10b3fc46..0dbde105cb 100644 --- a/spec/build/bsps/arm/lpc32xx/tstmzxstage1.yml +++ b/spec/build/bsps/arm/lpc32xx/tstmzxstage1.yml @@ -1,15 +1,18 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - fileio: exclude - fsdosfssync01: exclude - iostream: exclude - monitor02: exclude - rcxx01: exclude - rtems: exclude - sp71: exclude - ttest01: exclude - utf8proc01: exclude + reason: null + state: exclude + tests: + - fileio + - fsdosfssync01 + - iostream + - monitor02 + - rcxx01 + - rtems + - sp71 + - ttest01 + - utf8proc01 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/arm/rtl22xx/tstrtl22xx.yml b/spec/build/bsps/arm/rtl22xx/tstrtl22xx.yml index 7e94438992..efcb42b586 100644 --- a/spec/build/bsps/arm/rtl22xx/tstrtl22xx.yml +++ b/spec/build/bsps/arm/rtl22xx/tstrtl22xx.yml @@ -1,16 +1,19 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - dl10: exclude - exit03: exclude - fileio: exclude - fsdosfsname01: exclude - iostream: exclude - linpack: exclude - rcxx01: exclude - record02: exclude - utf8proc01: exclude - validation-no-clock-0: exclude + reason: null + state: exclude + tests: + - dl10 + - exit03 + - fileio + - fsdosfsname01 + - iostream + - linpack + - rcxx01 + - record02 + - utf8proc01 + - validation-no-clock-0 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/arm/rtl22xx/tstrtl22xxt.yml b/spec/build/bsps/arm/rtl22xx/tstrtl22xxt.yml index 43c82c7063..1bd1983dcb 100644 --- a/spec/build/bsps/arm/rtl22xx/tstrtl22xxt.yml +++ b/spec/build/bsps/arm/rtl22xx/tstrtl22xxt.yml @@ -1,12 +1,15 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - dl10: exclude - fsdosfsname01: exclude - linpack: exclude - record02: exclude - utf8proc01: exclude - validation-no-clock-0: exclude + reason: null + state: exclude + tests: + - dl10 + - fsdosfsname01 + - linpack + - record02 + - utf8proc01 + - validation-no-clock-0 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/arm/stm32f4/tststm32f105rc.yml b/spec/build/bsps/arm/stm32f4/tststm32f105rc.yml index 331c0f36fe..c7405f76dd 100644 --- a/spec/build/bsps/arm/stm32f4/tststm32f105rc.yml +++ b/spec/build/bsps/arm/stm32f4/tststm32f105rc.yml @@ -1,12 +1,15 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - fileio: exclude - iostream: exclude - monitor02: exclude - rcxx01: exclude - rtems: exclude - utf8proc01: exclude + reason: null + state: exclude + tests: + - fileio + - iostream + - monitor02 + - rcxx01 + - rtems + - utf8proc01 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/arm/stm32h7/tststm32h757i-eval.yml b/spec/build/bsps/arm/stm32h7/tststm32h757i-eval.yml index 656461c9aa..69f7ffe561 100644 --- a/spec/build/bsps/arm/stm32h7/tststm32h757i-eval.yml +++ b/spec/build/bsps/arm/stm32h7/tststm32h757i-eval.yml @@ -1,9 +1,12 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - linpack: exclude - fsdosfsname01: exclude - record02: exclude + reason: null + state: exclude + tests: + - fsdosfsname01 + - linpack + - record02 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) diff --git a/spec/build/bsps/arm/tms570/tstls3137hdkintram.yml b/spec/build/bsps/arm/tms570/tstls3137hdkintram.yml index 3222cea9b2..c52a26e118 100644 --- a/spec/build/bsps/arm/tms570/tstls3137hdkintram.yml +++ b/spec/build/bsps/arm/tms570/tstls3137hdkintram.yml @@ -1,12 +1,15 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: - fileio: exclude - iostream: exclude - monitor02: exclude - rcxx01: exclude - syscall01: exclude - utf8proc01: exclude + reason: null + state: exclude + tests: + - fileio + - iostream + - monitor02 + - rcxx01 + - syscall01 + - utf8proc01 build-type: option copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) -- cgit v1.2.3