Adding suppression file to the new vtr-flow.py #1480
Merged
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.
The suppression file has now been added to the new run_vtr_flow.py
Description
The old perl script included a suppression file to suppress various memory leak errors when sanitizing was enabled. This functionality was missed in the initial conversion of run_vtr_flow to python but it is being implemented here.
Related Issue
Should fix this issue
This could possibly fix this issue
Motivation and Context
Memory leaks in the vtr_reg_strong tests come up when sanitizing is enabled. This occurs mainly on the tests mentioned in the above issues. This causes some CI tests to fail on master.
How Has This Been Tested?
I unfortunately have been unable to reproduce the errors locally and am unable to test this fully.
Types of changes
Checklist: