v86/tests/qemu
2021-01-03 22:43:08 -06:00
..
compiler.h Squash 2020-07-21 20:10:12 -05:00
config-host.h first public release 2013-11-06 01:12:55 +01:00
LICENSE first public release 2013-11-06 01:12:55 +01:00
Makefile Enable some qemu fpu tests that were previously not working 2020-12-31 19:14:32 -06:00
Readme.md Update testing readmes 2017-06-19 15:06:50 -05:00
run-qemu.js Avoid console.assert (doesn't throw) 2020-12-31 19:14:30 -06:00
run.js Don't print control characters in terminal 2020-12-31 19:14:33 -06:00
test-i386-code16.S first public release 2013-11-06 01:12:55 +01:00
test-i386-muldiv.h first public release 2013-11-06 01:12:55 +01:00
test-i386-shift.h more tests 2015-09-12 00:18:18 +02:00
test-i386-vm86.S first public release 2013-11-06 01:12:55 +01:00
test-i386.c Fix tests depending on arch 2021-01-03 22:43:08 -06:00
test-i386.h more tests 2015-09-12 00:18:18 +02:00

How to run:

  • Obtain the linux3.iso image (see Readme.md)
  • Run make test-i386
  • Get the result on the host: ./test-386 > reference
  • Get the result from the VM: ./run.js > result
  • The difference should be empty: diff reference result