@@ -3694,8 +3694,6 @@ def test_pthread_main_thread_blocking_join(self):
36943694 self .btest_exit ('pthread/main_thread_join.cpp' , args = ['-O3' , '-pthread' , '-sPTHREAD_POOL_SIZE' , '-sPROXY_TO_PTHREAD' , '-sALLOW_BLOCKING_ON_MAIN_THREAD=0' ])
36953695
36963696 # Test the old GCC atomic __sync_fetch_and_op builtin operations.
3697- @no_2gb ('https://github.com/emscripten-core/emscripten/issues/21318' )
3698- @no_4gb ('https://github.com/emscripten-core/emscripten/issues/21318' )
36993697 @parameterized ({
37003698 '' : (['-g' ],),
37013699 'O1' : (['-O1' , '-g' ],),
@@ -3709,8 +3707,6 @@ def test_pthread_gcc_atomic_fetch_and_op(self, args):
37093707
37103708 # 64 bit version of the above test.
37113709 @also_with_wasm2js
3712- @no_2gb ('https://github.com/emscripten-core/emscripten/issues/21318' )
3713- @no_4gb ('https://github.com/emscripten-core/emscripten/issues/21318' )
37143710 def test_pthread_gcc_64bit_atomic_fetch_and_op (self ):
37153711 if self .is_wasm2js ():
37163712 self .skipTest ('https://github.com/WebAssembly/binaryen/issues/4358' )
@@ -3719,16 +3715,12 @@ def test_pthread_gcc_64bit_atomic_fetch_and_op(self):
37193715
37203716 # Test the old GCC atomic __sync_op_and_fetch builtin operations.
37213717 @also_with_wasm2js
3722- @no_2gb ('https://github.com/emscripten-core/emscripten/issues/21318' )
3723- @no_4gb ('https://github.com/emscripten-core/emscripten/issues/21318' )
37243718 def test_pthread_gcc_atomic_op_and_fetch (self ):
37253719 self .emcc_args += ['-Wno-sync-fetch-and-nand-semantics-changed' ]
37263720 self .btest_exit ('pthread/test_pthread_gcc_atomic_op_and_fetch.c' , args = ['-O3' , '-pthread' , '-sPTHREAD_POOL_SIZE=8' ])
37273721
37283722 # 64 bit version of the above test.
37293723 @also_with_wasm2js
3730- @no_2gb ('https://github.com/emscripten-core/emscripten/issues/21318' )
3731- @no_4gb ('https://github.com/emscripten-core/emscripten/issues/21318' )
37323724 def test_pthread_gcc_64bit_atomic_op_and_fetch (self ):
37333725 if self .is_wasm2js ():
37343726 self .skipTest ('https://github.com/WebAssembly/binaryen/issues/4358' )
0 commit comments