Преглед на файлове

Disable SPHINCS+ test taking too much RAM in ASAN

kyber
Thom Wiggers преди 4 години
committed by Kris Kwiatkowski
родител
ревизия
87c40ab558
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. +5
    -0
      test/test_functest.py

+ 5
- 0
test/test_functest.py Целия файл

@@ -54,6 +54,11 @@ def test_functest_sanitizers(implementation, impl_path, test_dir,
init, destr):
dest_dir = os.path.join(test_dir, 'bin')
env = None
if (implementation.scheme.name == "sphincs-sha256-192s-robust"
and 'CI' in os.environ
and implementation.name == "clean"
and 'clang' in os.environ.get('CC', '')):
raise unittest.SkipTest("Clang makes this test use too much RAM")
if platform.machine() == 'ppc' and 'clang' in os.environ.get('CC', 'gcc'):
raise unittest.SkipTest("Clang does not support ASAN on ppc")
elif platform.machine() in ['armv7l', 'aarch64']:


Зареждане…
Отказ
Запис