[Libre-soc-isa] [Bug 686] create Power ISA test API

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sat Sep 25 18:50:00 BST 2021


https://bugs.libre-soc.org/show_bug.cgi?id=686

--- Comment #75 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
commit 83a798208cee2ebe8a2be6850ab42f75dac5e9d9 (HEAD -> master, origin/master)
Author: Luke Kenneth Casson Leighton <lkcl at lkcl.net>
Date:   Sat Sep 25 18:49:13 2021 +0100

    convert all SimRunner functions to yield

-    def prepare_for_test(self, test): pass
-    def run_test(self): pass
-    def end_test(self): pass
-    def cleanup(self): pass
+    def setup_for_test(self):
+        if False: yield
+    def setup_during_test(self):
+        if False: yield

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libre-SOC-ISA mailing list