about summary refs log tree commit diff stats
path: root/test/test_all.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Orthograph fix in parameter: rename --ommit-tags to --omit-tags.Aymeric Vincent2015-10-141-4/+4
* TestAll: delete `exp_graph_test*` from depgraphAjax2015-10-091-10/+10
* TestAll: there is one more test for depgraph to deleteAjax2015-10-091-1/+1
* TestAll: `sol_10` and `sol_11` do not exist anymoreAjax2015-10-091-1/+1
* Test/aarch64: add regresion testsFabrice Desclaux2015-08-201-0/+1
* Test/aarch64: add unit testFabrice Desclaux2015-08-091-0/+11
* Add aarch64l md5 sandbox and testFabrice Desclaux2015-08-091-0/+2
* Analysis/Depgraph: DependecyGraph precision improvement + regressions tests.Caroline Leman2015-08-051-16/+15
* Test/sem: add daa/dasFabrice Desclaux2015-07-291-0/+2
* X86/Test: add stack unit testserpilliere2015-07-201-0/+1
* TestAll: Update disasm 'file.py' example addressAjax2015-05-271-1/+1
* Merge pull request #157 from commial/enhance-graphdataflowserpilliere2015-05-021-4/+5
|\
| * GraphDataflow: A function where never executed / testedAjax2015-04-301-4/+5
* | TestAll: Coverage mode was brokenAjax2015-04-301-0/+1
|/
* IR: Regression test integrationCaroline Leman2015-04-291-0/+5
* DepGraph: Avoid failing if z3 is not presentAjax2015-04-281-4/+4
* Example: Add an example "rename-args" argument for depgraphAjax2015-04-281-1/+1
* Depgraph: Add a new example `depgraph` calling DepGraph with optionsAjax2015-04-241-0/+9
* TestAll: Bad productAjax2015-04-241-1/+0
* Merge pull request #147 from commial/printable_semserpilliere2015-04-221-0/+1
|\
| * Core: Introduce SemBuilder, a helper for building semantics side effectsAjax2015-04-221-0/+1
* | Test: add regression test for automod codeserpilliere2015-04-221-1/+1
|/
* Test: add expression reg testFabrice Desclaux2015-04-081-0/+1
* TestAll: missing products for DepGraphAjax2015-04-021-1/+2
* TestAll: Add a "do-not-clean" optionAjax2015-04-021-0/+5
* TestAll: Add a test for disasm/full without arch and addr to reach previously...Ajax2015-03-191-0/+2
* DisasmFull: The architecture is now an optionnal argument, otherwise cont.arc...Ajax2015-03-191-1/+1
* 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