Replies: 1 comment 1 reply
-
Thanks for the bug report. I have a hunch that this is a result of us not treating this algorithm as a "first class citizen"... @bhess : What'd you think? Also moving this as an issue to the proper project. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am trying to build and run the liboqs on windows. i am successfully able to compile it on GNU
But when i run tests, some of them fail.
========================================================================== 54 failed, 218 passed, 313 skipped in 46.37s ==========================================================================
Failure reason is mentioned as below
FAILED tests/test_alg_info.py::test_alg_info_sig[ML-DSA-44] - FileNotFoundError: [WinError 2] The system cannot find the file specified
I guess the failure reason is line below
datasheet_filename = helpers.run_subprocess(['grep', '-r', '-l', kem_name, 'docs/algorithms/kem']).splitlines()[0]
as there exist no file with name of ML-DSA-44 in docs/algorithms/kem.
Are there any other way to run tests ? Am i doing something wrong ?
Any help would be appreciated.
Note: I am running tests without any changes in configuration, directly on master.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions