about summary refs log tree commit diff stats
path: root/test/test_all.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Core: Introduce BoundedDict and its regression testCamille Mougey2015-02-231-0/+1
* Test/Analysis: Regression tests for DependencyGraphCamille Mougey2015-02-201-0/+19
* X86: add regression tests for bsf/bsrFabrice Desclaux2015-02-201-1/+7
* TestAll: Never launch tests from `miasm2` root (files are used before modules)Camille Mougey2015-02-161-6/+4
* Test: Add x86 64 mul/div regression testFabrice Desclaux2015-02-131-1/+50
* Tests: add x86_32 pop esp regression testFabrice Desclaux2015-02-101-1/+1
* Example/ASM: Add a minimalist exampleCamille Mougey2015-01-261-0/+3
* TestAll: Add an empty space between ']' and z3 warning messageCamille Mougey2015-01-231-1/+1
* Example/ASM: Test the second ARM (arm_sc.S) exampleCamille Mougey2015-01-231-0/+8
* Example/ASM: Test the x86_64 exampleCamille Mougey2015-01-231-6/+9
* TestAll: Add missing productsCamille Mougey2015-01-231-6/+7
* TestAll: Launch examples from their subdir, merge ExampleDir into ExampleCamille Mougey2015-01-231-30/+24
* Example/ASM: Avoid duplicating code by using a common script shellcode.pyCamille Mougey2015-01-231-42/+61
* Example: Move disasm's examples to a `disasm` directoryCamille Mougey2015-01-231-8/+21
* Example: Move asm's examples to a `asm` directoryCamille Mougey2015-01-231-13/+20
* Example: Move jitter's examples to a `jitter` directoryCamille Mougey2015-01-231-21/+26
* TestAll: Introduce ExampleDir, and use it for expressions (ExampleExpression)Camille Mougey2015-01-231-19/+41
* Example: Move expression samples to sample directoryCamille Mougey2015-01-231-3/+4
* Example: Rename symbol_exec to single_instr in a specific symbol_exec directoryCamille Mougey2015-01-231-3/+5
* Example: Rename Test Dis to Disasm FullCamille Mougey2015-01-231-12/+14
* Example/Test_Dis: OptParse to ArgParseCamille Mougey2015-01-231-3/+2
* Example: Rename Disasm_03 to Disasm_FileCamille Mougey2015-01-231-1/+2
* Example: Rename Disasm_02 to Disasm FunctionCamille Mougey2015-01-231-1/+1
* Example: Rename Disasm_01 to Disasm_Single_InstrCamille Mougey2015-01-231-1/+1
* Example: Rename test_jit_* to jit_*Camille Mougey2015-01-231-6/+6
* Examples: Update x86_32_sc.bin locationCamille Mougey2015-01-231-1/+2
* Examples: Update *.S locationCamille Mougey2015-01-231-4/+8
* Examples: Update md5_arm locationCamille Mougey2015-01-231-1/+2
* Examples: Update box_upx.exe locationCamille Mougey2015-01-231-3/+13
* TestAll: Use only asm_box_x86_32 and .S files, to reduce copy/paste errorsCamille Mougey2015-01-231-21/+13
* Added TranslatorZ3 to the Miasm test suite.Florent Monjalet2015-01-231-0/+12
* Example/TestAll: Fix a typography (TAGS indirection must be used)Camille Mougey2015-01-211-1/+1
* Example: Add a new example using C & Python translationCamille Mougey2014-12-141-0/+1
* TestAll: Fix wrong comment in commit #90aa4b8195cefddee192df3c4c674b648f21e228Camille Mougey2014-12-141-2/+0
* Test: update ARM semantic testsFabrice Desclaux2014-12-111-0/+2
* Merge branch 'feature-exprrandom' of https://github.com/commial/miasm into co...Fabrice Desclaux2014-12-111-0/+1
|\
| * Example: Add an example for ExprRandomCamille Mougey2014-12-101-0/+1
* | Test: Add a regression test for Variables_IdentifierCamille Mougey2014-12-091-0/+1
|/
* TestAll: Add a class ExampleTestDis for test_dis.py specificitiesCamille Mougey2014-12-041-13/+26
* TestAll: Some example products were missingCamille Mougey2014-12-041-6/+11
* TestAll: Use tag "llvm" to filter LLVM dependent test unitsCamille Mougey2014-11-031-11/+9
* TestAll: Merge and tag tests, handle "ommit-tags" argumentCamille Mougey2014-11-031-54/+96
* TestAll: Add products for 'unpack_upx' exampleCamille Mougey2014-10-311-2/+8
* TestAll: Update test all to use test utilsajax2014-10-171-458/+218
* Reg test: add arm jit little/big endianFabrice Desclaux2014-10-091-0/+2
* Arch/jit: add endianess support jittersFabrice Desclaux2014-10-091-3/+7
* Sandbox: add arm archFabrice Desclaux2014-10-071-1/+1
* Move os_dep out of the jitter moduleFabrice Desclaux2014-10-071-3/+3
* mergeFabrice Desclaux2014-10-021-1/+6
|\
| * TestAll: Assert on test successesajax2014-09-301-1/+6