summaryrefslogtreecommitdiff
path: root/suite/testcommon.py
AgeCommit message (Expand)Author
2024-06-14Delete unmaintained test suiteMason Reed
2023-07-10Move binary view loading in to the core; deprecate open_view in favor of load...KyleMiles
2022-08-10Merge variables API/UI, variable liveness API for determining soundness of va...Rusty Wagner
2022-07-20Add unit tests for segment and section notificationsJosh F
2022-06-27Add struct pointer array testGlenn Smith
2022-06-17Unit test for function type and Win32 x86 calling conventionsRusty Wagner
2022-05-31Increase coverage of architecture.pyrose
2022-05-19Add tests for additional database versionsRusty Wagner
2022-05-17Weird hack to improve unit test speed on LinuxRusty Wagner
2022-04-14Remove fixOutput as it was only for python2Peter LaFosse
2022-04-14Improve performance of unit test generation with some smarter patternsPeter LaFosse
2022-04-06Test for fix for Vector35/arch-x86#29Glenn Smith
2022-01-26Remove minimally used TypeCreationException in favor of ValueErrorPeter LaFosse
2022-01-25Fix issue with serialization of MemberScope and MemberAcess along with a few ...Peter LaFosse
2022-01-25Fix errors and add unit test for EnumBuilderPeter LaFosse
2022-01-24Add additional unit tests for types.py and fix some resulting bugsPeter LaFosse
2021-11-29Better handling of symbols whose raw names are obfuscatedPeter LaFosse
2021-11-11Add aliased_var api testsKyleMiles
2021-10-28Smartly update the TypeViewXusheng
2021-10-25Prevent the streampos_simplifier and ios_base_simplifiers from running to avo...Peter LaFosse
2021-10-21Add test for liveness_atKyleMiles
2021-10-13Remove func.create_auto_stack_var and only unit test stackAdjustment not its ...Peter LaFosse
2021-10-12Add test for stack adjustmentPeter LaFosse
2021-10-11Reenable LLIL to HLIL mapping tests.Brian Potchik
2021-10-04Disable HLIL indirect mapping tests.Brian Potchik
2021-10-04Disable LLIL to HLIL mapping tests.Brian Potchik
2021-09-30Allow string representation of types to be passed as parameters to methods wh...Peter LaFosse
2021-09-23Cleanup tag list and tag renderingGlenn Smith
2021-09-07Rename all TypeBuilder objects to end with 'Builder' to avoid name collisionsPeter LaFosse
2021-09-06Update unit tests for better output and resultsPeter LaFosse
2021-09-06Commonize _to_core_struct/_from_core_structPeter LaFosse
2021-09-06Use more f-stringsPeter LaFosse
2021-09-06Update testcommon.py for refactored types/variablesPeter LaFosse
2021-09-05Remove some unnecessary properties for various derived HLIL Instructions, add...Peter LaFosse
2021-09-05Refactor Python TypesPeter LaFosse
2021-09-05remove some unneeded codePeter LaFosse
2021-09-05Use more fstrings in testcommon.pyPeter LaFosse
2021-09-05Refactor ILs for greater speed and utilityPeter LaFosse
2021-09-05update unit test for preprocess_source changePeter LaFosse
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-09-05Fix get_ssa_var_version in unit testPeter LaFosse
2021-08-26Update hardcoded test_get_il_vars test for new .bntl'sAndrew Lamoureux
2021-07-26Update tests for new register printing and IL variable APIKyleMiles
2021-07-05Add a unit test for the fixed GetInstallDirectory/GetBundledPluginDirectory APIXusheng
2021-07-01Old tags test caseGlenn Smith
2021-06-12Function: Added `BNGetFunctionILVariables()` / `get_il_vars()` methodJon Palmisciano
2021-06-11Add TypeReferenceChanged notificationXusheng
2021-05-29Initial support for unit test configurations.Brian Potchik
2021-05-26Add the ability to automatically create struct membersXusheng
2021-05-24NTR testGlenn Smith