From a1fd555dd65757371c111c7f98ce69e49b65b5b4 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Fri, 9 Jun 2023 19:02:50 -0700 Subject: [PATCH] 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. --- src/openpower/test/fmv_fcvt/fmv_fcvt.py | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.30.2