This commit converts the `fp_sharing` tests to use the ztest framework. In addition, this commit also introduces a behavioural change to run the `pi` unit test separately from the `load_store` unit test, in order to allow more manageable and diagnosable test execution. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
22 lines
519 B
YAML
22 lines
519 B
YAML
tests:
|
|
kernel.float.fp_sharing.arm:
|
|
extra_args: PI_NUM_ITERATIONS=70000
|
|
filter: CONFIG_ARMV7_M_ARMV8_M_FP
|
|
slow: true
|
|
tags: kernel
|
|
timeout: 600
|
|
min_ram: 16
|
|
kernel.float.fp_sharing.x86:
|
|
extra_args: CONF_FILE=prj_x86.conf
|
|
platform_whitelist: qemu_x86
|
|
slow: true
|
|
tags: kernel
|
|
timeout: 600
|
|
kernel.float.fp_sharing.arc:
|
|
extra_args: PI_NUM_ITERATIONS=500
|
|
filter: CONFIG_CPU_ARCV2 and CONFIG_CPU_HAS_FPU
|
|
slow: true
|
|
tags: kernel
|
|
timeout: 600
|
|
min_ram: 16
|