Skip to content

Commit b75dfcd

Browse files
committed
Disable warnings on thread pool exhaustion in posixtest
posixtest.test_pthread_cond_broadcast_1_2 seems to trigger this.
1 parent 5b85f91 commit b75dfcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_posixtest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ def f(self):
178178
'-sUSE_PTHREADS',
179179
'-sEXIT_RUNTIME',
180180
'-sTOTAL_MEMORY=256mb',
181-
'-sPTHREAD_POOL_SIZE=40']
181+
'-sPTHREAD_POOL_SIZE=40',
182+
'-sPTHREAD_POOL_SIZE_STRICT=0']
182183
if browser:
183184
self.btest_exit(testfile, args=args)
184185
else:

0 commit comments

Comments
 (0)