Merge branch 'update-ostestbins' into 'master'

add newly hanging os-test tests to os-test-bins recipe

See merge request redox-os/redox!1852
This commit is contained in:
Jeremy Soller 2026-01-30 14:39:14 -07:00
commit df23100276

View File

@ -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
)