summaryrefslogtreecommitdiff
path: root/suite/testcommon.py
AgeCommit message (Expand)Author
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 .instru...Jordan Wiens
2018-11-13Add expression parsing APIsPeter LaFosse
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
2018-08-17Unit Tests Run On One ThreadKyleMiles
2018-07-10bv.write and bv.insert require byte-stringsKyleMiles
2018-07-10tests: Separate unit test corpus from resultsRyan Snyder
2018-07-10Rebased so commit history is correct nowKyleMiles
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10Initial python API testsnegasora
2018-07-10updated unit tests with descriptive outputnegasora
2018-06-07binary fix (#1055)negasora
2018-06-07Initial python API tests (#1054)negasora