Skip to content

Commit

Permalink
Enable two asyncify tests with JSPI. (#18385)
Browse files Browse the repository at this point in the history
These are already passing.
  • Loading branch information
brendandahl authored Dec 16, 2022
1 parent 0933506 commit baaa3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -8249,9 +8249,9 @@ def test_fibers_asyncify(self):
self.do_runf(test_file('test_fibers.cpp'), '*leaf-0-100-1-101-1-102-2-103-3-104-5-105-8-106-13-107-21-108-34-109-*')

@no_wasm64('TODO: asyncify for wasm64')
@with_asyncify_and_stack_switching
def test_asyncify_unused(self):
# test a program not using asyncify, but the pref is set
self.set_setting('ASYNCIFY')
self.do_core_test('test_hello_world.c')

@parameterized({
Expand Down Expand Up @@ -8369,8 +8369,8 @@ def test_asyncify_during_exit(self):
@no_lsan('undefined symbol __global_base')
@no_wasm2js('dynamic linking support in wasm2js')
@no_wasm64('TODO: asyncify for wasm64')
@with_asyncify_and_stack_switching
def test_asyncify_main_module(self):
self.set_setting('ASYNCIFY', 1)
self.set_setting('MAIN_MODULE', 2)
self.do_core_test('test_hello_world.c')

Expand Down

0 comments on commit baaa3a2

Please sign in to comment.