Fabian fcdd110cb7 Clean up some tests преди 3 седмици
..
LICENSE 8180d49f24 first public release преди 11 години
Makefile 18e7741f3f Enable some qemu fpu tests that were previously not working преди 3 години
Readme.md 016005fa20 Update testing readmes преди 7 години
compiler.h 975a06269e Squash преди 4 години
config-host.h 8180d49f24 first public release преди 11 години
run-qemu.js acb8ad5423 Avoid console.assert (doesn't throw) преди 3 години
run.js fcdd110cb7 Clean up some tests преди 1 седмица
test-i386-code16.S 8180d49f24 first public release преди 11 години
test-i386-muldiv.h 8180d49f24 first public release преди 11 години
test-i386-shift.h 0b2628e22a more tests преди 9 години
test-i386-vm86.S 8180d49f24 first public release преди 11 години
test-i386.c 7629bb033b Fix constraints on instructions that don't overwrite full xmm register преди 11 месеца
test-i386.h 0b2628e22a more tests преди 9 години

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