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 <yinfang.wang@intel.com>
This commit is contained in:
parent
c668199b5d
commit
e19fd4d3fa
1 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@ tests:
|
||||||
extra_args: CONF_FILE=prj_x86.conf
|
extra_args: CONF_FILE=prj_x86.conf
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_X86_SSE_FP_MATH=n
|
- CONFIG_X86_SSE_FP_MATH=n
|
||||||
platform_allow: qemu_x86 qemu_x86_lakemont ehl_crb
|
platform_allow: qemu_x86 qemu_x86_lakemont ehl_crb acrn_ehl_crb
|
||||||
tags: fpu kernel userspace
|
tags: fpu kernel userspace
|
||||||
kernel.fpu_sharing.float_disable.x86.sse:
|
kernel.fpu_sharing.float_disable.x86.sse:
|
||||||
extra_args: CONF_FILE=prj_x86.conf
|
extra_args: CONF_FILE=prj_x86.conf
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_X86_SSE_FP_MATH=y
|
- CONFIG_X86_SSE_FP_MATH=y
|
||||||
platform_allow: qemu_x86 qemu_x86_lakemont ehl_crb
|
platform_allow: qemu_x86 qemu_x86_lakemont ehl_crb acrn_ehl_crb
|
||||||
tags: fpu kernel userspace
|
tags: fpu kernel userspace
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue