From 728ce61968898bb1fce1186cc5cbcddffde9cce1 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Sun, 3 May 2020 18:28:50 +0900 Subject: [PATCH] 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: Stephanos Ioannidis --- .../{prj_arm_fp_sharing.conf => prj_arm_fpu_sharing.conf} | 0 tests/kernel/fatal/testcase.yaml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename tests/kernel/fatal/{prj_arm_fp_sharing.conf => prj_arm_fpu_sharing.conf} (100%) diff --git a/tests/kernel/fatal/prj_arm_fp_sharing.conf b/tests/kernel/fatal/prj_arm_fpu_sharing.conf similarity index 100% rename from tests/kernel/fatal/prj_arm_fp_sharing.conf rename to tests/kernel/fatal/prj_arm_fpu_sharing.conf diff --git a/tests/kernel/fatal/testcase.yaml b/tests/kernel/fatal/testcase.yaml index 4466c472514..875e3e9c21a 100644 --- a/tests/kernel/fatal/testcase.yaml +++ b/tests/kernel/fatal/testcase.yaml @@ -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