unicorn/tests/regress
Nguyen Anh Quynh 08bd4b3f61 regress chmod +x x86_gdt.py tcg_liveness_analysis_bug_issue-287.py 2016-03-25 11:11:32 +08:00
..
00opcode_uc_crash.c regress: print with newline for 00opcode_uc_crash.c 2015-11-06 22:24:24 +08:00
LICENSE fix a typo in tests/regress/LICENSE 2016-03-08 08:55:55 +08:00
Makefile added memory fuzzer and 2 resulting testcases 2016-02-04 19:57:20 +01:00
arm_bxeq_hang.py Rename some hook related enums: 2015-09-30 14:46:55 +08:00
arm_init_input_crash.py chmod +x arm_init_input_crash.py 2016-02-03 09:20:15 +08:00
arm_movr12_hang.py Reorganize test directories 2015-09-21 20:47:45 -05:00
arm_vldr_invalid.py add regress for #366 2016-01-10 23:51:11 -08:00
bad_ram.py handle 'bad ram pointer' case. this fixes issue #159 2015-09-29 18:22:22 +08:00
block_test.c Reorganize test directories 2015-09-21 20:47:45 -05:00
callback-pc.py assert that PC was changed in callback-pc test 2015-10-23 11:28:10 -07:00
crash_tb.py Reorganize test directories 2015-09-21 20:47:45 -05:00
deadlock_1.py Reorganize test directories 2015-09-21 20:47:45 -05:00
eflags_noset.c Patch eflags_noset to compile on 32-bit and on 64-bit. 2015-11-10 15:01:23 +02:00
eflags_nosync.c regress: fix compiled warnings in eflags_nosync.c 2015-11-05 20:22:07 +08:00
emu_clear_errors.c regress: fix compilation warnings for emu_clear_errors.c 2016-01-12 00:37:15 +08:00
emu_clear_errors.py add test case demonstrating issue 351 2016-01-10 23:56:34 -05:00
emu_stop_in_hook_overrun.c indentation 2015-12-20 12:16:03 +08:00
emu_stop_segfault.py Reorganize test directories 2015-09-21 20:47:45 -05:00
ensure_typedef_consts_generated.py regress: add shebang for ensure_typedef_consts_generated.py 2015-10-04 11:21:37 +08:00
fpu_ip.py Reorganize test directories 2015-09-21 20:47:45 -05:00
fpu_mem_write.py Reorganize test directories 2015-09-21 20:47:45 -05:00
hang.py Reorganize test directories 2015-09-21 20:47:45 -05:00
hook_add_crash.py on some hook events, uc_hook_add() should not allow more than 1 handler. this add UC_ERR_HOOK_EXIST error type 2015-10-10 18:01:47 +08:00
hook_code_add_del.py regress: fix testcase hook_code_add_del.py 2015-12-23 01:45:29 +08:00
hook_code_stop_emu.py regress: add shebang for hook_code_stop_emu.py 2015-11-03 22:45:48 +08:00
hook_extrainvoke.c Add test for pre-instruction hook being called more times. 2015-12-22 12:33:36 +02:00
init.py do not abort() when memory is insufficient. this fixes issue #244 2015-11-10 11:44:29 +08:00
invalid_read_in_cpu_tb_exec.c x86: on self-modifying code, generate JIT code until end of block. this fixes issue #266 2015-11-16 21:55:42 +08:00
invalid_read_in_tb_flush_x86_64.c Crash case: Invalid read of size 8 in tb_flush_x86_64 2015-12-01 22:41:51 +01:00
invalid_write.py regress: add invalid_write.py to test issue #371 2016-01-13 11:35:09 +08:00
invalid_write_in_cpu_tb_exec_x86_64.c invalid_read_in_cpu_tb_exec_x86_64 → invalid_write_in_cpu_tb_exec_x86_64 2015-11-17 08:44:38 +01:00
jmp_ebx_hang.py Rename some hook related enums: 2015-09-30 14:46:55 +08:00
jumping.py zf set to 1 2016-02-18 06:29:59 -08:00
map_crash.c Reorganize test directories 2015-09-21 20:47:45 -05:00
map_write.c Reorganize test directories 2015-09-21 20:47:45 -05:00
mem_double_unmap.c regress: fix compilation warning of mem_double_unmap.c 2015-10-23 11:36:09 +08:00
mem_exec.c This commit continues the PR #111 2015-09-24 14:18:02 +08:00
mem_fuzz.c two more testcases 2016-02-11 15:02:14 +01:00
mem_map_large.c add mem_map_large regression (for #223) 2015-11-11 22:52:18 -08:00
mem_nofree.c Add some fixes to the tests. 2016-01-05 18:02:54 +02:00
mem_protect.c This commit continues the PR #111 2015-09-24 14:18:02 +08:00
mem_unmap.c Add some fixes to the tests. 2016-01-05 18:02:54 +02:00
memmap.py Reorganize test directories 2015-09-21 20:47:45 -05:00
memmap_segfault.py Reorganize test directories 2015-09-21 20:47:45 -05:00
mips_branch_delay.py Added mnemonic printing to disasm function. 2015-12-10 13:09:31 +11:00
mips_branch_likely_issue.c indentation 2015-12-23 01:18:52 +08:00
mips_delay_slot_code_hook.c Added support for building tests from MinGW. 2015-12-16 12:59:30 +11:00
mips_except.py Rename some hook related enums: 2015-09-30 14:46:55 +08:00
mips_invalid_read_of_size_4_when_tracing.c Crash case: Invalid read of size 4 when tracing (MIPS32). See #282 2015-11-30 23:44:49 +01:00
mips_kernel_mmu.py Removed commented out code from MIPS kernel MMU test 2015-12-28 00:36:56 +00:00
mips_kseg0_1.c support memory redirection, so the issue #217 is fixed 2015-10-27 14:37:03 +08:00
mips_single_step_sp.py regress: convert some mips tests to use unittest 2015-09-28 11:57:24 +08:00
mips_syscall_pc.py regress: convert some mips tests to use unittest 2015-09-28 11:57:24 +08:00
mov_gs_eax.py add regress for #421 2016-02-05 02:35:17 +01:00
movsd.py Reorganize test directories 2015-09-21 20:47:45 -05:00
nr_mem_test.c This commit continues the PR #111 2015-09-24 14:18:02 +08:00
osx_qemu_thread_create_crash.py Test case for issue #237 (OS X crash when creating 2048:th Uc object) 2015-11-02 23:18:30 +01:00
potential_memory_leak.py Fix typo. 2015-11-02 23:23:02 +01:00
pshufb.py Reorganize test directories 2015-09-21 20:47:45 -05:00
reg_write_sign_extension.py Rename some hook related enums: 2015-09-30 14:46:55 +08:00
regress.py Reorganize test directories 2015-09-21 20:47:45 -05:00
regress.sh update regress.sh 2015-11-12 15:30:19 +08:00
rep_hook.py regress: add rep_hook.py 2016-01-01 10:44:08 +08:00
rep_movsb.c Reorganize test directories 2015-09-21 20:47:45 -05:00
ro_mem_test.c Rename some hook related enums: 2015-09-30 14:46:55 +08:00
run_across_bb.py run_across_bb: include expected vs actual PC in assertion error 2015-11-13 10:14:38 -05:00
rw_hookstack.c Added return values in main() to rw_hookstack.c so that it builds in MinGW. 2015-12-16 13:13:15 +11:00
segfault_on_stop.py Add test case for segfault-on-emu_stop() bug. 2015-11-03 14:11:49 +01:00
sigill.c Reorganize test directories 2015-09-21 20:47:45 -05:00
sigill2.c Reorganize test directories 2015-09-21 20:47:45 -05:00
sparc64.py Added mode endian flags for sparc tests and fixed mode in sparc_jump_to_zero.c 2016-01-25 13:50:26 +11:00
sparc_jump_to_zero.c Added mode endian flags for sparc tests and fixed mode in sparc_jump_to_zero.c 2016-01-25 13:50:26 +11:00
sparc_reg.py Added mode endian flags for sparc tests and fixed mode in sparc_jump_to_zero.c 2016-01-25 13:50:26 +11:00
sysenter_hook_x86.c (Fix #341) SYSENTER instruction is not properly hooked with uc_hook_add in x86 emulation. 2015-12-24 16:00:22 +01:00
tcg_liveness_analysis_bug_issue-287.py regress chmod +x x86_gdt.py tcg_liveness_analysis_bug_issue-287.py 2016-03-25 11:11:32 +08:00
threaded_emu_start.c Added test for uc_open() and uc_emu_start() being called by different threads. 2015-12-16 13:08:33 +11:00
timeout_segfault.c Reorganize test directories 2015-09-21 20:47:45 -05:00
wrong_rip.py Reorganize test directories 2015-09-21 20:47:45 -05:00
wrong_rip_arm.py Reorganize test directories 2015-09-21 20:47:45 -05:00
wrong_sp_arm.py Reorganize test directories 2015-09-21 20:47:45 -05:00
x86_16_segfault.c Crash case: Invalid read of size 8 in tb_flush_x86_64. 2015-11-29 23:00:34 +01:00
x86_gdt.py regress chmod +x x86_gdt.py tcg_liveness_analysis_bug_issue-287.py 2016-03-25 11:11:32 +08:00