Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/test_sockets.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
requires_native_clang,
test_file,
)
from test_browser import requires_shared_array_buffer

from tools import config
from tools.shared import CLANG_CC, EMCC
Expand Down Expand Up @@ -396,6 +397,7 @@ def test_websocket_send(self, args):

# Test that native POSIX sockets API can be used by proxying calls to an intermediate WebSockets
# -> POSIX sockets bridge server
@requires_shared_array_buffer
def test_posix_proxy_sockets(self):
# Build the websocket bridge server
self.run_process(['cmake', path_from_root('tools/websocket_to_posix_proxy')])
Expand Down
Loading