systemc: Filter out a test which breaks rules gem5 won't let it break.
authorGabe Black <gabeblack@google.com>
Thu, 27 Sep 2018 08:27:31 +0000 (01:27 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 16 Oct 2018 00:39:18 +0000 (00:39 +0000)
Change-Id: Ifbc27a3134730a95ecdb79c588c4d7fe6e889046
Reviewed-on: https://gem5-review.googlesource.com/c/13192
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>

src/systemc/tests/working.filt

index 4553a55214e865771e5f3253b7bd58ea30da712c..2d3c8861ce245f1f791963643ca210cfbe36ecb4 100644 (file)
@@ -45,6 +45,12 @@ path in (
     # sensitive, is exercised elsewhere.
     "systemc/kernel/sc_sensitive/test02",
     "systemc/kernel/sc_sensitive/test03",
+
+    # This test relies on being able to set the time resolution even after it's
+    # been fixed by telling systemc to ignore the error message. gem5 has no
+    # facility to ignore the error it raises for the same reason, and it
+    # wouldn't make sense to add one.
+    "systemc/kernel/sc_time/test19",
 ),
 
 ])