Bug 1160

Summary: some load/store tests broken in soc.git
Product: Libre-SOC's first SoC Reporter: Jacob Lifshay <programmerjake>
Component: Source CodeAssignee: Luke Kenneth Casson Leighton <lkcl>
Status: CONFIRMED ---    
Severity: normal CC: libre-soc-bugs
Priority: ---    
Version: unspecified   
Hardware: PC   
OS: Linux   
See Also: https://bugs.libre-soc.org/show_bug.cgi?id=94
https://bugs.libre-soc.org/show_bug.cgi?id=216
https://bugs.libre-soc.org/show_bug.cgi?id=257
NLnet milestone: --- total budget (EUR) for completion of task and all subtasks: 0
budget (EUR) for this task, excluding subtasks' budget: 0 parent task for budget allocation:
child tasks for budget allocation: The table of payments (in EUR) for this task; TOML format:

Description Jacob Lifshay 2023-09-12 02:34:12 BST
https://git.libre-soc.org/?p=soc.git;a=commitdiff;h=333a835a80e07ad440700921c1b0d40bf79cba19

commit 333a835a80e07ad440700921c1b0d40bf79cba19
Author: Jacob Lifshay <programmerjake@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'
+@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@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'
+@unittest.skip('broken')
 class TestPIMem(unittest.TestCase):