about summary refs log tree commit diff stats
path: root/test/test_all.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce tests for miasm2.core.asmblocAjax2016-01-261-0/+3
* Move types -> test_types to avoid namespace collision (creds @fmonjalet)Ajax2016-01-251-2/+2
* MemStruct/Types: Renamed analysis.mem to core.typesFlorent Monjalet2016-01-181-2/+3
* Introducing MemStruct feature in miasm2.analysis.memFlorent Monjalet2016-01-181-0/+2
* Merge pull request #298 from mrphrazer/smt2_translatorserpilliere2016-01-121-0/+2
|\
| * smt2_translator: fixed regression test insertion, creds @serpilliere and @com...Tim Blazytko2016-01-121-1/+3
| * smt2_translator: added regression testsTim Blazytko2016-01-051-1/+1
* | Test: add x86 reg testFabrice Desclaux2016-01-061-0/+1
* | Test: add x86 reg testFabrice Desclaux2015-12-241-0/+1
* | Test: add x86 reg testFabrice Desclaux2015-12-241-0/+1
* | Test: add x86 reg testFabrice Desclaux2015-12-241-0/+1
* | Test: add x86 reg testFabrice Desclaux2015-12-241-0/+1
* | Test: add x86 reg testFabrice Desclaux2015-12-241-0/+1
* | Test: add x86 reg testFabrice Desclaux2015-12-241-0/+1
* | Test: add x86 reg testFabrice Desclaux2015-12-241-0/+2
|/
* Example/Disasm: update full.py to produce both IR and IRA graphesCamille Mougey2015-12-071-2/+4
* TestALL: add a new tag 'qemu', avoiding QEMU testsAjax2015-11-171-0/+3
* QEMU/test: enable 'test_misc' for both python and TCCAjax2015-11-171-2/+2
* Test/QEMU: enable 'test_string' for both python and TCCAjax2015-11-171-1/+2
* TestALL: enable QEMU test_xchg for python / tccAjax2015-11-171-1/+2
* Test: enable QEMU tests for "bcd"Ajax2015-11-161-1/+2
* Test/QEMU: emulate puts, enabling test_self_modifying_codeAjax2015-11-161-1/+2
* Test/QEMU: test the python jitter tooAjax2015-11-161-15/+48
* Test/TestALL: add QEMU testsAjax2015-11-161-0/+32
* Merge pull request #261 from commial/x86-interruptserpilliere2015-11-091-0/+1
|\
| * Test: add a unit test for x86 interrupt_numAjax2015-11-091-0/+1
* | Test: update `test_all.py` products (.txt -> .dot)Ajax2015-11-091-13/+13
|/
* Test: add example/disasm/callback.py to testsAjax2015-11-091-0/+1
* Test/mips/unit: add jcc testsFabrice Desclaux2015-10-271-0/+1
* 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