mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
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:
commit
df23100276
@ -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
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user