systemc: Exclude some failing systemc TLM tests in working.filt.
authorGabe Black <gabeblack@google.com>
Wed, 12 Dec 2018 23:47:07 +0000 (15:47 -0800)
committerGabe Black <gabeblack@google.com>
Wed, 9 Jan 2019 01:36:48 +0000 (01:36 +0000)
These are known to fail and are undiagnosed, and so are not "working"
and shouldn't be in included when using the working.filt filter file.

Change-Id: I46e9f880bd4095085e4217ac6bec950cb2af9536
Reviewed-on: https://gem5-review.googlesource.com/c/15066
Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com>
Maintainer: Anthony Gutierrez <anthony.gutierrez@amd.com>

src/systemc/tests/working.filt

index 49ab3aaab3b4f88a7b53dc5c56f9fbe5e47349b0..999a3da6843033ee2d6ea389ae723893561d61fc 100644 (file)
@@ -15,6 +15,10 @@ path.startswith("systemc/kernel/phase_callbacks/"),
 
 
 path in (
+    # Fails with undiagnosed output differences.
+    "tlm/bus",
+    "tlm/bus_dmi",
+
     # Uses sc_elab_and_sim.
     "systemc/kernel/sc_main_main",