Fabian 37f4a7da51 Make unhandled rejected promises fatal in tests há 6 anos atrás
..
LICENSE 8180d49f24 first public release há 11 anos atrás
Makefile 975a06269e Squash há 4 anos atrás
Readme.md 016005fa20 Update testing readmes há 7 anos atrás
compiler.h 975a06269e Squash há 4 anos atrás
config-host.h 8180d49f24 first public release há 11 anos atrás
run-qemu.js f7d7327753 qemu tests: Dump version há 4 anos atrás
run.js 37f4a7da51 Make unhandled rejected promises fatal in tests há 4 anos atrás
test-i386-code16.S 8180d49f24 first public release há 11 anos atrás
test-i386-muldiv.h 8180d49f24 first public release há 11 anos atrás
test-i386-shift.h 0b2628e22a more tests há 9 anos atrás
test-i386-vm86.S 8180d49f24 first public release há 11 anos atrás
test-i386.c e0dc847ded Re-enable TEST_VM86 há 4 anos atrás
test-i386.h 0b2628e22a more tests há 9 anos atrás

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