From: Gabe Black Date: Sat, 6 Oct 2018 11:11:50 +0000 (-0700) Subject: systemc: Manually correct the golden output for a test. X-Git-Tag: v19.0.0.0~1510 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93b7aa1a4ece4f72024b63a07bea1c27b66cedcf;p=gem5.git systemc: Manually correct the golden output for a test. The golden reference output for the test was to throw an error which is clearly not at all related to the test (it was about immediate self notifications while the test never calls any form of notify()) and which would happen significantly before the end of the test, negating all the other behaviors and checks which would happen after that point. Since it strongly looks like the reference output was updated in error, and because other very similarly structured tests are expected to run silently except for printing "Success" at the end (which it does when run under gem5), this change manually updates the golden reference output to reflect what appears to be correct. Change-Id: I9cde81c28774049653d60f1ffd37a2fae875b522 Reviewed-on: https://gem5-review.googlesource.com/c/13315 Reviewed-by: Gabe Black Maintainer: Gabe Black --- diff --git a/src/systemc/tests/systemc/1666-2011-compliance/method_with_reset/golden/method_with_reset.log b/src/systemc/tests/systemc/1666-2011-compliance/method_with_reset/golden/method_with_reset.log index 0d5dc4ebb..7ced375b0 100644 --- a/src/systemc/tests/systemc/1666-2011-compliance/method_with_reset/golden/method_with_reset.log +++ b/src/systemc/tests/systemc/1666-2011-compliance/method_with_reset/golden/method_with_reset.log @@ -1,5 +1,3 @@ SystemC Simulation -Error: (E521) immediate notification is not allowed during update phase or elaboration -In file: -In process: top.ctrl.m3 @ 520 ns +Success