Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic or interactive qemu-test driver integration with ferros-test #37

Open
ZackPierce opened this issue Jul 9, 2019 · 0 comments

Comments

@ZackPierce
Copy link
Contributor

Presently qemu-test uses manual tracking of the number of expected tests we want to pass inside the seL4 instance (where the ferros-test based driver is generating output).

It would be nice to have better integration that obviated the need for manually incrementing the expected number of tests to pass. Three approaches spring to mind:

  1. Adjust qemu-test test cases to not actually care about the expected number of tests, and simply relax the targeted-output-regex.
  2. Do some codegen or code-inspection to determine the right target number of tests at build-time.
  3. Increase the sophistication of both the in-seL4 side and the on-host side to actively communicate interactively over some channel (e.g. UART) to establish and check expectations at runtime.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant