v86/tests/qemu
2022-09-06 00:26:39 +09: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 Fixed issue #632 async/await (#633) 2022-07-25 14:55:07 +02: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 fbstp: test for input that doesn't fit into i64 2022-09-06 00:26:39 +09: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