Tests: Check for bug509.
This commit is contained in:
parent
8b511379ac
commit
a1aefd2330
|
|
@ -10,13 +10,12 @@ if (!$::Driver) { use FindBin; exec("$FindBin::Bin/bootstrap.pl", @ARGV, $0); di
|
||||||
# Comple time only test
|
# Comple time only test
|
||||||
|
|
||||||
compile (
|
compile (
|
||||||
verilator_flags2 => ["--lint-only"],
|
verilator_flags2 => ["--lint-only"],
|
||||||
fails=>1,
|
fails=>1,
|
||||||
# expect=>
|
expect=>
|
||||||
# TBD better error message, bug509
|
'.*%Error: t/t_bitsel_wire_array_bad.v:\d+: Illegal assignment of constant to unpacked array
|
||||||
#'.*
|
%Error: Exiting due to.*',
|
||||||
#%Error: Exiting due to.*',
|
);
|
||||||
);
|
|
||||||
|
|
||||||
ok(1);
|
ok(1);
|
||||||
1;
|
1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue