systemc: Disable a few more tests that aren't going to work.
authorGabe Black <gabeblack@google.com>
Sun, 17 Jun 2018 05:33:28 +0000 (22:33 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 28 Aug 2018 21:23:21 +0000 (21:23 +0000)
One would never have worked as far as I can tell, and the others depend
on a feature that breaks building the systemc library.

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

src/systemc/tests/working.filt

index 75cc8373d02999fe7a45e7e0ae02dfac361f7295..96047687812211cba72e553107d11758ddc27d08 100644 (file)
@@ -33,6 +33,16 @@ path in (
     # This test declares a constructor it never defines, so it's not clear how
     # it would ever work?
     "systemc/misc/stars/star104726",
+
+    # Another test which calls an undefined function.
+    "systemc/misc/gnats/pr-480",
+
+    # These tests rely on implicit FXVAL constructors based on primitive types,
+    # but enabling that makes other operator overloads ambiguous so things
+    # don't compile. It also seems dangerous to change what the headers look
+    # like between the backing implementation and the consuming application.
+    "systemc/datatypes/fx/fast_constructors",
+    "systemc/datatypes/fx/constructors",
 ),
 
 ])