@@ -8072,14 +8072,6 @@ def test_pthread_create(self):
8072
8072
self .set_setting ('EXIT_RUNTIME' )
8073
8073
self .do_run_in_out_file_test ('tests' , 'core' , 'pthread' , 'create.cpp' )
8074
8074
8075
- @node_pthreads
8076
- def test_pthread_create_2 (self ):
8077
- self .set_setting ('PTHREAD_POOL_SIZE' , '8' )
8078
- self .set_setting ('EXIT_RUNTIME' )
8079
- if not self .has_changed_setting ('INITIAL_MEMORY' ):
8080
- self .set_setting ('INITIAL_MEMORY' , '64mb' )
8081
- self .do_runf (path_from_root ('tests' , 'pthread' , 'test_pthread_create.cpp' ), '' )
8082
-
8083
8075
@node_pthreads
8084
8076
def test_pthread_c11_threads (self ):
8085
8077
self .set_setting ('PROXY_TO_PTHREAD' )
@@ -8115,12 +8107,6 @@ def test_pthread_exceptions(self):
8115
8107
self .emcc_args += ['-fexceptions' ]
8116
8108
self .do_run_in_out_file_test ('tests' , 'core' , 'pthread' , 'exceptions.cpp' )
8117
8109
8118
- @node_pthreads
8119
- def test_pthread_exit (self ):
8120
- self .set_setting ('PTHREAD_POOL_SIZE' , '2' )
8121
- self .set_setting ('EXIT_RUNTIME' )
8122
- self .do_run_in_out_file_test ('tests' , 'core' , 'pthread' , 'test_pthread_exit.c' )
8123
-
8124
8110
@node_pthreads
8125
8111
def test_pthread_exit_process (self ):
8126
8112
self .set_setting ('PROXY_TO_PTHREAD' )
0 commit comments