-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/pull in more upstream fixes (#134)
* Update helpers.py - fixes a regex issue seen in uptream code. * - add test for new oid type - ensured new method works with older types as well. * - failing test down to just 6 * - added another test case that is currently failing, but should pass. * - down to 203 passing and 9 failing * Update helpers.py - 206 passing 6 failing. * Cleaner Approach - stuck with current regex. - added new regex. * Flushed out Regex - figured out a system of regex. I don't want to get rid of the original regex's, instead we try the new ones first and fall back to the old ones just in case. * Fix Broken UTs - tweaking to get all UTs to pass, not just helper uts.
- Loading branch information
1 parent
c8fcaee
commit 47670d0
Showing
2 changed files
with
48 additions
and
5 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
47670d0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Valgrind Comment
sh ==8245== LEAK SUMMARY: ==8245== definitely lost: 112 bytes in 7 blocks ==8245== indirectly lost: 0 bytes in 0 blocks ==8245== possibly lost: 73,792 bytes in 116 blocks ==8245== still reachable: 2,157,492 bytes in 1,174 blocks ==8245== suppressed: 74,488 bytes in 178 blocks ==8245== Reachable blocks (those to which a pointer was found) are not shown. ==8245== To see them, rerun with: --leak-check=full --show-leak-kinds=all
sh ==8223== LEAK SUMMARY: ==8223== definitely lost: 112 bytes in 7 blocks ==8223== indirectly lost: 0 bytes in 0 blocks ==8223== possibly lost: 305,181 bytes in 464 blocks ==8223== still reachable: 2,408,681 bytes in 1,434 blocks ==8223== suppressed: 68,037 bytes in 163 blocks ==8223== Reachable blocks (those to which a pointer was found) are not shown. ==8223== To see them, rerun with: --leak-check=full --show-leak-kinds=all
sh ==8214== LEAK SUMMARY: ==8214== definitely lost: 112 bytes in 7 blocks ==8214== indirectly lost: 0 bytes in 0 blocks ==8214== possibly lost: 260,260 bytes in 389 blocks ==8214== still reachable: 1,756,174 bytes in 1,367 blocks ==8214== suppressed: 68,403 bytes in 163 blocks ==8214== Reachable blocks (those to which a pointer was found) are not shown. ==8214== To see them, rerun with: --leak-check=full --show-leak-kinds=all
sh ==8297== LEAK SUMMARY: ==8297== definitely lost: 5,376 bytes in 12 blocks ==8297== indirectly lost: 11,479 bytes in 12 blocks ==8297== possibly lost: 4,752 bytes in 7 blocks ==8297== still reachable: 10,687,163 bytes in 141,002 blocks ==8297== suppressed: 69,898 bytes in 166 blocks ==8297== Reachable blocks (those to which a pointer was found) are not shown. ==8297== To see them, rerun with: --leak-check=full --show-leak-kinds=all
sh ==8201== LEAK SUMMARY: ==8201== definitely lost: 4,976 bytes in 12 blocks ==8201== indirectly lost: 1,395 bytes in 2 blocks ==8201== possibly lost: 5,121 bytes in 8 blocks ==8201== still reachable: 10,595,186 bytes in 140,953 blocks ==8201== suppressed: 68,382 bytes in 163 blocks ==8201== Reachable blocks (those to which a pointer was found) are not shown. ==8201== To see them, rerun with: --leak-check=full --show-leak-kinds=all