We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81bbaa4 commit 04fda5cCopy full SHA for 04fda5c
test/test_sockets.py
@@ -26,6 +26,7 @@
26
requires_native_clang,
27
test_file,
28
)
29
+from test_browser import requires_shared_array_buffer
30
31
from tools import config
32
from tools.shared import CLANG_CC, EMCC
@@ -396,6 +397,7 @@ def test_websocket_send(self, args):
396
397
398
# Test that native POSIX sockets API can be used by proxying calls to an intermediate WebSockets
399
# -> POSIX sockets bridge server
400
+ @requires_shared_array_buffer
401
def test_posix_proxy_sockets(self):
402
# Build the websocket bridge server
403
self.run_process(['cmake', path_from_root('tools/websocket_to_posix_proxy')])
0 commit comments