You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
_xeroxz 095f1b17d0
init commit
3 years ago
..
c-crashers init commit 3 years ago
LICENSE init commit 3 years ago
README init commit 3 years ago
all_archs_branch_addr.py init commit 3 years ago
all_archs_value_directive.py init commit 3 years ago
arm_adr_thumb.py init commit 3 years ago
arm_bl_label.py init commit 3 years ago
arm_bl_location.py init commit 3 years ago
arm_blx_label.py init commit 3 years ago
arm_blx_label_thumb.py init commit 3 years ago
arm_blx_rel_thumb.py init commit 3 years ago
arm_blx_rel_thumb2.py init commit 3 years ago
arm_ldr_imm.py init commit 3 years ago
arm_ldr_label.py init commit 3 years ago
arm_sym_resolver.py init commit 3 years ago
arm_sym_resolver_thumb.py init commit 3 years ago
mips_jal.py init commit 3 years ago
ppc_branch_addressing.py init commit 3 years ago
regress.py init commit 3 years ago
test1.py init commit 3 years ago
test_all_archs.py init commit 3 years ago
test_symbol.py init commit 3 years ago
x64_RSP_index_reg.py init commit 3 years ago
x64_bigint.py init commit 3 years ago
x64_comiss.py init commit 3 years ago
x64_issue9.py init commit 3 years ago
x64_lea_label.py init commit 3 years ago
x64_lea_label_nasm_abs.py init commit 3 years ago
x64_lea_label_rel.py init commit 3 years ago
x64_loop.py init commit 3 years ago
x64_nasm_default_rel.py init commit 3 years ago
x64_rip_relative.py init commit 3 years ago
x64_sym_resolver.py init commit 3 years ago
x86_address.py init commit 3 years ago
x86_bigimm.py init commit 3 years ago
x86_call0.py init commit 3 years ago
x86_call5.py init commit 3 years ago
x86_call_label.py init commit 3 years ago
x86_call_ptr_sym.py init commit 3 years ago
x86_div0.py init commit 3 years ago
x86_ds_default.py init commit 3 years ago
x86_int_3.py init commit 3 years ago
x86_issue9.py init commit 3 years ago
x86_issue10.py init commit 3 years ago
x86_issue293.py init commit 3 years ago
x86_jmp0.py init commit 3 years ago
x86_jmp_0x33_08.py init commit 3 years ago
x86_jmp_ptr5.py init commit 3 years ago
x86_label_arith.py init commit 3 years ago
x86_lea_label.py init commit 3 years ago
x86_lea_label_addr.py init commit 3 years ago
x86_lea_three.py init commit 3 years ago
x86_mem_size.py init commit 3 years ago
x86_nasm.py init commit 3 years ago
x86_nasm_directives.py init commit 3 years ago
x86_shifts.py init commit 3 years ago
x86_special_insn.py init commit 3 years ago
x86_ss_default.py init commit 3 years ago

README

This directory contains all the regression test, written in Python.

Run ./regress.py to execute all the tests.

Take test1.py as an example when you create a new regression.
Please fill in the Github issue number & Author in your regression.