systemc: Update the ordering in the reference output for some tests.
authorGabe Black <gabeblack@google.com>
Wed, 5 Dec 2018 00:30:45 +0000 (16:30 -0800)
committerGabe Black <gabeblack@google.com>
Mon, 10 Dec 2018 06:43:42 +0000 (06:43 +0000)
commitd89f712d193dc977a13e937432578ebf03336277
treeb1e86210f994506e8d0631f1b8d0077185a626fb
parent3182b2adec05be519c3251bb775f0d8ddbb2ecdf
systemc: Update the ordering in the reference output for some tests.

There are a number of cases where systemc leaves the decision of what
order things happen up to the kernel, and any ordering is legal and
conformant with the spec as long as it's repeatable. The reference
outputs reflect a particular choice of ordering which is implementation
specific, and while considerable effort has been made to make the gem5
ordering match the Accellera ordering, at a certain point that's no
longer practical or desirable.

This change manually updates the reference output for the tests that
haven't been excluded for other reasons which have this sort of ordering
problem. They have been individually examined, and as best as I can
tell changing the output this way does not mask any underlying error.

One or two real problems were discovered in addition to the ordering
issues, and those were fixed in earlier changes.

Change-Id: I915269998de3f33d5ab5d1fd754a830fd620184d
Reviewed-on: https://gem5-review.googlesource.com/c/14918
Reviewed-by: Matthias Jung <jungma@eit.uni-kl.de>
Maintainer: Gabe Black <gabeblack@google.com>
19 files changed:
src/systemc/tests/systemc/1666-2011-compliance/sc_vector/golden/sc_vector.log
src/systemc/tests/systemc/bugs/async_reset_init/golden/async_reset_init.log
src/systemc/tests/systemc/communication/sc_buffer/test02/golden/sc_buffer_edge_reset.log
src/systemc/tests/systemc/communication/sc_fifo/test04/golden/test04.log
src/systemc/tests/systemc/communication/sc_fifo/test05/golden/test05.log
src/systemc/tests/systemc/communication/sc_prim_channel/test05/golden/test05.log
src/systemc/tests/systemc/communication/sc_prim_channel/test08/golden/test08.log
src/systemc/tests/systemc/communication/sc_prim_channel/test15/golden/test15.log
src/systemc/tests/systemc/communication/sc_prim_channel/test16/golden/test16.log
src/systemc/tests/systemc/kernel/process_control/test06/golden/test06.log
src/systemc/tests/systemc/kernel/process_control/test07/golden/test07.log
src/systemc/tests/systemc/kernel/reset_signal_is/test05/golden/test05.log
src/systemc/tests/systemc/kernel/sc_event/test14/golden/test14.log
src/systemc/tests/systemc/misc/communication/channel/hshake2/golden/hshake2.log
src/systemc/tests/systemc/misc/sim_tests/async_clock/golden/async_clock.log
src/systemc/tests/systemc/misc/sim_tests/manual_clock/golden/manual_clock.log
src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc3/golden/disaproc3.log
src/systemc/tests/systemc/misc/user_guide/async_chn/test1/golden/test1.log
src/systemc/tests/systemc/misc/v1.0/dash0/golden/dash0.log