Revert "far too much memory (58 GB) being used by these unit tests,"
authorJacob Lifshay <programmerjake@gmail.com>
Sat, 10 Jun 2023 02:00:37 +0000 (19:00 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Sat, 10 Jun 2023 02:00:37 +0000 (19:00 -0700)
new pytest-output-to-files plugin mitigates memory use

This reverts commit e31e5486822023bf99701e410d7b5e55df355048.

src/openpower/decoder/isa/test_caller_svp64_utf_8_validation.py

index 3f9d0fec7f8e24d5845588184c2dbe5998d0c870..83dc5ea4f1bd8511529dbcf57c1c89c1031406f9 100644 (file)
@@ -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