diff options
author | Gabe Black <gabeblack@google.com> | 2018-06-15 16:44:29 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2018-08-22 01:01:49 +0000 |
commit | d5983ac03f26b7f5f35d117dd07801f1d259401d (patch) | |
tree | 60f2a36e21dd22e402a8342e08a95c34e24ca17e /src/systemc | |
parent | 29d3ebd5bae89bc710c68f07c88126c376b6cef5 (diff) | |
download | gem5-d5983ac03f26b7f5f35d117dd07801f1d259401d.tar.xz |
systemc: Exclude a test which probably could never compile?
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>
Diffstat (limited to 'src/systemc')
-rw-r--r-- | src/systemc/tests/working.filt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/systemc/tests/working.filt b/src/systemc/tests/working.filt index ff0dd17ce..e1014db78 100644 --- a/src/systemc/tests/working.filt +++ b/src/systemc/tests/working.filt @@ -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", ), ]) |