====================================================================== FAIL: run_all (__main__.ShiftRotTestRunner) [case_shift] ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/lkcl/src/libresoc/soc/src/soc/fu/compunits/test/test_compunit.py", line 361, in process test) File "/home/lkcl/src/libresoc/soc/src/soc/fu/compunits/test/test_compunit.py", line 317, in execute code) File "fu/compunits/test/test_shiftrot_compunit.py", line 37, in check_cu_outputs self.assertEqual(expected, cu_out, code) AssertionError: 39739355776 != 2046480857 : srad 3, 1, 2 even after fixing off-by-one error, still failing https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff;h=48a90aed14741e38d97fa7b1ceb31cf028684db5 https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff;h=a88be70080d9d3eda3a5c80c7a9fead7a7393120
looks like a false alarm due to forgetting to run pywriter after fixing a previous bug. re-running test_issuer.py to confirm.
yep my fault. all good. test_issuer.py works fine.