systemc: Exclude a test which probably could never compile?
authorGabe Black <gabeblack@google.com>
Fri, 15 Jun 2018 23:44:29 +0000 (16:44 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 22 Aug 2018 01:01:49 +0000 (01:01 +0000)
Part of this test just seems to be missing, so I'm not sure how it
would ever actually work.

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

src/systemc/tests/working.filt

index ff0dd17cece69910751e530deac1b4b6c7ee3cd6..e1014db78d14c3180525a8826616aaf8c5472532 100644 (file)
@@ -22,7 +22,11 @@ path in (
     "systemc/kernel/sc_main_main",
 
     # Tests the deprecated sc_string type which we aren't supporting.
-    "systemc/bugs/sc_string_bracket_assign"
+    "systemc/bugs/sc_string_bracket_assign",
+
+    # This test declares a constructor it never defines, so it's not clear how
+    # it would ever work?
+    "systemc/misc/stars/star104726",
 ),
 
 ])