Skip to content

Conversation

@dcpleung
Copy link
Member

@dcpleung dcpleung commented Nov 5, 2024

CONFIG_TEST_USERSPACE should select CONFIG_USERSPACE as they should be enabled together. It is no use to enable userspace tests without enabling userspace.

CONFIG_TEST_USERSPACE should select CONFIG_USERSPACE as they
should be enabled together. It is no use to enable userspace
tests without enabling userspace.

Signed-off-by: Daniel Leung <[email protected]>
@dcpleung dcpleung marked this pull request as ready for review November 6, 2024 17:25
@zephyrbot zephyrbot added area: Testsuite Testsuite size: XS A PR changing only a single line of code labels Nov 6, 2024
@nashif nashif merged commit d3695c3 into zephyrproject-rtos:main Nov 19, 2024
29 checks passed
@dcpleung dcpleung deleted the tests/select_userspace branch November 19, 2024 16:50
djiatsaf-st added a commit to djiatsaf-st/zephyr that referenced this pull request Dec 4, 2024
Test cases on F746ZG work with USERSPACE config not enabled.
PR zephyrproject-rtos#80944 forces the use of the TEST_ENABLE_USERSPACE config with
the "select" statement instead of "imply," which is more restrictive
for test case dependencies.This leads to the error
"Memory region 0x2004d180 (size 8) write access denied" on boards.
By setting CONFIG_TEST_USERSPACE=n, the TEST_ENABLE_USERSPACE config will
not be enabled.

Signed-off-by: Fabrice DJIATSA <[email protected]>
henrikbrixandersen pushed a commit that referenced this pull request Jan 6, 2025
Test cases on F746ZG work with USERSPACE config not enabled.
PR #80944 forces the use of the TEST_ENABLE_USERSPACE config with
the "select" statement instead of "imply," which is more restrictive
for test case dependencies.This leads to the error
"Memory region 0x2004d180 (size 8) write access denied" on boards.
By setting CONFIG_TEST_USERSPACE=n, the TEST_ENABLE_USERSPACE config will
not be enabled.

Signed-off-by: Fabrice DJIATSA <[email protected]>
Devansh0210 pushed a commit to Devansh0210/zephyr that referenced this pull request Jan 7, 2025
Test cases on F746ZG work with USERSPACE config not enabled.
PR zephyrproject-rtos#80944 forces the use of the TEST_ENABLE_USERSPACE config with
the "select" statement instead of "imply," which is more restrictive
for test case dependencies.This leads to the error
"Memory region 0x2004d180 (size 8) write access denied" on boards.
By setting CONFIG_TEST_USERSPACE=n, the TEST_ENABLE_USERSPACE config will
not be enabled.

Signed-off-by: Fabrice DJIATSA <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: Testsuite Testsuite size: XS A PR changing only a single line of code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants