Skip to content

Commit ddf2fb8

Browse files
committed
Disable warnings on thread pool exhaustion in posixtest
posixtest.test_pthread_cond_broadcast_1_2 seems to trigger this.
1 parent 53ce1fe commit ddf2fb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_posixtest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ def f(self):
188188
'-pthread',
189189
'-sEXIT_RUNTIME',
190190
'-sTOTAL_MEMORY=256mb',
191-
'-sPTHREAD_POOL_SIZE=40']
191+
'-sPTHREAD_POOL_SIZE=40',
192+
'-sPTHREAD_POOL_SIZE_STRICT=0']
192193
if browser:
193194
self.btest_exit(testfile, args=args)
194195
else:

0 commit comments

Comments
 (0)