v86/tests
2017-05-10 17:25:07 -05:00
..
full Reenable Oberon tests 2017-05-10 17:25:07 -05:00
kvm-unit-tests Reduce memory for kvm-unit-test 2017-05-01 14:15:30 -05:00
perf-irhydra Add --incognito to chromium flag 2015-04-12 19:33:34 +02:00
qemu more tests 2015-09-12 00:18:18 +02: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.