File tree Expand file tree Collapse file tree 2 files changed +0
-113
lines changed Expand file tree Collapse file tree 2 files changed +0
-113
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3595,26 +3595,6 @@ def test_dlfcn_funcs(self):
3595
3595
ok
3596
3596
''' )
3597
3597
3598
- @needs_dylink
3599
- def test_dlfcn_mallocs (self ):
3600
- # will be exhausted without functional malloc/free
3601
- if not self .has_changed_setting ('INITIAL_MEMORY' ):
3602
- self .set_setting ('INITIAL_MEMORY' , '64mb' )
3603
-
3604
- create_file ('liblib.c' , r'''
3605
- #include <assert.h>
3606
- #include <stdio.h>
3607
- #include <string.h>
3608
- #include <stdlib.h>
3609
-
3610
- void *mallocproxy(int n) { return malloc(n); }
3611
- void freeproxy(void *p) { free(p); }
3612
- ''' )
3613
- self .build_dlfcn_lib ('liblib.c' )
3614
-
3615
- self .prep_dlfcn_main ()
3616
- self .do_runf ('dlmalloc_proxy.c' , '*293,153*' )
3617
-
3618
3598
@needs_dylink
3619
3599
def test_dlfcn_longjmp (self ):
3620
3600
create_file ('liblib.c' , r'''
You can’t perform that action at this time.
0 commit comments