v86/tests/qemu
2017-06-20 18:38:58 -05:00
..
compiler.h first public release 2013-11-06 01:12:55 +01: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 qemu test: Add -mno-sse (fix for travis) 2017-06-19 14:37:12 -05:00
Readme.md Update testing readmes 2017-06-19 15:06:50 -05:00
run.js Run qemu test on command line, add it to travis 2017-06-19 14:03:20 -05: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 Enable fxsave test. Replace constants that can't be represented in 64 bits 2017-06-20 18:38:58 -05: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