Commit 2fd3d2ec authored by Roman Yurchak's avatar Roman Yurchak

Skip test_asyncore

parent 3b302d7c
......@@ -98,7 +98,7 @@ jobs:
source pyodide-env/bin/activate
export PATH=$PWD/firefox:$PATH
pytest test -v -k firefox
pytest test -vs -k firefox
test-chrome:
<<: *defaults
......@@ -114,7 +114,7 @@ jobs:
sudo bash -c "echo 'application/wasm wasm' >> /etc/mime.types"
source pyodide-env/bin/activate
pytest test -v -k chrome
pytest test -vs -k chrome
benchmark:
<<: *defaults
......
......@@ -39,6 +39,7 @@ LDFLAGS=\
--memory-init-file 0 \
-s "BINARYEN_TRAP_MODE='clamp'" \
-s TEXTDECODER=0 \
-s ASSERTIONS=1 \
-s LZ4=1
SIX_ROOT=six/six-1.11.0/build/lib
......
......@@ -22,4 +22,5 @@ export SIDE_LDFLAGS=\
-s SIDE_MODULE=1 \
-s WASM=1 \
-s "BINARYEN_TRAP_MODE='clamp'" \
-s ASSERTIONS=1 \
--memory-init-file 0
......@@ -64,8 +64,8 @@ test_asyncio.test_tasks async
test_asyncio.test_transports
test_asyncio.test_unix_events async
test_asyncio.test_windows_events
test_asyncio.test_windows_utils
test_asyncore bad ioctl syscall async
test_asyncio.test_windows_utils
test_asyncore bad ioctl syscall async segfault
test_atexit
test_audioop audioop
test_augassign
......@@ -204,7 +204,7 @@ test_fractions
test_frame
test_frozen
test_fstring
test_ftplib socket
test_ftplib socket segfault-ioctl
test_funcattrs
test_functools threading
test_future
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment