From 5d5206418ce184c6ce2a743cb10ba35d76c4e11a Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 17 Sep 2020 15:31:50 -0700 Subject: [PATCH] re-enable test case -- no longer goes into an infinite loop --- src/soc/fu/div/test/test_pipe_caller.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.30.2