Hello Nikos Nikoleris,

I'd like you to do a code review. Please visit

    https://gem5-review.googlesource.com/c/public/gem5/+/28067

to review the following change.


Change subject: tests: Refactor the Gem5Fixture to derive from UniqueFixture
......................................................................

tests: Refactor the Gem5Fixture to derive from UniqueFixture

Change-Id: Ie868a7e18ef6c3271f3c8a658229657cd43997cb
---
M tests/gem5/fixture.py
1 file changed, 2 insertions(+), 0 deletions(-)



diff --git a/tests/gem5/fixture.py b/tests/gem5/fixture.py
index aa316e7..db14115 100644
--- a/tests/gem5/fixture.py
+++ b/tests/gem5/fixture.py
@@ -159,6 +159,8 @@
         log_call(log.test_log, command, stderr=sys.stderr)

 class Gem5Fixture(SConsFixture):
+    fixtures = {}
+
     def __new__(cls, isa, variant, protocol=None):
         target_dir = joinpath(config.build_dir, isa.upper())
         if protocol:

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

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ie868a7e18ef6c3271f3c8a658229657cd43997cb
Gerrit-Change-Number: 28067
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby R. Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Nikos Nikoleris <nikos.nikole...@arm.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to