summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-06-16 22:33:28 -0700
committerGabe Black <gabeblack@google.com>2018-08-28 21:23:21 +0000
commit6b14e93af09a329291f781a797352383f9f232db (patch)
treec51ca2229c495ca3a1819b13dbabe5f934b297f5
parent7cab8db5a9dab67a53906a3416100a2642d350b7 (diff)
downloadgem5-6b14e93af09a329291f781a797352383f9f232db.tar.xz
systemc: Disable a few more tests that aren't going to work.
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>
-rw-r--r--src/systemc/tests/working.filt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/systemc/tests/working.filt b/src/systemc/tests/working.filt
index 75cc8373d..960476878 100644
--- a/src/systemc/tests/working.filt
+++ b/src/systemc/tests/working.filt
@@ -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",
),
])