Get test_cmp working
[soc.git] / src / soc / decoder / isa / test_caller.py
index 1c7cb9a04217226061e0e33b211f8fa766c4ef45..6e3ccdd25bbdd7f326ab1150a24e933525b30647 100644 (file)
@@ -138,7 +138,6 @@ class DecoderTestCase(FHDLTestCase):
             # Verified with QEMU
             self.assertEqual(sim.gpr(3), SelectableInt(0x80000000, 64))
 
-    @unittest.skip("broken (XER)")
     def test_cmp(self):
         lst = ["addis 1, 0, 0xffff",
                "addis 2, 0, 0xffff",