From 433665cc8903284c91cf151b134795009b4dd212 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 24 Sep 2022 14:25:09 +0100 Subject: [PATCH] add extra test_pysvp64dis.py test for ff=~RC1/vli mode --- src/openpower/sv/trans/test_pysvp64dis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openpower/sv/trans/test_pysvp64dis.py b/src/openpower/sv/trans/test_pysvp64dis.py index cea9113c..9f5dd88a 100644 --- a/src/openpower/sv/trans/test_pysvp64dis.py +++ b/src/openpower/sv/trans/test_pysvp64dis.py @@ -284,6 +284,7 @@ class SVSTATETestCase(unittest.TestCase): def test_17_vli(self): expected = [ "sv.add/ff=RC1/vli 3,7,11", + "sv.add/ff=~RC1/vli 3,7,11", ] self._do_tst(expected) -- 2.30.2