Stream: Mirror: Isabelle Users Mailing List

Topic: [isabelle] Testing of verified software


view this post on Zulip Email Gateway (Mar 23 2025 at 09:25):

From: Lawrence Paulson <lp15@cam.ac.uk>
Hi Gerwin, I was wondering: to what extent do you use testing to validate seL4: at all? Performance?

Larry

view this post on Zulip Email Gateway (Mar 24 2025 at 04:55):

From: Gerwin Klein <cl-isabelle-users@lists.cam.ac.uk>
Hi Larry,

Not sure if you meant to send this to the list, but happy to answer there in case people want to know.

We do have two test suites for seL4, one for performance tests (https://github.com/seL4/sel4bench/) and one for functional tests (https://github.com/seL4/sel4test).

There are separate classes of things to test:

In addition to the test suites, there are also integration tests with various user-level libraries and frameworks to make sure that they still work (or are updated appropriately) when we make a change to the kernel API.

Cheers,
Gerwin

On 23 Mar 2025, at 20:25, Lawrence Paulson <lp15@cam.ac.uk> wrote:

Hi Gerwin, I was wondering: to what extent do you use testing to validate seL4: at all? Performance?

Larry


Last updated: Apr 17 2025 at 20:22 UTC