-
Notifications
You must be signed in to change notification settings - Fork 722
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* We can't simply check if there are more than 4 open file descriptors * There are tests who intentionally close a std, and that will lead the total counts to 2. * One way is to check if open fds are one more than n std, but that information is not in older valgrind. * If there is no fd leaks, then the FILE DESCRIPTORS: will always be followed by the fd pointing to LastDynamicAnalysis log file * The test will check for this to determine if there are any leaking fds * Change testing for regexes * We only have one regex now, so delete those tests for previous regexes
- Loading branch information
Boquan Fang
committed
Oct 22, 2024
1 parent
39456d8
commit 5158969
Showing
2 changed files
with
29 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters