test_roc_driver.c runs timeout under riscv64 #754
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
description
In this pr ,I make the test roc_driver.c don't work under riscv64.it runs TIMEOUT under riscv64, but when I run the test with
meson test -C build --timeout-multiplier=120 --print-errorlogs
, it turns out to be OK.environment
libsrtp-1-2.7.0-1
Platform: RISC-V 64 bit
log files:
libsrtp-12.7.0-1-riscv64-check.log
My operating environment is an riscv64 environment virtual machine of the arch architecture of Windows WSL.
reproduce
The process is as follows:
meson test -C build --print-errorlogs
patch
For fewer downstream distributors,I suggest ignore the entire test suite.I add
to /test/roc_driver.c
If you find this advice helpful, please consider my PR~