mirror of
https://github.com/verilator/verilator.git
synced 2025-07-31 07:56:10 +00:00
Tests: Ignore SystemC file paths in expected test results (#2265)
This commit is contained in:
parent
74e16d85c5
commit
efacac2e3d
@ -2015,6 +2015,7 @@ sub files_identical {
|
||||
&& !/^- [a-z.0-9]+:\d+:[^\n]+\n/
|
||||
&& !/^-node:/
|
||||
&& !/^dot [^\n]+\n/
|
||||
&& !/^In file: \/.*\/systemc-\d\.\d\.\d\/.*:\d+/
|
||||
} @l1;
|
||||
@l1 = map {
|
||||
s/(Internal Error: [^\n]+\.cpp):[0-9]+:/$1:#:/;
|
||||
|
@ -1,6 +1,5 @@
|
||||
|
||||
Warning: (W516) default time unit changed to time resolution
|
||||
In file: /svaha/sicortex/eda/systemc/systemc-2.3.3/systemc-2.3.3/src/sysc/kernel/sc_time.cpp:412
|
||||
Time scale of t is 1ms / 1ms
|
||||
[20] In top.t: Hi - expect this is 20
|
||||
*-* All Finished *-*
|
||||
|
@ -1,6 +1,5 @@
|
||||
|
||||
Warning: (W516) default time unit changed to time resolution
|
||||
In file: /svaha/sicortex/eda/systemc/systemc-2.3.3/systemc-2.3.3/src/sysc/kernel/sc_time.cpp:412
|
||||
Time scale of t is 1s / 1s
|
||||
[20] In top.t: Hi - expect this is 20
|
||||
*-* All Finished *-*
|
||||
|
@ -1,6 +1,5 @@
|
||||
|
||||
Warning: (W516) default time unit changed to time resolution
|
||||
In file: /svaha/sicortex/eda/systemc/systemc-2.3.3/systemc-2.3.3/src/sysc/kernel/sc_time.cpp:412
|
||||
Time scale of t is 1us / 1us
|
||||
[20] In top.t: Hi - expect this is 20
|
||||
*-* All Finished *-*
|
||||
|
Loading…
Reference in New Issue
Block a user