Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-06 | test: change .stdout/.stderr to stdout/stderr | H. Peter Anvin | 1 | -2/+2 | |
Using hidden files are rather antisocial, and rather pointless in this particular context. Change .stdout and .stderr to simply stdout and stderr. Signed-off-by: H. Peter Anvin <hpa@zytor.com> | |||||
2008-05-21 | Configure tests to be performed automatically | Victor van den Elzen | 1 | -0/+2 | |
2007-10-31 | Even more "riprel" tests | H. Peter Anvin | 1 | -0/+3564 | |
Add a64 and a32 combinations. | |||||
2007-09-28 | Unbreak relative references to immediate addresses | H. Peter Anvin | 1 | -0/+1188 | |
Remove bogus "treat labels different from immediates" code, which would result in generating of a relative mod/rm but without adjusting the address accordingly. Update addressing mode test. | |||||
2007-09-26 | Test for various addressing modes in 64-bit mode | H. Peter Anvin | 1 | -74/+578 | |
Test of various addressing modes in 64-bit mode. Relative addresses specified as numbers are currently broken!! | |||||
2007-08-29 | Use standard macro for the default directive | H. Peter Anvin | 1 | -2/+2 | |
2007-08-29 | More test cases for rel and abs addressing | H. Peter Anvin | 1 | -1/+62 | |
2007-08-29 | Add test cases for IP-relative addressing | H. Peter Anvin | 1 | -0/+38 | |