diff options
author | Gabe Black <gabeblack@google.com> | 2018-08-13 18:10:05 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2018-09-20 01:45:06 +0000 |
commit | 68c292841318646835249667251180729186b242 (patch) | |
tree | 88b3d3eb02eb375ba380cc8b052882e9d80387ec /src/systemc | |
parent | a11636c7d19caa5832c09b539bcee01ec8818364 (diff) | |
download | gem5-68c292841318646835249667251180729186b242.tar.xz |
systemc: Exclude two more tests which have undefined functions.
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>
Diffstat (limited to 'src/systemc')
-rw-r--r-- | src/systemc/tests/working.filt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systemc/tests/working.filt b/src/systemc/tests/working.filt index 66dba3bfa..4553a5521 100644 --- a/src/systemc/tests/working.filt +++ b/src/systemc/tests/working.filt @@ -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 |