zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.92k stars 6.65k forks source link

tests: posix: common: split xsi_threads_ext into separate test #81741

Open cfriedt opened 13 hours ago

cfriedt commented 13 hours ago

Is your enhancement proposal related to a problem? Please describe. Make the xsi_threads_ext-related tests in tests/posix/common into a standalone test.

Describe the solution you'd like The obvious way to group xsi_threads_ext-related testsuites is by XSI_THREADS_EXT Option Group.

Describe alternatives you've considered The way the testsuite has been designed historically.

It's probably fine to group the `XSI_THREADS_EXT tests into this suite as well.

Additional context See #79454 for more info