From 856fd652dab926874131c4fb8ecd985ee1e297be Mon Sep 17 00:00:00 2001 From: Daniel Leung Date: Thu, 10 Dec 2020 18:10:45 -0800 Subject: [PATCH] tests: cmsis_rtos_v2: enable x86 64-bit boards The conditions which prohibit running the test suite on qemu_x86_64, up_squared and ehl_crb no longer exist. So remove these two from the exclude list, and now they can be built and run in CI. Signed-off-by: Daniel Leung --- tests/portability/cmsis_rtos_v2/testcase.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/portability/cmsis_rtos_v2/testcase.yaml b/tests/portability/cmsis_rtos_v2/testcase.yaml index 899b1377be0..2c812a13a65 100644 --- a/tests/portability/cmsis_rtos_v2/testcase.yaml +++ b/tests/portability/cmsis_rtos_v2/testcase.yaml @@ -1,8 +1,6 @@ tests: portability.cmsis_rtos_v2: - # qemu_x86_64, ehl_crb and up_squared need bigger stack - # but CMSIS limits the stack size, resulting in stack overflow. - platform_exclude: qemu_x86_64 m2gl025_miv up_squared ehl_crb + platform_exclude: m2gl025_miv tags: cmsis_rtos min_ram: 32 min_flash: 34