]> begriffs open source - cmsis/commit
Restructure Core tests dev/v6.0.0-dev84
authorJonatan Antoni <jonatan.antoni@arm.com>
Mon, 27 Nov 2023 12:32:36 +0000 (13:32 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 12:32:36 +0000 (13:32 +0100)
commitc53c0f5c58d9105e843fa2bff0f73c3969241912
tree0bcafbc46449687403c6ea6b8f105ebc04c795bb
parentf44ff7be2b28abe3d82d5ad2611588a5f867c73a
Restructure Core tests

- Move tests into src subfolder
- Use temp directory for intermediate object files
- Include test report in matrix summary
59 files changed:
CMSIS/Core/Test/README.md [new file with mode: 0644]
CMSIS/Core/Test/bkpt.c [deleted file]
CMSIS/Core/Test/build.py
CMSIS/Core/Test/dmb.c [deleted file]
CMSIS/Core/Test/dsb.c [deleted file]
CMSIS/Core/Test/isb.c [deleted file]
CMSIS/Core/Test/lit.cfg.py
CMSIS/Core/Test/nop.c [deleted file]
CMSIS/Core/Test/sev.c [deleted file]
CMSIS/Core/Test/src/apsr.c [moved from CMSIS/Core/Test/apsr.c with 57% similarity]
CMSIS/Core/Test/src/basepri.c [moved from CMSIS/Core/Test/basepri.c with 86% similarity]
CMSIS/Core/Test/src/bkpt.c [new file with mode: 0644]
CMSIS/Core/Test/src/clrex.c [moved from CMSIS/Core/Test/clrex.c with 50% similarity]
CMSIS/Core/Test/src/clz.c [moved from CMSIS/Core/Test/clz.c with 59% similarity]
CMSIS/Core/Test/src/control.c [moved from CMSIS/Core/Test/control.c with 84% similarity]
CMSIS/Core/Test/src/cp15.c [moved from CMSIS/Core/Test/cp15.c with 97% similarity]
CMSIS/Core/Test/src/cpsr.c [moved from CMSIS/Core/Test/cpsr.c with 82% similarity]
CMSIS/Core/Test/src/dmb.c [new file with mode: 0644]
CMSIS/Core/Test/src/dsb.c [new file with mode: 0644]
CMSIS/Core/Test/src/fault_irq.c [moved from CMSIS/Core/Test/fault_irq.c with 68% similarity]
CMSIS/Core/Test/src/faultmask.c [moved from CMSIS/Core/Test/faultmask.c with 84% similarity]
CMSIS/Core/Test/src/fpexc.c [moved from CMSIS/Core/Test/fpexc.c with 71% similarity]
CMSIS/Core/Test/src/fpexc_nofp.c [moved from CMSIS/Core/Test/fpexc_nofp.c with 72% similarity]
CMSIS/Core/Test/src/fpscr.c [moved from CMSIS/Core/Test/fpscr.c with 71% similarity]
CMSIS/Core/Test/src/fpscr_nofp.c [moved from CMSIS/Core/Test/fpscr_nofp.c with 73% similarity]
CMSIS/Core/Test/src/ipsr.c [moved from CMSIS/Core/Test/ipsr.c with 57% similarity]
CMSIS/Core/Test/src/irq.c [moved from CMSIS/Core/Test/irq.c with 64% similarity]
CMSIS/Core/Test/src/isb.c [new file with mode: 0644]
CMSIS/Core/Test/src/lda.c [moved from CMSIS/Core/Test/lda.c with 80% similarity]
CMSIS/Core/Test/src/ldaex.c [moved from CMSIS/Core/Test/ldaex.c with 80% similarity]
CMSIS/Core/Test/src/ldrex.c [moved from CMSIS/Core/Test/ldrex.c with 80% similarity]
CMSIS/Core/Test/src/ldrt.c [moved from CMSIS/Core/Test/ldrt.c with 80% similarity]
CMSIS/Core/Test/src/msp.c [moved from CMSIS/Core/Test/msp.c with 82% similarity]
CMSIS/Core/Test/src/msplim.c [moved from CMSIS/Core/Test/msplim.c with 83% similarity]
CMSIS/Core/Test/src/nop.c [new file with mode: 0644]
CMSIS/Core/Test/src/noreturn.c [moved from CMSIS/Core/Test/noreturn.c with 54% similarity]
CMSIS/Core/Test/src/primask.c [moved from CMSIS/Core/Test/primask.c with 83% similarity]
CMSIS/Core/Test/src/psp.c [moved from CMSIS/Core/Test/psp.c with 82% similarity]
CMSIS/Core/Test/src/psplim.c [moved from CMSIS/Core/Test/psplim.c with 83% similarity]
CMSIS/Core/Test/src/psplim_baseline.c [moved from CMSIS/Core/Test/psplim_baseline.c with 85% similarity]
CMSIS/Core/Test/src/rbit.c [moved from CMSIS/Core/Test/rbit.c with 60% similarity]
CMSIS/Core/Test/src/rev.c [moved from CMSIS/Core/Test/rev.c with 57% similarity]
CMSIS/Core/Test/src/rev16.c [moved from CMSIS/Core/Test/rev16.c with 58% similarity]
CMSIS/Core/Test/src/revsh.c [moved from CMSIS/Core/Test/revsh.c with 58% similarity]
CMSIS/Core/Test/src/ror.c [moved from CMSIS/Core/Test/ror.c with 66% similarity]
CMSIS/Core/Test/src/rrx.c [moved from CMSIS/Core/Test/rrx.c with 59% similarity]
CMSIS/Core/Test/src/sat.c [moved from CMSIS/Core/Test/sat.c with 79% similarity]
CMSIS/Core/Test/src/sev.c [new file with mode: 0644]
CMSIS/Core/Test/src/simd.c [moved from CMSIS/Core/Test/simd.c with 98% similarity]
CMSIS/Core/Test/src/sp.c [moved from CMSIS/Core/Test/sp.c with 84% similarity]
CMSIS/Core/Test/src/sp_ns.c [moved from CMSIS/Core/Test/sp_ns.c with 73% similarity]
CMSIS/Core/Test/src/stl.c [moved from CMSIS/Core/Test/stl.c with 78% similarity]
CMSIS/Core/Test/src/stlex.c [moved from CMSIS/Core/Test/stlex.c with 81% similarity]
CMSIS/Core/Test/src/strex.c [moved from CMSIS/Core/Test/strex.c with 81% similarity]
CMSIS/Core/Test/src/strt.c [moved from CMSIS/Core/Test/strt.c with 78% similarity]
CMSIS/Core/Test/src/systick.c [moved from CMSIS/Core/Test/systick.c with 68% similarity]
CMSIS/Core/Test/src/wfi.c [new file with mode: 0644]
CMSIS/Core/Test/src/xpsr.c [moved from CMSIS/Core/Test/xpsr.c with 57% similarity]
CMSIS/Core/Test/wfi.c [deleted file]