diff options
author | Gabe Black <gabeblack@google.com> | 2018-06-15 17:30:22 -0700 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2018-08-22 01:04:45 +0000 |
commit | 5a4d84ed6346151933a065a45d470286ace7ccbd (patch) | |
tree | a30f437e4c02b86b5c0ea80997396ad36943640b /src/systemc | |
parent | 05e48787980102f826632adc3bdfbc711ae559ce (diff) | |
download | gem5-5a4d84ed6346151933a065a45d470286ace7ccbd.tar.xz |
systemc: Exclude another test which exercises sc_string.
Change-Id: Ic05fe3d34ef403dd6ad9348478f73c6ed50cc7bc
Reviewed-on: https://gem5-review.googlesource.com/11264
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemc/tests/working.filt b/src/systemc/tests/working.filt index e1014db78..e28b74b9d 100644 --- a/src/systemc/tests/working.filt +++ b/src/systemc/tests/working.filt @@ -23,6 +23,7 @@ path in ( # Tests the deprecated sc_string type which we aren't supporting. "systemc/bugs/sc_string_bracket_assign", + "systemc/misc/stars/star124010", # This test declares a constructor it never defines, so it's not clear how # it would ever work? |