@@ -4714,7 +4714,9 @@ def test_fetch_cached_xhr(self):
4714
4714
4715
4715
# Tests that response headers get set on emscripten_fetch_t values.
4716
4716
@no_firefox ('https://github.com/emscripten-core/emscripten/issues/16868' )
4717
- @also_with_wasm2js_or_wasm64
4717
+ # TODO(sbc): https://github.com/emscripten-core/emscripten/issues/20262
4718
+ # @also_with_wasm2js_or_wasm64
4719
+ @also_with_wasm2js
4718
4720
@requires_threads
4719
4721
def test_fetch_response_headers (self ):
4720
4722
shutil .copyfile (test_file ('gears.png' ), 'gears.png' )
@@ -4747,7 +4749,9 @@ def test_fetch_xhr_abort(self):
4747
4749
# Tests emscripten_fetch() usage in synchronous mode when used from the main
4748
4750
# thread proxied to a Worker with -sPROXY_TO_PTHREAD option.
4749
4751
@no_firefox ('https://github.com/emscripten-core/emscripten/issues/16868' )
4750
- @also_with_wasm64
4752
+ # TODO(sbc): https://github.com/emscripten-core/emscripten/issues/20262
4753
+ # @also_with_wasm2js_or_wasm64
4754
+ @also_with_wasm2js
4751
4755
@requires_threads
4752
4756
def test_fetch_sync_xhr (self ):
4753
4757
shutil .copyfile (test_file ('gears.png' ), 'gears.png' )
@@ -4756,7 +4760,8 @@ def test_fetch_sync_xhr(self):
4756
4760
# Tests emscripten_fetch() usage when user passes none of the main 3 flags (append/replace/no_download).
4757
4761
# In that case, in append is implicitly understood.
4758
4762
@no_firefox ('https://github.com/emscripten-core/emscripten/issues/16868' )
4759
- @also_with_wasm64
4763
+ # TODO(sbc): https://github.com/emscripten-core/emscripten/issues/20262
4764
+ # @also_with_wasm64
4760
4765
@requires_threads
4761
4766
def test_fetch_implicit_append (self ):
4762
4767
shutil .copyfile (test_file ('gears.png' ), 'gears.png' )
@@ -5589,7 +5594,8 @@ def test_full_js_library_strict(self):
5589
5594
# Tests the AudioWorklet demo
5590
5595
@parameterized ({
5591
5596
'' : ([],),
5592
- 'memory64' : (['-sMEMORY64' , '-Wno-experimental' ],),
5597
+ # TODO(sbc): https://github.com/emscripten-core/emscripten/issues/20262
5598
+ # 'memory64': (['-sMEMORY64', '-Wno-experimental'],),
5593
5599
'with_fs' : (['--preload-file' , test_file ('hello_world.c' ) + '@/' ],),
5594
5600
'closure' : (['--closure' , '1' , '-Oz' ],),
5595
5601
'asyncify' : (['-sASYNCIFY' ],),
0 commit comments