From: Jacob Lifshay Date: Thu, 17 Sep 2020 22:31:50 +0000 (-0700) Subject: re-enable test case -- no longer goes into an infinite loop X-Git-Tag: semi_working_ecp5~10 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d5206418ce184c6ce2a743cb10ba35d76c4e11a;p=soc.git re-enable test case -- no longer goes into an infinite loop --- diff --git a/src/soc/fu/div/test/test_pipe_caller.py b/src/soc/fu/div/test/test_pipe_caller.py index 4c8ee387..1b05695f 100644 --- a/src/soc/fu/div/test/test_pipe_caller.py +++ b/src/soc/fu/div/test/test_pipe_caller.py @@ -138,7 +138,6 @@ class DivTestCases(TestAccumulatorBase): with Program(lst, bigendian) as prog: self.add_case(prog, initial_regs) - @skip_case("causes test_issuer to go permanently busy!") def case_10_regression(self): # overflow fails lst = ["divwo 3, 1, 2"] initial_regs = [0] * 32