From b2222554130edf7f5ff3ca09df0ea3212d0f7d53 Mon Sep 17 00:00:00 2001 From: auronandace Date: Fri, 30 Jan 2026 21:19:41 +0000 Subject: [PATCH] add newly hanging os-test tests to os-test-bins recipe --- recipes/tests/os-test-bins/recipe.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/recipes/tests/os-test-bins/recipe.toml b/recipes/tests/os-test-bins/recipe.toml index 9bbdb5ff6..c8e02a571 100644 --- a/recipes/tests/os-test-bins/recipe.toml +++ b/recipes/tests/os-test-bins/recipe.toml @@ -32,6 +32,16 @@ make OS=Redox \ skips=( # These tests hang + basic/pthread/pthread_barrierattr_setpshared + basic/pthread/pthread_cancel + basic/pthread/pthread_cleanup_pop + basic/pthread/pthread_cleanup_push + basic/pthread/pthread_condattr_setpshared + basic/pthread/pthread_mutex_consistent + basic/pthread/pthread_rwlock_timedrdlock + basic/pthread/pthread_rwlock_timedrwlock + basic/pthread/pthread_setcanceltype + basic/pthread/pthread_testcancel signal/ppoll-block-sleep-raise-write signal/ppoll-block-sleep-write-raise )