aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/dom/Sanity.py
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-06-29 08:41:40 +0200
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-07-01 06:39:46 +0200
commit6df51cb7d14d8e29d5aad0883d748f38f53115f1 (patch)
tree3153ef9f8c9f673dab5736c6f404efbf366fc58e /testsuite/pyunit/dom/Sanity.py
parente8556a64e6ad3cedbe4862e6be992f516536abf7 (diff)
downloadghdl-6df51cb7d14d8e29d5aad0883d748f38f53115f1.tar.gz
ghdl-6df51cb7d14d8e29d5aad0883d748f38f53115f1.tar.bz2
ghdl-6df51cb7d14d8e29d5aad0883d748f38f53115f1.zip
Renamed '_?[nN]ame: str' to '_?[iI]dentifier: str'.
Diffstat (limited to 'testsuite/pyunit/dom/Sanity.py')
-rw-r--r--testsuite/pyunit/dom/Sanity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/pyunit/dom/Sanity.py b/testsuite/pyunit/dom/Sanity.py
index b0177f8b3..566a0265b 100644
--- a/testsuite/pyunit/dom/Sanity.py
+++ b/testsuite/pyunit/dom/Sanity.py
@@ -49,7 +49,6 @@ _GHDL_ROOT = _TESTSUITE_ROOT.parent
design = Design()
-@mark.xfail
@mark.parametrize("file", [str(f.relative_to(_TESTSUITE_ROOT)) for f in _TESTSUITE_ROOT.glob("sanity/**/*.vhdl")])
def test_AllVHDLSources(file):
check_call([sys_executable, _GHDL_ROOT / "pyGHDL/cli/DOM.py", file], stderr=STDOUT)