| Summary: | fu compunit unit tests no longer function | ||
|---|---|---|---|
| Product: | Libre-SOC's second ASIC | Reporter: | Luke Kenneth Casson Leighton <lkcl> |
| Component: | source code | Assignee: | Luke Kenneth Casson Leighton <lkcl> |
| Status: | CONFIRMED --- | ||
| Severity: | enhancement | CC: | libre-soc-bugs, programmerjake |
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| 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: | ||
important to keep these functional, jacob. i have an obscure branch unit test to create that i can't use the standard test_issuer.py for Yeah...sorry i missed that test...probably cuz the Python refactoring tool didn't detect that that file was using the FU classes (cuz it's indirect) and the tests I ran never used that file. AFAICT you already fixed this bug in: https://git.libre-soc.org/?p=soc.git;a=commitdiff;h=ce5fc12d788e2e6a88cb9f3e071cbc8c0352c13b |
python3 fu/compunits/test/test_alu_compunit.py ERROR: run_all (__main__.BranchTestRunner) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/lkcl/src/libresoc/soc/src/soc/fu/compunits/test/test_compunit.py", line 347, in run_all m.submodules.cu = cu = self.fukls(0) TypeError: __init__() missing 1 required positional argument: 'parent_pspec'