disable fmv-fcvt tests entirely
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Jun 2023 15:54:02 +0000 (16:54 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Jun 2023 15:54:32 +0000 (16:54 +0100)
src/openpower/decoder/isa/test_caller_fmv_fcvt.py

index 8bb903469a3ec685aacfeb0d223f9e2f592f4153..c235901a34338021710e41c5d42664a449f7c15e 100644 (file)
@@ -14,6 +14,9 @@ from openpower.test.runner import TestRunnerBase
 @lru_cache()
 def make_cases():
     # cache globally, so we only have to create test_data once per process
+    # XXX far too many - 20 gigabyte per process and it is killing machines.
+    # it is NOT ok to assume vast resources
+    return []
     return FMvFCvtCases().test_data