Bug 361 - all test_pipe_caller.py needs RA=0 tests
Summary: all test_pipe_caller.py needs RA=0 tests
Status: CONFIRMED
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Source Code (show other bugs)
Version: unspecified
Hardware: PC Mac OS
: --- enhancement
Assignee: Luke Kenneth Casson Leighton
URL:
Depends on:
Blocks: 305 330 339 383
  Show dependency treegraph
 
Reported: 2020-06-03 13:00 BST by Luke Kenneth Casson Leighton
Modified: 2020-08-22 12:10 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 Luke Kenneth Casson Leighton 2020-06-03 13:00:03 BST
the unit tests do not test if RA=0 (which triggers zero-imm).
this needs to be added where appropriate
Comment 1 Luke Kenneth Casson Leighton 2020-06-10 14:26:30 BST
in ALUHelpers, (fu/test/common.py) immediate-zero checking is also needed
Comment 2 Luke Kenneth Casson Leighton 2020-08-22 12:10:11 BST
commit ee5469c03a547493eca63213248af654d5c1ef2b (HEAD -> master)
Author: Luke Kenneth Casson Leighton <lkcl@lkcl.net>
Date:   Sat Aug 22 12:09:19 2020 +0100

    r0 zero tests on addis, fails

shows that addis is failing (this is good!)