far too much memory (58 GB) being used by these unit tests,
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Jun 2023 16:02:56 +0000 (17:02 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Jun 2023 16:02:56 +0000 (17:02 +0100)
they have to be done as far smaller batches

src/openpower/decoder/isa/test_caller_svp64_utf_8_validation.py

index 83dc5ea4f1bd8511529dbcf57c1c89c1031406f9..3f9d0fec7f8e24d5845588184c2dbe5998d0c870 100644 (file)
@@ -14,6 +14,8 @@ 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 disable utf-8 tests entirely, it is taking up 58 GB of memory
+    return []
     return SVP64UTF8ValidationTestCase().test_data