Skip to content

Commit

Permalink
update test sreg test semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuanhao-wu committed Dec 10, 2019
1 parent 1e8d362 commit d5ec31a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/verilog-conversion/test_sreg.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
import os
import sys
import pytest
from llnl import run_verilog_matched_test, run_sexp_matched_test

@pytest.mark.xfail(reason="the golden standard now is incorrect")
def test_sreg_sexp(args=None):
assert run_sexp_matched_test('sreg', args), "sreg sexp should match golden standard"

@pytest.mark.skip(reason="no golden standard available for now")
def test_sreg_verilog(args=None):
assert run_verilog_matched_test('sreg', args), "sreg verilog should match golden standard"

Expand Down

0 comments on commit d5ec31a

Please sign in to comment.