File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2285,6 +2285,8 @@ def test_openal_buffers(self):
22852285 self .btest_exit ('openal/test_openal_buffers.c' , cflags = ['--preload-file' , test_file ('sounds/the_entertainer.wav' ) + '@/' ])
22862286
22872287 def test_runtimelink (self ):
2288+ if self .get_setting ('GLOBAL_BASE' ):
2289+ self .skipTest ('GLOBAL_BASE is not compatible with SIDE_MODULE' )
22882290 create_file ('header.h' , r'''
22892291 struct point {
22902292 int x, y;
@@ -3537,6 +3539,8 @@ def test_dlopen_blocking(self):
35373539 'inworker' : ([1 ],),
35383540 })
35393541 def test_dylink_dso_needed (self , inworker ):
3542+ if self .get_setting ('GLOBAL_BASE' ):
3543+ self .skipTest ('GLOBAL_BASE is not compatible with SIDE_MODULE' )
35403544 self .cflags += ['-O2' ]
35413545
35423546 def do_run (src , expected_output , cflags ):
You can’t perform that action at this time.
0 commit comments