Skip to content

Commit

Permalink
remove tests from passlist
Browse files Browse the repository at this point in the history
Do not run Formal Verification tests when there is no output from Yosys to compare.
  • Loading branch information
wsipak committed Sep 27, 2023
1 parent 131ee30 commit a706edd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/formal/passlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,6 @@ sv2v:core/class_param_nest.v
sv2v:core/constexpr.v
sv2v:core/data_lifetime.sv
sv2v:core/data_lifetime.v
sv2v:core/edge.sv
sv2v:core/edge.v
sv2v:core/empty_args.sv
sv2v:core/empty_args.v
sv2v:core/empty_args_hier.sv
Expand Down Expand Up @@ -448,9 +446,6 @@ sv2v:error/macro_args_empty.sv
sv2v:error/macro_arg_bad_name.sv
sv2v:error/size_cast_neg_lit_1.sv
sv2v:error/size_cast_neg_lit_2.sv
sv2v:error/size_cast_xpr_lit.sv
sv2v:error/size_cast_x_lit.sv
sv2v:error/size_cast_zero_lit.sv
sv2v:lex/block_comment.sv
sv2v:lex/block_comment.v
sv2v:lex/comment_no_space.sv
Expand Down
12 changes: 12 additions & 0 deletions tests/formal/skiplist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,15 @@ sv2v:core/paramtype_param_default.sv
sv2v:core/paramtype_stagger.sv
# Yosys mishandles a negative signed constant which is interpreted correctly by the plugin.
yosys:simple/case_expr_non_const.v
# Yosys hangs and causes a timeout.
# There's nothing to compare with the plugin in Formal Verification.
# Also these tests are non-synthesizable.
sv2v:error/size_cast_xpr_lit.sv
sv2v:error/size_cast_x_lit.sv
sv2v:error/size_cast_zero_lit.sv
# Yosys aborts in Fmt::parse_verilog due to unsupported format.
# There's nothing to compare with the plugin in Formal Verification.
# This test is non-synthesizable.
sv2v:core/edge.v
# Yosys fails with syntax error, unexpected TOK_ID. This test is non-synthesizable.
sv2v:core/edge.sv

0 comments on commit a706edd

Please sign in to comment.