Skip to content

Commit d0f3bc0

Browse files
committed
Remove already covered test cases
1 parent 38b4bde commit d0f3bc0

File tree

3 files changed

+0
-64
lines changed

3 files changed

+0
-64
lines changed

tests/core/pthread/test_pthread_exit.c

Lines changed: 0 additions & 45 deletions
This file was deleted.

tests/core/pthread/test_pthread_exit.out

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/test_core.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8072,14 +8072,6 @@ def test_pthread_create(self):
80728072
self.set_setting('EXIT_RUNTIME')
80738073
self.do_run_in_out_file_test('tests', 'core', 'pthread', 'create.cpp')
80748074

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-
80838075
@node_pthreads
80848076
def test_pthread_c11_threads(self):
80858077
self.set_setting('PROXY_TO_PTHREAD')
@@ -8115,12 +8107,6 @@ def test_pthread_exceptions(self):
81158107
self.emcc_args += ['-fexceptions']
81168108
self.do_run_in_out_file_test('tests', 'core', 'pthread', 'exceptions.cpp')
81178109

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-
81248110
@node_pthreads
81258111
def test_pthread_exit_process(self):
81268112
self.set_setting('PROXY_TO_PTHREAD')

0 commit comments

Comments
 (0)