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
456fe616
Commit
456fe616
authored
Oct 03, 2018
by
Roman Yurchak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test_io segfaults but without producing any messages
parent
436eba4b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
8 deletions
+6
-8
.circleci/config.yml
.circleci/config.yml
+2
-2
Makefile
Makefile
+0
-1
Makefile.envs
Makefile.envs
+0
-1
test/python_tests.txt
test/python_tests.txt
+4
-4
No files found.
.circleci/config.yml
View file @
456fe616
...
...
@@ -98,7 +98,7 @@ jobs:
source pyodide-env/bin/activate
export PATH=$PWD/firefox:$PATH
pytest test -v
s
-k firefox
pytest test -v -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
s
-k chrome
pytest test -v -k chrome
benchmark
:
<<
:
*defaults
...
...
Makefile
View file @
456fe616
...
...
@@ -39,7 +39,6 @@ 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 @
456fe616
...
...
@@ -22,5 +22,4 @@ 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 @
456fe616
...
...
@@ -95,7 +95,7 @@ test_class
test_cmath
test_cmd
test_cmd_line
test_cmd_line_script
subprocess
test_cmd_line_script
test_code
test_code_module
test_codeccallbacks
...
...
@@ -279,8 +279,8 @@ test_index
test_inspect
test_int
test_int_literal
test_io
crash
test_ioctl
segfault
test_io
segfault-unknown
test_ioctl
test_ipaddress
test_isinstance
test_iter
...
...
@@ -391,7 +391,7 @@ test_repl subprocess
test_reprlib
test_resource
test_richcmp
test_rlcompleter
crash
test_rlcompleter
test_robotparser socket
test_runpy
test_sax
...
...
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