From: Jacob Lifshay Date: Sat, 10 Jun 2023 02:02:50 +0000 (-0700) Subject: Revert "disable fmv / fcvt unit tests as there are such a vast number" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a1fd555dd65757371c111c7f98ce69e49b65b5b4;p=openpower-isa.git Revert "disable fmv / fcvt unit tests as there are such a vast number" new pytest-output-to-files plugin mitigates memory use This reverts commit 329985466b05b821c1f02277224f445051c77bb6. --- diff --git a/src/openpower/test/fmv_fcvt/fmv_fcvt.py b/src/openpower/test/fmv_fcvt/fmv_fcvt.py index 29c35146..64cbc111 100644 --- a/src/openpower/test/fmv_fcvt/fmv_fcvt.py +++ b/src/openpower/test/fmv_fcvt/fmv_fcvt.py @@ -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