Skip to content

Commit

Permalink
Remove unnecessary EXIT_RUNTIME setting from proxying tests (emscri…
Browse files Browse the repository at this point in the history
  • Loading branch information
tlively authored and impact-maker committed Mar 17, 2023
1 parent ce7c7e8 commit 8235a4e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2812,7 +2812,6 @@ def test_pthread_equal(self):
def test_pthread_proxying(self, modularize):
if modularize and self.get_setting('WASM') == 0:
self.skipTest('MODULARIZE + WASM=0 + pthreads does not work (#16794)')
self.set_setting('EXIT_RUNTIME')
self.set_setting('PROXY_TO_PTHREAD')
self.set_setting('INITIAL_MEMORY=32mb')
args = []
Expand Down Expand Up @@ -2840,9 +2839,6 @@ def test_pthread_proxying_dropped_work(self):

@node_pthreads
def test_pthread_proxying_canceled_work(self):
# TODO: remove EXIT_RUNTIME from this and similar tests once #18782 is
# fixed.
self.set_setting('EXIT_RUNTIME')
self.set_setting('PROXY_TO_PTHREAD')
self.do_run_in_out_file_test(
'pthread/test_pthread_proxying_canceled_work.c',
Expand Down

0 comments on commit 8235a4e

Please sign in to comment.