re-enable other SVP64 FP tests
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 19 May 2021 13:41:44 +0000 (14:41 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 19 May 2021 13:41:44 +0000 (14:41 +0100)
src/openpower/decoder/isa/test_caller_svp64_fp.py

index a6c28611196525f3017d85bf74125ff7782ffde1..af33710046acdae34a89f90da7408eb3e5207905 100644 (file)
@@ -22,7 +22,7 @@ class DecoderTestCase(FHDLTestCase):
         for i in range(32):
             self.assertEqual(sim.gpr(i), SelectableInt(expected[i], 64))
 
-    def tst_sv_fpload(self):
+    def test_sv_fpload(self):
         """>>> lst = ["sv.lfsx 2.v, 0, 0.v"
                         ]
         """
@@ -104,7 +104,7 @@ class DecoderTestCase(FHDLTestCase):
             self.assertEqual(sim.fpr(4), SelectableInt(0xC004000000000000, 64))
 
 
-    def tst_sv_fpadd(self):
+    def test_sv_fpadd(self):
         """>>> lst = ["sv.fadds 6.v, 2.v, 4.v"
                         ]
         """