forked from github/verilator
Tests: Confirm fixed (#485)
This commit is contained in:
parent
18b9e661c9
commit
43abaeb055
7
test_regress/t/t_lint_block_redecl_bad.out
Normal file
7
test_regress/t/t_lint_block_redecl_bad.out
Normal file
@ -0,0 +1,7 @@
|
||||
%Error: t/t_lint_block_redecl_bad.v:21:34: Duplicate declaration of block: 'COMB'
|
||||
21 | for(i=0; i<9; i++ ) begin: COMB
|
||||
| ^~~~
|
||||
t/t_lint_block_redecl_bad.v:18:35: ... Location of original declaration
|
||||
18 | for(i=0; i<10; i++ ) begin: COMB
|
||||
| ^~~~
|
||||
%Error: Exiting due to
|
@ -9,7 +9,6 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
|
||||
# SPDX-License-Identifier: LGPL-3.0-only OR Artistic-2.0
|
||||
|
||||
scenarios(vlt_all => 1);
|
||||
$Self->{vlt_all} and unsupported("Verilator unsupported, bug485, false begin due to WHILE conversion blocks duplicate name detection");
|
||||
|
||||
lint(
|
||||
fails => 1,
|
||||
|
Loading…
Reference in New Issue
Block a user