Skip to content

Commit

Permalink
tests/test_vhdpidirect_shared: mark shghdl as xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor authored and eine committed Feb 26, 2023
1 parent 632ab42 commit 708f7b7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/test_vhpidirect_shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,24 @@ def test_dlopen(self):
self._sh([str(self.vhpidirect / 'shared' / 'dlopen' / 'run.sh')])


@pytest.mark.xfail(
not isWin,
reason="abortion is produced on some Linux environments"
)
def test_shghdl(self):
self._sh([str(self.vhpidirect / 'shared' / 'shghdl' / 'run.sh')])


@pytest.mark.xfail(
not isWin,
reason="abortion is produced on some Linux environements"
reason="abortion is produced on some Linux environments"
)
def test_py(self):
self._sh([str(self.vhpidirect / 'shared' / 'py' / 'run.sh')])

@pytest.mark.xfail(
not isWin,
reason="abortion is produced on some Linux environements"
reason="abortion is produced on some Linux environments"
)
def test_py_vunit(self):
self._sh([str(self.vhpidirect / 'shared' / 'py' / 'vunit' / 'run.sh')])
Expand Down

0 comments on commit 708f7b7

Please sign in to comment.