systemc: Exclude two more tests which have undefined functions.
authorGabe Black <gabeblack@google.com>
Tue, 14 Aug 2018 01:10:05 +0000 (18:10 -0700)
committerGabe Black <gabeblack@google.com>
Thu, 20 Sep 2018 01:45:06 +0000 (01:45 +0000)
It seems that implementing more of systemc makes the compiler think it
wants an implementation, and so the build fails with linker errors.

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

src/systemc/tests/working.filt

index 66dba3bfa457baf46934b382b6772c8619b5df6b..4553a55214e865771e5f3253b7bd58ea30da712c 100644 (file)
@@ -29,6 +29,10 @@ path in (
     # Another test which calls an undefined function.
     "systemc/misc/gnats/pr-480",
 
+    # Two more tests with undefined functions.
+    "systemc/misc/unit/extern",
+    "systemc/misc/unit/extern2",
+
     # 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