Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyodide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
pyodide
Commits
2fd3d2ec
Commit
2fd3d2ec
authored
Oct 01, 2018
by
Roman Yurchak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip test_asyncore
parent
3b302d7c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
.circleci/config.yml
.circleci/config.yml
+2
-2
Makefile
Makefile
+1
-0
Makefile.envs
Makefile.envs
+1
-0
test/python_tests.txt
test/python_tests.txt
+3
-3
No files found.
.circleci/config.yml
View file @
2fd3d2ec
...
...
@@ -98,7 +98,7 @@ jobs:
source pyodide-env/bin/activate
export PATH=$PWD/firefox:$PATH
pytest test -v -k firefox
pytest test -v
s
-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 -v
s
-k chrome
benchmark
:
<<
:
*defaults
...
...
Makefile
View file @
2fd3d2ec
...
...
@@ -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
...
...
Makefile.envs
View file @
2fd3d2ec
...
...
@@ -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
test/python_tests.txt
View file @
2fd3d2ec
...
...
@@ -65,7 +65,7 @@ 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_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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment