mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 04:02:37 +00:00
Tests: Fix requiring core dump
This commit is contained in:
parent
51691dfde5
commit
1c38744fd1
@ -2391,6 +2391,7 @@ sub files_identical {
|
||||
!/^- [^\n]+\n/
|
||||
&& !/^- [a-z.0-9]+:\d+:[^\n]+\n/
|
||||
&& !/^-node:/
|
||||
&& !/^Aborted \(core dumped\)/
|
||||
&& !/^dot [^\n]+\n/
|
||||
&& !/^In file: .*\/sc_.*:\d+/
|
||||
&& !/^libgcov.*/
|
||||
|
@ -5,4 +5,3 @@ Process::open: execvp(someimaginarysolver): No such file or directory
|
||||
|
||||
%Error: t/t_constraint.v:23: Verilog $stop
|
||||
Aborting...
|
||||
Aborted (core dumped)
|
||||
|
Loading…
Reference in New Issue
Block a user