mirror of
https://github.com/verilator/verilator.git
synced 2025-04-05 12:12:39 +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/
|
!/^- [^\n]+\n/
|
||||||
&& !/^- [a-z.0-9]+:\d+:[^\n]+\n/
|
&& !/^- [a-z.0-9]+:\d+:[^\n]+\n/
|
||||||
&& !/^-node:/
|
&& !/^-node:/
|
||||||
|
&& !/^Aborted \(core dumped\)/
|
||||||
&& !/^dot [^\n]+\n/
|
&& !/^dot [^\n]+\n/
|
||||||
&& !/^In file: .*\/sc_.*:\d+/
|
&& !/^In file: .*\/sc_.*:\d+/
|
||||||
&& !/^libgcov.*/
|
&& !/^libgcov.*/
|
||||||
|
@ -5,4 +5,3 @@ Process::open: execvp(someimaginarysolver): No such file or directory
|
|||||||
|
|
||||||
%Error: t/t_constraint.v:23: Verilog $stop
|
%Error: t/t_constraint.v:23: Verilog $stop
|
||||||
Aborting...
|
Aborting...
|
||||||
Aborted (core dumped)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user