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):
22962296 self .btest_exit ('openal/test_openal_buffers.c' , cflags = ['--preload-file' , test_file ('sounds/the_entertainer.wav' ) + '@/' ])
22972297
22982298 def test_runtimelink (self ):
2299- if self .get_setting ('GLOBAL_BASE' ):
2300- self .skipTest ('GLOBAL_BASE is not compatible with SIDE_MODULE' )
23012299 create_file ('header.h' , r'''
23022300 struct point {
23032301 int x, y;
@@ -3557,8 +3555,6 @@ def test_dlopen_blocking(self):
35573555 'inworker' : ([1 ],),
35583556 })
35593557 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' )
35623558 self .cflags += ['-O2' ]
35633559
35643560 def do_run (src , expected_output , cflags ):
@@ -5701,6 +5697,8 @@ def setUp(self):
57015697 self .set_setting ('MEMORY64' )
57025698 self .set_setting ('INITIAL_MEMORY' , '2200mb' )
57035699 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' )
57045702 self .require_wasm64 ()
57055703
57065704
You can’t perform that action at this time.
0 commit comments