File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2296,8 +2296,6 @@ def test_openal_buffers(self):
2296
2296
self .btest_exit ('openal/test_openal_buffers.c' , cflags = ['--preload-file' , test_file ('sounds/the_entertainer.wav' ) + '@/' ])
2297
2297
2298
2298
def test_runtimelink (self ):
2299
- if self .get_setting ('GLOBAL_BASE' ):
2300
- self .skipTest ('GLOBAL_BASE is not compatible with SIDE_MODULE' )
2301
2299
create_file ('header.h' , r'''
2302
2300
struct point {
2303
2301
int x, y;
@@ -3557,8 +3555,6 @@ def test_dlopen_blocking(self):
3557
3555
'inworker' : ([1 ],),
3558
3556
})
3559
3557
def test_dylink_dso_needed (self , inworker ):
3560
- if self .get_setting ('GLOBAL_BASE' ):
3561
- self .skipTest ('GLOBAL_BASE is not compatible with SIDE_MODULE' )
3562
3558
self .cflags += ['-O2' ]
3563
3559
3564
3560
def do_run (src , expected_output , cflags ):
@@ -5701,6 +5697,8 @@ def setUp(self):
5701
5697
self .set_setting ('MEMORY64' )
5702
5698
self .set_setting ('INITIAL_MEMORY' , '2200mb' )
5703
5699
self .set_setting ('GLOBAL_BASE' , '2gb' )
5700
+ # Without this we get a warning about GLOBAL_BASE being ignored when used with SIDE_MODULE
5701
+ self .cflags .append ('-Wno-unused-command-line-argument' )
5704
5702
self .require_wasm64 ()
5705
5703
5706
5704
You can’t perform that action at this time.
0 commit comments