Skip to content

Commit 186a57b

Browse files
committed
Update posixtestsuite. NFC
This brings in the following change: - f4cb4f9: Disable WITH_SYNCHRO in pthreads tests under emscripten
1 parent 45f2b1b commit 186a57b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/test_posixtest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,9 @@ def get_pthread_tests():
6262
'test_pthread_mutex_lock_5_1': 'signals are not supported',
6363
'test_pthread_mutexattr_settype_2_1': 'interrupting pthread_mutex_lock wait via SIGALRM is not supported',
6464
'test_pthread_spin_lock_3_1': 'signals are not supported',
65-
'test_pthread_mutex_lock_3_1': 'signals are not supported',
6665
'test_pthread_create_14_1': 'signals are not supported',
6766
'test_pthread_detach_4_3': 'signals are not supported',
6867
'test_pthread_join_6_3': 'signals are not supported',
69-
'test_pthread_cond_init_4_2': 'signals are not supported',
7068
'test_pthread_barrier_wait_3_2': 'signals are not supported',
7169
'test_pthread_cond_broadcast_1_2': 'tries to create 10,0000 threads, then depends on fork()',
7270
}

0 commit comments

Comments
 (0)