systemc: Disable the phase_callbacks set of tests.
authorGabe Black <gabeblack@google.com>
Sat, 16 Jun 2018 06:25:58 +0000 (23:25 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 28 Aug 2018 21:22:55 +0000 (21:22 +0000)
This feature is experimental, nonstandard, and would in some cases be
difficult to implement in gem5.

Change-Id: Ic7fe77e6a2e9dbc5aba06579fb85fd2f055cb6b1
Reviewed-on: https://gem5-review.googlesource.com/11285
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>

src/systemc/tests/working.filt

index e28b74b9d4d1335c192f3970abf9e88ab9d97034..75cc8373d02999fe7a45e7e0ae02dfac361f7295 100644 (file)
@@ -12,6 +12,11 @@ path.startswith("systemc/misc/stars/wif_trace"),
 # something we're not currently planning to support.
 path.startswith("systemc/kernel/sc_process_b"),
 
+# Phase callbacks are an experimental feature. Also calling all the interested
+# sc_objects whenever time advances would add a non-trivial amount of
+# complexity and is probably not worth implementing in general.
+path.startswith("systemc/kernel/phase_callbacks/"),
+
 
 path in (
     # Uses sc_get_curr_simcontext.