wuhailinjerry / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

Regression Testing #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to have a regression test system which can verify that all 
possible instruction combinations disassemble correctly against a known good.

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:20

GoogleCodeExporter commented 9 years ago
I have added a tests/test32.asm file which will provide the basis for a 
regression test. It currently covers a lot of the different decoding types and 
is a very good start (actually already let me find some bugs :)).

Original comment by evan.teran on 3 Oct 2012 at 3:42