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):
2285
2285
self .btest_exit ('openal/test_openal_buffers.c' , cflags = ['--preload-file' , test_file ('sounds/the_entertainer.wav' ) + '@/' ])
2286
2286
2287
2287
def test_runtimelink (self ):
2288
+ if self .get_setting ('GLOBAL_BASE' ):
2289
+ self .skipTest ('GLOBAL_BASE is not compatible with SIDE_MODULE' )
2288
2290
create_file ('header.h' , r'''
2289
2291
struct point {
2290
2292
int x, y;
@@ -3537,6 +3539,8 @@ def test_dlopen_blocking(self):
3537
3539
'inworker' : ([1 ],),
3538
3540
})
3539
3541
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' )
3540
3544
self .cflags += ['-O2' ]
3541
3545
3542
3546
def do_run (src , expected_output , cflags ):
You can’t perform that action at this time.
0 commit comments