[Libre-soc-bugs] [Bug 1160] New: some load/store tests broken in soc.git
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Tue Sep 12 02:34:12 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=1160
Bug ID: 1160
Summary: some load/store tests broken in soc.git
Product: Libre-SOC's first SoC
Version: unspecified
Hardware: PC
OS: Linux
Status: CONFIRMED
Severity: normal
Priority: ---
Component: Source Code
Assignee: lkcl at lkcl.net
Reporter: programmerjake at gmail.com
CC: libre-soc-bugs at lists.libre-soc.org
NLnet milestone: ---
https://git.libre-soc.org/?p=soc.git;a=commitdiff;h=333a835a80e07ad440700921c1b0d40bf79cba19
commit 333a835a80e07ad440700921c1b0d40bf79cba19
Author: Jacob Lifshay <programmerjake at gmail.com>
Date: Mon Sep 11 13:26:32 2023 -0700
mark src/soc/experiment/test/test_compldst_multi.py as broken
+# FIXME: AttributeError: type object 'LDSTPipeSpec' has no attribute 'regspec'
+ at unittest.skip('broken')
class TestLDSTCompUnit(unittest.TestCase):
https://git.libre-soc.org/?p=soc.git;a=commitdiff;h=0867348a01ab71fb003ef61c7b8b839c4ca109b2
commit 0867348a01ab71fb003ef61c7b8b839c4ca109b2
Author: Jacob Lifshay <programmerjake at gmail.com>
Date: Mon Sep 11 13:24:55 2023 -0700
mark test_pi2ls.py as broken
I tried to fix it, but a whole bunch needs changing so I gave up for now
+# FIXME: TypeError: pi_ldst() missing 1 required positional argument: 'msr'
+ at unittest.skip('broken')
class TestPIMem(unittest.TestCase):
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list