Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
Hdlmake
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
15
Issues
15
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
Hdlmake
Commits
4b5e40f5
Commit
4b5e40f5
authored
Oct 29, 2019
by
Tristan Gingold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testsuite: add a test for missing ise family
parent
6a603e1c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
Manifest.py
testsuite/086ise_no_family/Manifest.py
+13
-0
test_all.py
testsuite/test_all.py
+5
-0
No files found.
testsuite/086ise_no_family/Manifest.py
0 → 100644
View file @
4b5e40f5
action
=
"synthesis"
language
=
"vhdl"
syn_device
=
"xc3000"
syn_grade
=
"-3"
syn_package
=
"fgg484"
syn_top
=
"gate"
syn_project
=
"gate.xise"
syn_tool
=
"ise"
files
=
[
"../files/gate.vhdl"
]
testsuite/test_all.py
View file @
4b5e40f5
...
...
@@ -466,6 +466,11 @@ def test_err_simtool():
run
([],
path
=
"085bad_sim"
)
assert
False
def
test_err_ise_no_family
():
with
pytest
.
raises
(
SystemExit
)
as
_
:
run
([],
path
=
"086ise_no_family"
)
assert
False
@
pytest
.
mark
.
xfail
def
test_xfail
():
"""This is a self-consistency test: the test is known to fail"""
...
...
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