Skip to content
Snippets Groups Projects
Commit 5c75a760 authored by Alex Apostolescu's avatar Alex Apostolescu
Browse files

run-tests.py: Rewrite checker.py


* Reuse mmap tags - each mmap call will result in a new <mapped-addrX> tag.
* Trim diff output if it exceeds 20 lines.
* Gracefully exit on SIGSEGV.
* Add checker flags:
   - verbose, to display the test output
   - diff, to display differences from the ref file
   - memcheck, test solution for memory leaks with valgrind

Signed-off-by: default avatarAlex Apostolescu <alexx.apostolescu@gmail.com>
parent 9ad6cfd2
No related branches found
No related tags found
No related merge requests found
Pipeline #25178 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment