Skip to content

Commit 5413270

Browse files
dcpleungkartben
authored andcommitted
tests: stack_unwind/x86: no need to force no optimizations
Previously, forcing no compiler optimizations is required for x86_64 to unwind stack. However, this is not the case anymore as long as frame pointers are not omitted. So update custom kconfigs for x86 in the stack_unwind test. Signed-off-by: Daniel Leung <[email protected]>
1 parent ec6a6eb commit 5413270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/arch/common/stack_unwind/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ tests:
3333
arch.common.stack_unwind.x86:
3434
arch_allow: x86
3535
extra_configs:
36-
- CONFIG_NO_OPTIMIZATIONS=y
3736
- CONFIG_OMIT_FRAME_POINTER=n
37+
- CONFIG_OVERRIDE_FRAME_POINTER_DEFAULT=y
3838
integration_platforms:
3939
- qemu_x86
4040
- qemu_x86_64

0 commit comments

Comments
 (0)