about summary refs log tree commit diff stats
path: root/test/test_all.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Test: add ppc32b testsFabrice Desclaux2018-03-041-0/+5
|
* Add a check against z3 in simplifications regression testsAjax2018-02-141-0/+3
|
* X86: fix cdq/cbw...Fabrice Desclaux2018-02-021-0/+1
|
* Various Win32 API additions/fixes (#616)Adrien Guinet2017-10-311-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various Win32 API additions/fixes * add a get_size method to Miasm heap object, which allows the implementation of mscvrt_realloc * add the concept of "current directory", with the default value being arbitrary set to "c:\tmp", which allows the implementation of {Get,Set}CurrentDirecrtory * various other methods implemented: - advapi32_RegCloseKey - advapi32_RegCreateKeyW - advapi32_RegSetValueExA - advapi32_RegSetValueExW - kernel32_GetProcessHeap - msvcrt_delete - msvcrt_fprintf - msvcrt_fwrite - msvcrt__mbscpy - msvcrt_new - msvcrt_realloc - msvcrt_sprintf - msvcrt_srand - msvcrt_strrchr - msvcrt_swprintf - msvcrt_wcscat - msvcrt_wcscmp - msvcrt_wcscpy - msvcrt__wcsicmp - msvcrt_wcslen - msvcrt_wcsncpy - msvcrt__wcsnicmp - msvcrt_wcsrchr
* Test/DSE: producted file is already deleted by the exampleAjax2017-09-061-1/+0
|
* Merge pull request #611 from commial/feature/dse-politicsserpilliere2017-09-051-4/+10
|\ | | | | Feature/dse politics
| * Test DSE examples with several strategiesAjax2017-09-051-4/+10
| |
* | Expression: add expression comparison generatorsFabrice Desclaux2017-09-041-0/+1
|/
* Example: add constant expression propagationFabrice Desclaux2017-08-091-2/+19
|
* Objc: add regression testFabrice Desclaux2017-08-081-0/+5
|
* Add a regression test for DIV 128bitsAjax2017-06-271-0/+2
|
* Expression: add an Expression parserFabrice Desclaux2017-06-141-0/+1
|
* Fix products filesAjax2017-05-091-15/+18
|
* Introduce a GCC tests, to let no TCC installs able to run more testsAjax2017-04-211-3/+5
|
* Example: add irblock simplification exampleFabrice Desclaux2017-04-211-3/+6
|
* Merge pull request #518 from commial/feature/dseserpilliere2017-04-211-0/+17
|\ | | | | Feature/dse
| * Add regression test for DSE on lbl_genAjax2017-04-181-0/+6
| |
| * Add an example illustrating DSEAjax2017-04-181-0/+11
| |
* | Add regression test for AssignBlockAjax2017-04-201-0/+1
|/
* Jitter: regression test for post instrFabrice Desclaux2017-04-181-0/+1
|
* Tests: run md5_aarch64l from the very beginningAjax2017-04-061-1/+2
|
* Introduce Sandbox.call, for direct function callingAjax2017-04-061-0/+1
|
* MD5_arm: run from the very beginningAjax2017-04-061-1/+1
|
* Add regression test for command-line/env support in SandboxAjax2017-04-061-0/+6
|
* Expr: fix singleton; add reg testFabrice Desclaux2017-03-311-0/+1
|
* analysis: Introduction of use-definition chainsCaroline Leman2017-03-291-8/+9
| | | | | | - previous dead_simp function has been moved to data_flow.py - ira class has been simplified - reach analysis code has been 'clarified'
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-1/+1
|
* Merge pull request #496 from commial/feature/expr_rangeserpilliere2017-02-221-0/+4
|\ | | | | Feature/expr range
| * Add regression tests for expr_range, based on z3Ajax2017-02-221-0/+3
| |
| * Add regression tests for ModularIntervalsAjax2017-02-171-0/+1
| | | | | | | | | | | | Some of the tests are deactivated, because they took too much time. These tests have been fully run, and one can choose to only actiavte a subset of them
* | Test: add access_c/expr_c exampleFabrice Desclaux2017-02-171-0/+19
| |
* | Tests: add asm humanFabrice Desclaux2017-02-171-0/+4
|/
* Expression: add ExprReduceFabrice Desclaux2017-02-131-0/+1
|
* Add a tracer exampleAjax2017-02-061-0/+2
|
* Add regression test for CPUID supportAjax2017-02-021-0/+1
|
* Add a only-tags option for test_allAjax2017-01-141-11/+21
|
* DepGraph: Add emul regression testsFabrice Desclaux2017-01-091-0/+1
|
* Merge pull request #471 from commial/feature/llvm-cacheserpilliere2017-01-061-1/+4
|\ | | | | Feature/llvm cache
| * Test/jitter for each jitter engineAjax2017-01-061-1/+3
| |
| * Add a test for max_exec_per_call optionAjax2017-01-061-0/+1
| |
* | make this one executable, it's probably the most used toplevel executableAymeric Vincent2017-01-051-0/+2
|/
* Enable mn_float unit test for LLVMAjax2017-01-051-1/+1
|
* Update documentation for llvmliteAjax2017-01-041-1/+1
|
* Ugly modification to have llvm work againAjax2017-01-041-5/+2
|
* Fix cleanning error for depgraph testsAjax2016-09-201-10/+7
|
* Enable "python" jitter on AsmUnitTest, except someAjax2016-09-011-2/+7
|
* Add a regression test for SEH handlingAjax2016-09-011-0/+1
| | | | | XOR EDX, EDX is used to obtain a 32bits 0 in FS:[0x0], because this is an ambiguity in Intel representation
* Add a way to retrieve memory access rightPierre Graux2016-09-011-0/+1
|
* Tests: add win seh testFabrice Desclaux2016-08-311-0/+18
|
* Jitter: code generator reworkFabrice Desclaux2016-08-301-2/+1
|