Skip to content

Commit 8a7299d

Browse files
committed
Disable warnings on thread pool exhaustion in posixtest
posixtest.test_pthread_cond_broadcast_1_2 seems to trigger this.
1 parent c08ab58 commit 8a7299d

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
@@ -186,7 +186,8 @@ def f(self):
186186
'-pthread',
187187
'-sEXIT_RUNTIME',
188188
'-sTOTAL_MEMORY=256mb',
189-
'-sPTHREAD_POOL_SIZE=40']
189+
'-sPTHREAD_POOL_SIZE=40',
190+
'-sPTHREAD_POOL_SIZE_STRICT=0']
190191
if browser:
191192
self.btest_exit(testfile, args=args)
192193
else:

0 commit comments

Comments
 (0)