Revert "disable fmv / fcvt unit tests as there are such a vast number"
authorJacob Lifshay <programmerjake@gmail.com>
Sat, 10 Jun 2023 02:02:50 +0000 (19:02 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Sat, 10 Jun 2023 02:02:50 +0000 (19:02 -0700)
new pytest-output-to-files plugin mitigates memory use

This reverts commit 329985466b05b821c1f02277224f445051c77bb6.

src/openpower/test/fmv_fcvt/fmv_fcvt.py

index 29c35146d0ecbf7c8a6ec2ed94ce7389872bbb3b..64cbc111ff6606aacfd0ba0c948bf86e3be623ff 100644 (file)
@@ -285,7 +285,6 @@ class FMvFCvtCases(TestAccumulatorBase):
         self.toint(max_fraction, 0)
         self.toint(-max_fraction, 0)
 
-    @skip_case("far too many unit tests, causing thrashing")
     def case_js_touint32(self):
         min_value = pow(2, -1074)
         # test cases from:
@@ -572,7 +571,6 @@ class FMvFCvtCases(TestAccumulatorBase):
 
 class SVP64FMvFCvtCases(TestAccumulatorBase):
     @skip_case("FIXME: rewrite to fmv/fcvt tests")
-    @skip_case("far too many unit tests, causing thrashing")
     def case_sv_fmaxmag19(self):
         lst = list(SVP64Asm(["sv.fmaxmag19 *32,*64,*96"]))
         gprs = [0] * 128