v86/tests
2017-06-16 10:47:19 -04:00
..
full Disable Oberon tests again 2017-06-07 09:48:06 -05:00
kvm-unit-tests Reduce memory for kvm-unit-test 2017-05-01 14:15:30 -05:00
nasm Add comment about failing emms test 2017-06-16 10:47:19 -04:00
perf-irhydra Add --incognito to chromium flag 2015-04-12 19:33:34 +02:00
qemu Add QEMU test for pshufw 2017-06-16 10:47:19 -04:00
Readme.md Add kvm-unit-test (#129) 2017-04-29 13:22:17 -05:00

A couple of test cases.

  • full: Starts several OSes and checks if they boot correctly. This is the most useful test.
  • qemu: Builds a Linux binary, which tests many CPU features. Needs to be manually put on a Linux image and run in the emulator. This test is contained in the linux.iso image and automatically run in the full test.
  • kvm-unit-test: Based on tests from the KVM project, tests various CPU features.
  • perf-irhydra: Manual performance test. Probably not interesting for you.