Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-fast
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mu
mu-impl-fast
Commits
c334ea50
Commit
c334ea50
authored
Nov 15, 2016
by
John Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bit better output from pytest
parent
cc5f2249
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.gitlab-ci.yml
.gitlab-ci.yml
+5
-5
No files found.
.gitlab-ci.yml
View file @
c334ea50
...
...
@@ -52,22 +52,22 @@ test:cargo:runtime:
testjit:milestones:
stage
:
test
script
:
-
RUST_BACKTRACE=1 pytest tests/test_jit/test_milestones.py
-
RUST_BACKTRACE=1 pytest tests/test_jit/test_milestones.py
-v
testjit:binops:
stage
:
test
script
:
-
RUST_BACKTRACE=1 pytest tests/test_jit/test_binops.py
-
RUST_BACKTRACE=1 pytest tests/test_jit/test_binops.py
-v
testjit:cmpops:
stage
:
test
script
:
-
RUST_BACKTRACE=1 pytest tests/test_jit/test_cmpops.py
-
RUST_BACKTRACE=1 pytest tests/test_jit/test_cmpops.py
-v
testjit:convops:
stage
:
test
script
:
-
RUST_BACKTRACE=1 pytest tests/test_jit/test_convops.py
-
RUST_BACKTRACE=1 pytest tests/test_jit/test_convops.py
-v
testjit:rpython:
stage
:
test
...
...
@@ -77,7 +77,7 @@ testjit:rpython:
-
git checkout test-mu-impl-jit
-
cd rpython/translator/mu/rpyc; make
-
cd $CI_PROJECT_DIR/tests/test_jit
-
RUST_BACKTRACE=1 PYTHONPATH=mu-client-pypy MU_RUST=$CI_PROJECT_DIR pytest test_rpython.py
-
RUST_BACKTRACE=1 PYTHONPATH=mu-client-pypy MU_RUST=$CI_PROJECT_DIR pytest test_rpython.py
-v
cache
:
key
:
"
$CI_BUILD_STAGE/$CI_BUILD_REF_NAME"
paths
:
...
...
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