From 2fd3d2ec3f6d5177112e22b456b2f2f0a3722b08 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Mon, 1 Oct 2018 17:01:37 +0200 Subject: [PATCH] Skip test_asyncore --- .circleci/config.yml | 4 ++-- Makefile | 1 + Makefile.envs | 1 + test/python_tests.txt | 6 +++--- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 707c3e315..710220a92 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/Makefile b/Makefile index 819be81ff..f25ca8304 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/Makefile.envs b/Makefile.envs index d3d28f6d4..ab94e2c74 100644 --- a/Makefile.envs +++ b/Makefile.envs @@ -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 diff --git a/test/python_tests.txt b/test/python_tests.txt index 6822601a7..84703e5b5 100644 --- a/test/python_tests.txt +++ b/test/python_tests.txt @@ -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