[Libre-soc-isa] [Bug 686] create Power ISA test API

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Thu Sep 9 23:54:26 BST 2021


https://bugs.libre-soc.org/show_bug.cgi?id=686

--- Comment #23 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Luke Kenneth Casson Leighton from comment #21)
> (In reply to Jacob Lifshay from comment #19)
> > One other thing, I'd like to request that the test API be designed with
> > parallelism in mind...
> 
> ah this is an orthogonal issue.  as in: it's a low-level comparator
> API that should have absolutely nothing to do with parallelism at
> the *unit test runner* level (be that nosetests or any other)

parallelism has to be accounted for, otherwise you could do something like
write to /tmp/program.s and expect it to not be modified -- that won't work
when running tests in parallel since tests would overwrite files used by other
tests (we already have that problem with vcd and gtkw files, luckily the tests
don't need to read the files back in, otherwise they'd fail).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libre-SOC-ISA mailing list