v86/tests
2020-12-31 19:14:29 -06:00
..
api Add TEST_RELEASE_BUILD to run tests on release build 2020-08-30 19:37:15 -05:00
benchmark Update linux-boot benchmark script 2020-08-30 19:37:15 -05:00
devices Upgrade jshint 2020-12-31 19:14:29 -06:00
expect Increment timestamp_counter before running basic block 2020-12-31 19:14:29 -06:00
full Integration test: Check serial text 2020-12-31 19:14:29 -06:00
jit-paging Add TEST_RELEASE_BUILD to run tests on release build 2020-08-30 19:37:15 -05:00
kvm-unit-tests fix kvm-unit-test with newer versions of gcc 2020-12-31 19:14:29 -06:00
nasm nasmtests: Check exception eip 2020-12-31 19:14:29 -06:00
perf-irhydra Add --incognito to chromium flag 2015-04-12 19:33:34 +02:00
qemu Fix broken string test 2020-12-31 19:14:29 -06:00
rust Port jit to Rust 2020-08-30 19:29:13 -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.