projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05e4878
)
systemc: Exclude another test which exercises sc_string.
author
Gabe Black
<gabeblack@google.com>
Sat, 16 Jun 2018 00:30:22 +0000
(17:30 -0700)
committer
Gabe Black
<gabeblack@google.com>
Wed, 22 Aug 2018 01:04:45 +0000
(
01:04
+0000)
Change-Id: Ic05fe3d34ef403dd6ad9348478f73c6ed50cc7bc
Reviewed-on: https://gem5-review.googlesource.com/11264
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/tests/working.filt
patch
|
blob
|
history
diff --git
a/src/systemc/tests/working.filt
b/src/systemc/tests/working.filt
index e1014db78d14c3180525a8826616aaf8c5472532..e28b74b9d4d1335c192f3970abf9e88ab9d97034 100644
(file)
--- 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?