Skip to content

Commit e19fd4d

Browse files
yinfangwmbolivar-nordic
authored andcommitted
tests: fpu_sharing: Fix the skipped testing on acrn_ehl_crb
acrn_ehl_crb itself supports fpu_sharing. Enable the fpu_sharing testing on acrn_ehl_crb. Signed-off-by: Yinfang Wang <[email protected]>
1 parent c668199 commit e19fd4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/kernel/fpu_sharing/float_disable/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ tests:
2121
extra_args: CONF_FILE=prj_x86.conf
2222
extra_configs:
2323
- CONFIG_X86_SSE_FP_MATH=n
24-
platform_allow: qemu_x86 qemu_x86_lakemont ehl_crb
24+
platform_allow: qemu_x86 qemu_x86_lakemont ehl_crb acrn_ehl_crb
2525
tags: fpu kernel userspace
2626
kernel.fpu_sharing.float_disable.x86.sse:
2727
extra_args: CONF_FILE=prj_x86.conf
2828
extra_configs:
2929
- CONFIG_X86_SSE_FP_MATH=y
30-
platform_allow: qemu_x86 qemu_x86_lakemont ehl_crb
30+
platform_allow: qemu_x86 qemu_x86_lakemont ehl_crb acrn_ehl_crb
3131
tags: fpu kernel userspace

0 commit comments

Comments
 (0)