from soc.simulator.program import Program
from soc.config.endian import bigendian
-from soc.fu.test.common import (TestCase, TestAccumulatorBase)
+from soc.fu.test.common import (TestCase, TestAccumulatorBase, skip_case)
from soc.fu.div.pipe_data import DivPipeKind
from soc.fu.div.test.helper import (log_rand, get_cu_inputs,
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