summaryrefslogtreecommitdiff
path: root/suite/testcommon.py
AgeCommit message (Collapse)Author
2020-11-16support packaging/unpacking bndb filesxusheng
2020-11-16use context manager for bvXusheng
2020-11-16add a unit test for loading old databaseXusheng
2020-11-13add callback for BinaryView finalization and initial analysis completionXusheng
2020-10-27Add simplifier test casesKyleMiles
2020-10-27remove the loop to delete temp files on WindowsXusheng
2020-10-23Add more test cases for simplifierKyleMiles
2020-10-19Expose Template Simplifier to the API, Adds Tests, and Adds Rust String FFI ↵KyleMiles
support to Python (see note) This introduces the ability to receive and free string from Rust in Python. For it to work, your exposed function name needs to begin with "BNRust", and the generator will create the appropriate code for freeing string return values and arguments.
2020-10-16add unit test for deprecated BinaryViewTypeXusheng
expose FileMetadata::GetExistingViews()
2020-10-08Fix unittest saving database during analysis warning.Brian Potchik
2020-09-16Add setting to control logging in headless.Brian Potchik
2020-09-13Disable logging during headless unit tests.Brian Potchik
2020-09-10Fix Windows file deletion issue in testsChinmay
2020-09-10Update API name for ParsePossibleValueSetChinmay
2020-09-10Adds tests related to UIDFChinmay
2020-09-04Fix universal loader BNDB round trip unit test.Brian Potchik
2020-09-03Fix universal loader BNDB round trip unit test.Brian Potchik
2020-09-03Fix universal loader BNDB round trip unit test.Brian Potchik
2020-09-03Update Universal loader unit tests with BNDB round trip and open with ↵Brian Potchik
options tests.
2020-08-29Update unit tests to allow for specifying settings.Brian Potchik
2020-08-08Add Universal loader unit tests.Brian Potchik
2020-07-30sort regs and flags before generationXusheng
2020-07-20Fix persistent undo unit testJosh Ferrell
2020-07-10Remove legacy clean save testJosh Ferrell
2020-06-23Sort the types list in unit testPeter LaFosse
2020-06-16Use Python 3 for bininfo testRusty Wagner
2020-06-15Fix Python 3 unit testsRusty Wagner
2020-05-07fix unit tests on python2Jordan Wiens
2020-05-04HLIL unit testsRusty Wagner
2020-05-03Fix some linter issues in testcommon.pyPeter LaFosse
2020-05-03Add check on equality operators of structure objectsPeter LaFosse
2020-03-11use repr instead of str for unit tests now that str existsJordan Wiens
2020-02-06update plugin unit test to use proper python versionJosh Ferrell
2020-02-06Add unit tests and update binaryview saveJosh Ferrell
2019-12-19LLIL_JUMP_TO/MLIL_JUMP_TO now contain mappings from address to destination ↵Rusty Wagner
instruction
2019-12-13Add unit test for DataRendererPeter LaFosse
2019-09-25Add function and instruction address for many unit testsPeter LaFosse
2019-09-21Add unit tests for address rebasing.Brian Potchik
2019-05-31Sort dominators so test results are deterministicGlenn Smith
2019-05-16add incoming and outgoing edges to basic block unit testJordan Wiens
2019-04-30Add unit test to detect memory leaksRusty Wagner
2019-04-22Updates to support get_ssa function returning Instructions instead of indices.Brian Potchik
2019-04-05Add dominator and post_dominator to unit testsPeter LaFosse
2018-12-12deprecate current_function.medium_level_il in favor of .mlil and move ↵Jordan Wiens
.instructions to mlil instead of main function -- likewise for llil
2018-11-13Add expression parsing APIsPeter LaFosse
Add text-based and constant-based searching
2018-10-19Delete unit tests when donePeter LaFosse
2018-10-15Refactor to how symbols and namespaces workPeter LaFosse
2018-09-29Produce better output for data variable testPeter LaFosse
2018-08-27Comment out partial_register_dataflow testJosh Ferrell
2018-08-20Revert "Unit Tests Run On One Thread"Ryan Snyder
This reverts commit 56bfbc430d8aa7f5e581958a5b9e600372805cdb.