From f4f559c1fdd6fd827dfc8d9855d96db5ae0a657a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claudio=20Andr=C3=A9?= Date: Tue, 19 Nov 2024 07:49:02 -0300 Subject: [PATCH] docs(ci): add keepass-argon2 to issues (#632) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add keepass-argon2-opencl to the list of problematic formats. Document all formats that fail and therefore need to be disabled during testing. Signed-off-by: Claudio André --- .github/actions/spelling/expect.txt | 2 ++ CI/disabled/readme.md | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index 4619530a..3f609e90 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -28,6 +28,7 @@ basekit bestpractices bigfiles bitlocker +Bla bugtracker BUILDID buildlog @@ -159,6 +160,7 @@ markdownlint metainfo mfb misconfig +Mka mktemp mrsp mscash diff --git a/CI/disabled/readme.md b/CI/disabled/readme.md index eabe968f..3fc20bf2 100644 --- a/CI/disabled/readme.md +++ b/CI/disabled/readme.md @@ -28,6 +28,7 @@ disable_list=" argon2-opencl bcrypt-opencl descrypt-opencl + keepass-argon2-opencl krb5tgs-opencl lm-opencl o5logon-opencl @@ -113,4 +114,8 @@ Platform #0 name: Intel(R) OpenCL, version: OpenCL 3.0 LINUX\ 'streebog256crypt-opencl' 'streebog512crypt-opencl' 'gost94crypt-opencl' + +# Testing: KeePass-Argon2-opencl [BlaMka OpenCL]... +# run_tests.sh: line 304: 6619 Segmentation fault (core dumped) "$JTR_BIN" -test-full=0 --format=opencl +'keepass-argon2-opencl' ```