about summary refs log tree commit diff stats
path: root/test/test_all.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Test: TCC conditional testsserpilliere2016-04-261-47/+79
|
* Test: add gcc testsserpilliere2016-04-261-36/+36
|
* X86/test: add pusha/popaFabrice Desclaux2016-04-181-0/+1
|
* Test: simple outputserpilliere2016-04-061-8/+15
|
* Example/Depgraph: allow lower/upper register trackingFabrice Desclaux2016-03-221-2/+2
|
* Introduce Container.symbol_pool, containing container symbols (if any)Ajax2016-03-211-0/+4
|
* Test/Depgraph: add DG emulation regression testsFabrice Desclaux2016-03-211-0/+58
|
* Test/depgraph: use z3 to remove unsatisfiable solutionsFabrice Desclaux2016-03-171-1/+16
|
* Introduce test for jitloadAjax2016-02-161-0/+6
|
* 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
| * smt2_translator: fixed regression test insertion, creds @serpilliere and ↵Tim Blazytko2016-01-121-1/+3
| | | | | | | | @commial
| * 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
| | | | On my testing machine: 42s to 3m40s
* 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
|\ | | | | X86 interrupt
| * 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
| | | | | | | | | The DependencyNodes are now distincts, in order to handle dependency loops p (cf test graph 13) The emulation part of DependencyResult will emulate the value along the path specified by the DependencyGraph (loops included). This commit includes depgraph regression tests.
* 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
|\ | | | | Enhance graphdataflow