Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/11260

Change subject: systemc: Exclude a test which probably could never compile?
......................................................................

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
---
M src/systemc/tests/working.filt
1 file changed, 5 insertions(+), 1 deletion(-)



diff --git a/src/systemc/tests/working.filt b/src/systemc/tests/working.filt
index ff0dd17..e1014db 100644
--- a/src/systemc/tests/working.filt
+++ b/src/systemc/tests/working.filt
@@ -22,7 +22,11 @@
     "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",
 ),

 ])

--
To view, visit https://gem5-review.googlesource.com/11260
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I5350fea1dfd288e34e01afcd3780b2ffc3312344
Gerrit-Change-Number: 11260
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabebl...@google.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to