Skip to content

test: split test-crypto-timing-safe-equal

Rodrigo Muino Tomonari requested to merge github/fork/Trott/separate into master
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test crypto

Description of change

Move non-intensive parts of test-crypto-timing-safe-equal from sequential to parallel.

The test in sequential is marked as flaky due to the intensive part of the test. This will allow the non-intensive part to register as a genuine failure if something breaks it.

Merge request reports

Loading