Skip to content

Commit 6d51ebc

Browse files
committed
Temporarily disable test_pthread_run_on_main_thread under chrome
See #18210
1 parent 20d8117 commit 6d51ebc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_browser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4077,6 +4077,7 @@ def test_pthread_gauge_available_memory(self):
40774077
self.btest(test_file('gauge_available_memory.cpp'), expected='1', args=['-sABORTING_MALLOC=0'] + args + opts)
40784078

40794079
# Test that the proxying operations of user code from pthreads to main thread work
4080+
@no_chrome('https://github.com/emscripten-core/emscripten/issues/18210')
40804081
@requires_threads
40814082
def test_pthread_run_on_main_thread(self):
40824083
self.btest_exit(test_file('pthread/test_pthread_run_on_main_thread.cpp'), args=['-O3', '-sUSE_PTHREADS', '-sPTHREAD_POOL_SIZE'])

0 commit comments

Comments
 (0)