Robert Aboukhalil 4928c9165d (breaking change) replace *-output-char with *-output-byte (#928) il y a 1 an
..
LICENSE 8180d49f24 first public release il y a 11 ans
Makefile 18e7741f3f Enable some qemu fpu tests that were previously not working il y a 3 ans
Readme.md 016005fa20 Update testing readmes il y a 7 ans
compiler.h 975a06269e Squash il y a 4 ans
config-host.h 8180d49f24 first public release il y a 11 ans
run-qemu.js acb8ad5423 Avoid console.assert (doesn't throw) il y a 3 ans
run.js 4928c9165d (breaking change) replace *-output-char with *-output-byte (#928) il y a 1 an
test-i386-code16.S 8180d49f24 first public release il y a 11 ans
test-i386-muldiv.h 8180d49f24 first public release il y a 11 ans
test-i386-shift.h 0b2628e22a more tests il y a 9 ans
test-i386-vm86.S 8180d49f24 first public release il y a 11 ans
test-i386.c a33423c2ea fbstp: test for input that doesn't fit into i64 il y a 2 ans
test-i386.h 0b2628e22a more tests il y a 9 ans

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