-
Notifications
You must be signed in to change notification settings - Fork 70
Check Delta Valgrind Logs #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
1. Suppress false positives / noise 2. Remove memory address 3. Remove noise at beginning of each line 4. Display only what is added to the child valgrind report
…ge, need to remove after merge
Caveat: valgrind suppression is too specific, sometimes it filter out memcheck of type Addr2 (invalid read of size 2), but Addr1,4,8 might also happen for the same valgrind error. Next step: add additional script for duplicating Addr memcheck types so that it won't miss the same valgrind issue. |
This is potentially a no go given the suppression are noisy and the valgrind errors are not consistent across the runs. Push to 2022.4 for now. The better alternative is to fix all current valgrind issues, then apply this CI/CD. Will wait until its dependency are done. |
No description provided.