From: Luke Kenneth Casson Leighton Date: Thu, 1 Jun 2023 16:02:56 +0000 (+0100) Subject: far too much memory (58 GB) being used by these unit tests, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=refs%2Fheads%2Fvisitor_test;p=openpower-isa.git far too much memory (58 GB) being used by these unit tests, they have to be done as far smaller batches --- diff --git a/src/openpower/decoder/isa/test_caller_svp64_utf_8_validation.py b/src/openpower/decoder/isa/test_caller_svp64_utf_8_validation.py index 83dc5ea4..3f9d0fec 100644 --- a/src/openpower/decoder/isa/test_caller_svp64_utf_8_validation.py +++ b/src/openpower/decoder/isa/test_caller_svp64_utf_8_validation.py @@ -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