summaryrefslogtreecommitdiff
path: root/src/systemc/tests
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-10-01 23:00:09 -0700
committerGabe Black <gabeblack@google.com>2018-10-16 00:46:36 +0000
commit20fd137dde1550292723962b8f27c6b5ea0ad634 (patch)
tree1830a8104a6b5f00eb94dd353f83636bcc6970b7 /src/systemc/tests
parent167e6c06b5d61d54e3eab48d03eb50ec316aeec3 (diff)
downloadgem5-20fd137dde1550292723962b8f27c6b5ea0ad634.tar.xz
systemc: Fix a typo in one of the error messages.
This typo was added purposefully to match Accellera's output, but then it was discovered that some test's golden output had the typo, and some didn't. That must mean that not all tests have up to date output, and that Accellera couldn't possibly pass all of their own tests. To resolve this conflict, this change fixes the typo and manually updates all the golden output. Change-Id: I3d80f74ff21e844609e7bde5dfcd99fc56c085b0 Reviewed-on: https://gem5-review.googlesource.com/c/13204 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/tests')
-rw-r--r--src/systemc/tests/systemc/communication/sc_signal/check_writer/test01/golden/test01.log2
-rw-r--r--src/systemc/tests/systemc/communication/sc_signal/check_writer/test02/golden/test02.log2
-rw-r--r--src/systemc/tests/systemc/communication/sc_signal/check_writer/test03/golden/test03.log2
-rw-r--r--src/systemc/tests/systemc/communication/sc_signal/check_writer/test04/golden/test04.log2
-rw-r--r--src/systemc/tests/systemc/communication/sc_signal/check_writer/test05/golden/test05.log2
-rw-r--r--src/systemc/tests/systemc/communication/sc_signal/check_writer/test07/golden/test07.log2
-rw-r--r--src/systemc/tests/systemc/communication/sc_signal/check_writer/test08/golden/test08.log2
-rw-r--r--src/systemc/tests/systemc/communication/sc_signal/check_writer/test09/golden/test09.log2
-rw-r--r--src/systemc/tests/systemc/communication/sc_signal/check_writer/test10/golden/test10.log2
-rw-r--r--src/systemc/tests/systemc/communication/sc_signal/check_writer/test11/golden/test11.log2
-rw-r--r--src/systemc/tests/systemc/communication/sc_signal/check_writer/test12/golden/test12.log2
-rw-r--r--src/systemc/tests/systemc/communication/sc_signal/check_writer/test14/golden/test14.log2
-rw-r--r--src/systemc/tests/systemc/communication/sc_signal/register_port/test01/golden/test01.log2
-rw-r--r--src/systemc/tests/systemc/communication/sc_signal/register_port/test02/golden/test02.log2
-rw-r--r--src/systemc/tests/systemc/communication/sc_signal/register_port/test03/golden/test03.log2
15 files changed, 15 insertions, 15 deletions
diff --git a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test01/golden/test01.log b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test01/golden/test01.log
index 95d2bcaa2..069ae845a 100644
--- a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test01/golden/test01.log
+++ b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test01/golden/test01.log
@@ -2,7 +2,7 @@ SystemC Simulation
Error: (E115) sc_signal<T> cannot have more than one driver:
signal `signal_0' (sc_signal)
- first driver `a.main_action1' (sc_method_process)
+ first driver `a.main_action1' (sc_method_process)
second driver `a.main_action2' (sc_method_process)
In file: <removed by verify.pl>
In process: a.main_action2 @ 500 ps
diff --git a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test02/golden/test02.log b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test02/golden/test02.log
index 95d2bcaa2..069ae845a 100644
--- a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test02/golden/test02.log
+++ b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test02/golden/test02.log
@@ -2,7 +2,7 @@ SystemC Simulation
Error: (E115) sc_signal<T> cannot have more than one driver:
signal `signal_0' (sc_signal)
- first driver `a.main_action1' (sc_method_process)
+ first driver `a.main_action1' (sc_method_process)
second driver `a.main_action2' (sc_method_process)
In file: <removed by verify.pl>
In process: a.main_action2 @ 500 ps
diff --git a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test03/golden/test03.log b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test03/golden/test03.log
index 5be096a49..3b85b3dfa 100644
--- a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test03/golden/test03.log
+++ b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test03/golden/test03.log
@@ -2,7 +2,7 @@ SystemC Simulation
Error: (E115) sc_signal<T> cannot have more than one driver:
signal `sig_int' (sc_signal)
- first driver `a.main_action1' (sc_method_process)
+ first driver `a.main_action1' (sc_method_process)
second driver `a.main_action2' (sc_method_process)
In file: <removed by verify.pl>
In process: a.main_action2 @ 500 ps
diff --git a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test04/golden/test04.log b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test04/golden/test04.log
index 7efe9540e..bf7146f24 100644
--- a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test04/golden/test04.log
+++ b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test04/golden/test04.log
@@ -2,7 +2,7 @@ SystemC Simulation
Error: (E115) sc_signal<T> cannot have more than one driver:
signal `signal_2' (sc_signal)
- first driver `a.main_action1' (sc_method_process)
+ first driver `a.main_action1' (sc_method_process)
second driver `a.main_action2' (sc_method_process)
In file: <removed by verify.pl>
In process: a.main_action2 @ 500 ps
diff --git a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test05/golden/test05.log b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test05/golden/test05.log
index 1e2e6730e..f55b1661e 100644
--- a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test05/golden/test05.log
+++ b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test05/golden/test05.log
@@ -2,7 +2,7 @@ SystemC Simulation
Error: (E115) sc_signal<T> cannot have more than one driver:
signal `buffer_0' (sc_buffer)
- first driver `a.main_action1' (sc_method_process)
+ first driver `a.main_action1' (sc_method_process)
second driver `a.main_action2' (sc_method_process)
In file: <removed by verify.pl>
In process: a.main_action2 @ 500 ps
diff --git a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test07/golden/test07.log b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test07/golden/test07.log
index fa5aabca2..a7d4b16d6 100644
--- a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test07/golden/test07.log
+++ b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test07/golden/test07.log
@@ -2,7 +2,7 @@ SystemC Simulation
Error: (E115) sc_signal<T> cannot have more than one driver:
signal `signal_1' (sc_signal)
- first driver `a.main_action1' (sc_method_process)
+ first driver `a.main_action1' (sc_method_process)
second driver `a.main_action2' (sc_method_process)
In file: <removed by verify.pl>
In process: a.main_action2 @ 500 ps
diff --git a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test08/golden/test08.log b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test08/golden/test08.log
index 2d63f201f..49e26b6f3 100644
--- a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test08/golden/test08.log
+++ b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test08/golden/test08.log
@@ -2,6 +2,6 @@ SystemC Simulation
Error: (E115) sc_signal<T> cannot have more than one driver:
signal `signal_0' (sc_signal)
- first driver `a.port_2' (sc_out)
+ first driver `a.port_2' (sc_out)
second driver `a.port_1' (sc_out)
In file: <removed by verify.pl>
diff --git a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test09/golden/test09.log b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test09/golden/test09.log
index 2d63f201f..49e26b6f3 100644
--- a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test09/golden/test09.log
+++ b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test09/golden/test09.log
@@ -2,6 +2,6 @@ SystemC Simulation
Error: (E115) sc_signal<T> cannot have more than one driver:
signal `signal_0' (sc_signal)
- first driver `a.port_2' (sc_out)
+ first driver `a.port_2' (sc_out)
second driver `a.port_1' (sc_out)
In file: <removed by verify.pl>
diff --git a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test10/golden/test10.log b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test10/golden/test10.log
index 2d63f201f..49e26b6f3 100644
--- a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test10/golden/test10.log
+++ b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test10/golden/test10.log
@@ -2,6 +2,6 @@ SystemC Simulation
Error: (E115) sc_signal<T> cannot have more than one driver:
signal `signal_0' (sc_signal)
- first driver `a.port_2' (sc_out)
+ first driver `a.port_2' (sc_out)
second driver `a.port_1' (sc_out)
In file: <removed by verify.pl>
diff --git a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test11/golden/test11.log b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test11/golden/test11.log
index 2d63f201f..49e26b6f3 100644
--- a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test11/golden/test11.log
+++ b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test11/golden/test11.log
@@ -2,6 +2,6 @@ SystemC Simulation
Error: (E115) sc_signal<T> cannot have more than one driver:
signal `signal_0' (sc_signal)
- first driver `a.port_2' (sc_out)
+ first driver `a.port_2' (sc_out)
second driver `a.port_1' (sc_out)
In file: <removed by verify.pl>
diff --git a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test12/golden/test12.log b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test12/golden/test12.log
index 2d63f201f..49e26b6f3 100644
--- a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test12/golden/test12.log
+++ b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test12/golden/test12.log
@@ -2,6 +2,6 @@ SystemC Simulation
Error: (E115) sc_signal<T> cannot have more than one driver:
signal `signal_0' (sc_signal)
- first driver `a.port_2' (sc_out)
+ first driver `a.port_2' (sc_out)
second driver `a.port_1' (sc_out)
In file: <removed by verify.pl>
diff --git a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test14/golden/test14.log b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test14/golden/test14.log
index f9660d5a8..e08772b3a 100644
--- a/src/systemc/tests/systemc/communication/sc_signal/check_writer/test14/golden/test14.log
+++ b/src/systemc/tests/systemc/communication/sc_signal/check_writer/test14/golden/test14.log
@@ -2,7 +2,7 @@ SystemC Simulation
Error: (E115) sc_signal<T> cannot have more than one driver:
signal `dut.sig' (sc_signal)
- first driver `dut.p2' (sc_thread_process)
+ first driver `dut.p2' (sc_thread_process)
second driver `dut.p1' (sc_thread_process)
In file: <removed by verify.pl>
In process: dut.p1 @ 10 ns
diff --git a/src/systemc/tests/systemc/communication/sc_signal/register_port/test01/golden/test01.log b/src/systemc/tests/systemc/communication/sc_signal/register_port/test01/golden/test01.log
index 1b061bb5f..b0f67c084 100644
--- a/src/systemc/tests/systemc/communication/sc_signal/register_port/test01/golden/test01.log
+++ b/src/systemc/tests/systemc/communication/sc_signal/register_port/test01/golden/test01.log
@@ -2,6 +2,6 @@ SystemC Simulation
Error: (E115) sc_signal<T> cannot have more than one driver:
signal `t1.signal_0' (sc_signal)
- first driver `t1.w2.port_0' (sc_out)
+ first driver `t1.w2.port_0' (sc_out)
second driver `t1.w1.port_0' (sc_out)
In file: <removed by verify.pl>
diff --git a/src/systemc/tests/systemc/communication/sc_signal/register_port/test02/golden/test02.log b/src/systemc/tests/systemc/communication/sc_signal/register_port/test02/golden/test02.log
index 1b061bb5f..b0f67c084 100644
--- a/src/systemc/tests/systemc/communication/sc_signal/register_port/test02/golden/test02.log
+++ b/src/systemc/tests/systemc/communication/sc_signal/register_port/test02/golden/test02.log
@@ -2,6 +2,6 @@ SystemC Simulation
Error: (E115) sc_signal<T> cannot have more than one driver:
signal `t1.signal_0' (sc_signal)
- first driver `t1.w2.port_0' (sc_out)
+ first driver `t1.w2.port_0' (sc_out)
second driver `t1.w1.port_0' (sc_out)
In file: <removed by verify.pl>
diff --git a/src/systemc/tests/systemc/communication/sc_signal/register_port/test03/golden/test03.log b/src/systemc/tests/systemc/communication/sc_signal/register_port/test03/golden/test03.log
index 1b061bb5f..b0f67c084 100644
--- a/src/systemc/tests/systemc/communication/sc_signal/register_port/test03/golden/test03.log
+++ b/src/systemc/tests/systemc/communication/sc_signal/register_port/test03/golden/test03.log
@@ -2,6 +2,6 @@ SystemC Simulation
Error: (E115) sc_signal<T> cannot have more than one driver:
signal `t1.signal_0' (sc_signal)
- first driver `t1.w2.port_0' (sc_out)
+ first driver `t1.w2.port_0' (sc_out)
second driver `t1.w1.port_0' (sc_out)
In file: <removed by verify.pl>