mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-03 16:05:47 +00:00
update regress.sh
This commit is contained in:
parent
49ee3828af
commit
9f29fdf442
|
@ -1,13 +1,22 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
./map_crash map_write
|
./map_crash
|
||||||
./sigill sigill2
|
./map_write
|
||||||
|
./sigill
|
||||||
|
./sigill2
|
||||||
./block_test
|
./block_test
|
||||||
./ro_mem_test nr_mem_test
|
./ro_mem_test
|
||||||
|
./nr_mem_test
|
||||||
./timeout_segfault
|
./timeout_segfault
|
||||||
./rep_movsb
|
./rep_movsb
|
||||||
./mem_unmap
|
./mem_unmap
|
||||||
./mem_protect
|
./mem_protect
|
||||||
./mem_exec
|
./mem_exec
|
||||||
./mem_map_large
|
./mem_map_large
|
||||||
|
./00opcode_uc_crash
|
||||||
|
./eflags_noset
|
||||||
|
./eflags_nosync
|
||||||
|
./mips_kseg0_1
|
||||||
|
./mem_double_unmap
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue