Commit 728ce619 authored by Stephanos Ioannidis's avatar Stephanos Ioannidis Committed by Ioannis Glaropoulos
Browse files

tests: Rename kernel.common.stack_protection_arm_fp_sharing



This commit renames the `kernel.common.stack_protection_arm_fp_sharing`
test to `kernel.common.stack_protection_arm_fpu_sharing`, in order to
align with the recent `CONFIG_FP_SHARING` to `CONFIG_FPU_SHARING`
renaming.

Signed-off-by: default avatarStephanos Ioannidis <root@stephanos.io>
parent 41a3d1e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@ tests:
    filter: CONFIG_ARCH_HAS_STACK_PROTECTION
    arch_whitelist: arm
    tags: kernel ignore_faults memory_protection
  kernel.common.stack_protection_arm_fp_sharing:
    extra_args: CONF_FILE=prj_arm_fp_sharing.conf
  kernel.common.stack_protection_arm_fpu_sharing:
    extra_args: CONF_FILE=prj_arm_fpu_sharing.conf
    platform_exclude: twr_ke18f
    filter: CONFIG_ARCH_HAS_STACK_PROTECTION and CONFIG_ARMV7_M_ARMV8_M_FP
    tags: kernel ignore_faults userspace