From 5d45c5a9c777e584d19e3de4a1d3230f0ccf4485 Mon Sep 17 00:00:00 2001 From: nixpig <143995476+nixpig@users.noreply.github.com> Date: Sun, 3 Nov 2024 09:41:59 +0000 Subject: [PATCH] chore: ongoing work --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c3670d..d151b08 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,15 @@ Tests are run on every build in [this Github Action](https://github.com/nixpig/b ### Unsupported tests -The OCI Runtime Spec test suite provided by opencontainers [appears not to support cgroupv2](https://github.com/opencontainers/runtime-tools/blob/6c9570a1678f3bc7eb6ef1caa9099920b7f17383/cgroups/cgroups.go#L73), thus all of the `linux_cgroups_*` tests 'fail'. See the full list below. +The OCI Runtime Spec test suite provided by opencontainers [appears not to support cgroupv2](https://github.com/opencontainers/runtime-tools/blob/6c9570a1678f3bc7eb6ef1caa9099920b7f17383/cgroups/cgroups.go#L73), thus all of the `linux_cgroups_*` tests 'fail', for example: + +``` +TAP version 13 +not ok 1 - find devices +# cgroupv2 is not supported yet +Clean: Delete: exit status 1 +1..1 +```
Full list of cgroups tests