Fabian a33423c2ea fbstp: test for input that doesn't fit into i64 %!s(int64=2) %!d(string=hai) anos
..
LICENSE 8180d49f24 first public release %!s(int64=11) %!d(string=hai) anos
Makefile 18e7741f3f Enable some qemu fpu tests that were previously not working %!s(int64=3) %!d(string=hai) anos
Readme.md 016005fa20 Update testing readmes %!s(int64=7) %!d(string=hai) anos
compiler.h 975a06269e Squash %!s(int64=4) %!d(string=hai) anos
config-host.h 8180d49f24 first public release %!s(int64=11) %!d(string=hai) anos
run-qemu.js acb8ad5423 Avoid console.assert (doesn't throw) %!s(int64=3) %!d(string=hai) anos
run.js 0615be5d60 Fixed issue #632 async/await (#633) %!s(int64=2) %!d(string=hai) anos
test-i386-code16.S 8180d49f24 first public release %!s(int64=11) %!d(string=hai) anos
test-i386-muldiv.h 8180d49f24 first public release %!s(int64=11) %!d(string=hai) anos
test-i386-shift.h 0b2628e22a more tests %!s(int64=9) %!d(string=hai) anos
test-i386-vm86.S 8180d49f24 first public release %!s(int64=11) %!d(string=hai) anos
test-i386.c a33423c2ea fbstp: test for input that doesn't fit into i64 %!s(int64=2) %!d(string=hai) anos
test-i386.h 0b2628e22a more tests %!s(int64=9) %!d(string=hai) anos

Readme.md

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