Bug 1160 - some load/store tests broken in soc.git
Summary: some load/store tests broken in soc.git
Status: CONFIRMED
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Source Code (show other bugs)
Version: unspecified
Hardware: PC Linux
: --- normal
Assignee: Luke Kenneth Casson Leighton
URL:
Depends on:
Blocks:
 
Reported: 2023-09-12 02:34 BST by Jacob Lifshay
Modified: 2023-09-12 02:34 BST (History)
1 user (show)

See Also:
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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):