microkernel icon indicating copy to clipboard operation
microkernel copied to clipboard

[test] Unit Tests for Kernel Calls

Open ppenna opened this issue 5 years ago • 0 comments

Description

The following unit tests for assessing the Kernel Calls should be introduced.

API Tests

  • [ ] Sanity Check Execution Context After a Kernel Call

Fault Injection Tests

  • [ ] Issue an Invalid Kernel Call
  • [ ] Issue a Bad Kernel Call
  • [ ] Issue a Kernel Call from a Bad Execution Context
  • [ ] Issue a Kernel Call from an Invalid Execution Context

ppenna avatar Mar 22 '19 10:03 ppenna