v86/tests
github-jane-doe 15ff296628
Typos (#371)
Fix typos
2020-10-04 19:46:41 +02:00
..
full Typos (#371) 2020-10-04 19:46:41 +02:00
kvm-unit-tests Reduce memory for kvm-unit-test 2017-05-01 14:15:30 -05:00
nasm Implement instructions commiss & ucomiss 2018-10-01 14:26:23 -03:00
perf-irhydra Add --incognito to chromium flag 2015-04-12 19:33:34 +02:00
qemu Enable fxsave test. Replace constants that can't be represented in 64 bits 2017-06-20 18:38:58 -05:00
Readme.md Update testing readmes 2017-06-19 15:06:50 -05:00

  • nasm: Small unit tests written in assembly, which are run using gdb on the host.
  • qemu: Builds a Linux binary, which tests many CPU features, which are then compared to a run on the host.
  • kvm-unit-test: Based on tests from the KVM project, tests various CPU features.
  • full: Starts several OSes and checks if they boot correctly.
  • perf-irhydra: Manual performance test. Probably not interesting for you.