From: Jacob Lifshay Date: Sat, 10 Jun 2023 02:00:37 +0000 (-0700) Subject: Revert "far too much memory (58 GB) being used by these unit tests," X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=36f03ce09789d373de58ef771e92bbc9f314ed59;p=openpower-isa.git Revert "far too much memory (58 GB) being used by these unit tests," new pytest-output-to-files plugin mitigates memory use This reverts commit e31e5486822023bf99701e410d7b5e55df355048. --- 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 3f9d0fec..83dc5ea4 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,8 +14,6 @@ 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