[PATCH v4 3/3] testsuite/smokey/psostests: Enable psostests_task2 test
Florian Bezdeka <[email protected]> Mon, 20 Jul 2026 23:28:27 +0200
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <[email protected]> |
It seems the test was disabled because it failed in the past as the active waiting loop was not enough for keeping the background task alive. As the real issue has been fixed now we can re-enable the test at smokey level. Signed-off-by: Florian Bezdeka <[email protected]> --- testsuite/smokey/psostests/psostests.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testsuite/smokey/psostests/psostests.c b/testsuite/smokey/psostests/psostests.c index 289d563ac3595f0e2d21bc5f5746772fd51234b8..31347ba45ea430ac4b2e62be4c1e437519f2fb37 100644 --- a/testsuite/smokey/psostests/psostests.c +++ b/testsuite/smokey/psostests/psostests.c @@ -15,9 +15,7 @@ static const char * const tests[] = { "psostests_sem1", "psostests_sem2", "psostests_task1", - // 0"014.452| BUG in __traceobj_assert_failed(): [FGND] trace assertion failed: - // ../../../../../../../../../workspace/sources/xenomai/testsuite/smokey/psostests/task-2.c:56 => "ret == 0" - //"psostests_task2", + "psostests_task2", "psostests_task3", "psostests_task4", "psostests_task5", -- 2.55.0