@@ -4754,9 +4754,7 @@ def test_fetch_cached_xhr(self):
4754
4754
4755
4755
# Tests that response headers get set on emscripten_fetch_t values.
4756
4756
@no_firefox ('https://github.com/emscripten-core/emscripten/issues/16868' )
4757
- # TODO(sbc): https://github.com/emscripten-core/emscripten/issues/20262
4758
- # @also_with_wasm2js_or_wasm64
4759
- @also_with_wasm2js
4757
+ @also_with_wasm2js_or_wasm64
4760
4758
@requires_threads
4761
4759
def test_fetch_response_headers (self ):
4762
4760
shutil .copyfile (test_file ('gears.png' ), 'gears.png' )
@@ -4789,9 +4787,7 @@ def test_fetch_xhr_abort(self):
4789
4787
# Tests emscripten_fetch() usage in synchronous mode when used from the main
4790
4788
# thread proxied to a Worker with -sPROXY_TO_PTHREAD option.
4791
4789
@no_firefox ('https://github.com/emscripten-core/emscripten/issues/16868' )
4792
- # TODO(sbc): https://github.com/emscripten-core/emscripten/issues/20262
4793
- # @also_with_wasm2js_or_wasm64
4794
- @also_with_wasm2js
4790
+ @also_with_wasm2js_or_wasm64
4795
4791
@requires_threads
4796
4792
def test_fetch_sync_xhr (self ):
4797
4793
shutil .copyfile (test_file ('gears.png' ), 'gears.png' )
@@ -4800,8 +4796,7 @@ def test_fetch_sync_xhr(self):
4800
4796
# Tests emscripten_fetch() usage when user passes none of the main 3 flags (append/replace/no_download).
4801
4797
# In that case, in append is implicitly understood.
4802
4798
@no_firefox ('https://github.com/emscripten-core/emscripten/issues/16868' )
4803
- # TODO(sbc): https://github.com/emscripten-core/emscripten/issues/20262
4804
- # @also_with_wasm64
4799
+ @also_with_wasm64
4805
4800
@requires_threads
4806
4801
def test_fetch_implicit_append (self ):
4807
4802
shutil .copyfile (test_file ('gears.png' ), 'gears.png' )
@@ -5634,8 +5629,7 @@ def test_full_js_library_strict(self):
5634
5629
# Tests the AudioWorklet demo
5635
5630
@parameterized ({
5636
5631
'' : ([],),
5637
- # TODO(sbc): https://github.com/emscripten-core/emscripten/issues/20262
5638
- # 'memory64': (['-sMEMORY64', '-Wno-experimental'],),
5632
+ 'memory64' : (['-sMEMORY64' , '-Wno-experimental' ],),
5639
5633
'with_fs' : (['--preload-file' , test_file ('hello_world.c' ) + '@/' ],),
5640
5634
'closure' : (['--closure' , '1' , '-Oz' ],),
5641
5635
'asyncify' : (['-sASYNCIFY' ],),
0 commit comments