From: Luke Kenneth Casson Leighton Date: Thu, 1 Jun 2023 14:18:56 +0000 (+0100) Subject: disable fmv / fcvt unit tests as there are such a vast number X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=329985466b05b821c1f02277224f445051c77bb6;p=openpower-isa.git disable fmv / fcvt unit tests as there are such a vast number it causes machines with 64 GB of RAM to run out of memory tests *have* to be kept short --- diff --git a/src/openpower/test/fmv_fcvt/fmv_fcvt.py b/src/openpower/test/fmv_fcvt/fmv_fcvt.py index 3a778a65..613c0564 100644 --- a/src/openpower/test/fmv_fcvt/fmv_fcvt.py +++ b/src/openpower/test/fmv_fcvt/fmv_fcvt.py @@ -285,6 +285,7 @@ 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: @@ -571,6 +572,7 @@ 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