Tests: Ignore SystemC file paths in expected test results (#2265)

This commit is contained in:
Geza Lore 2020-04-18 23:56:19 +01:00 committed by GitHub
parent 74e16d85c5
commit efacac2e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 3 deletions

View File

@ -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:#:/;

View File

@ -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 *-*

View File

@ -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 *-*

View File

@ -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 *-*