diff --git a/cosmo-all/Dockerfile b/cosmo-all/Dockerfile index a2b6ddf..8eef05b 100644 --- a/cosmo-all/Dockerfile +++ b/cosmo-all/Dockerfile @@ -33,14 +33,14 @@ RUN --mount=type=tmpfs,target=/tmp : \ # skip some checks that fail under podman: \ && skip "o/$mode/test/libc/calls/getgroups_test.com.runs" \ && skip "o/$mode/test/libc/calls/getpriority_test.com.runs" \ + && skip "o/$mode/test/libc/stdio/tmpfile_test.com.runs" \ && skip "o/$mode/third_party/python/Lib/test/test_signal.py.runs" \ # these can fail when nesting podman: \ - && shed test/libc/calls/ftruncate_test.c '/\.st_blocks/d' \ - && skip "o/$mode/test/libc/stdio/tmpfile_test.com.runs" \ - && skip "o/$mode/test/tool/net/lunix_test.lua.runs" \ - && skip "o/$mode/third_party/python/Lib/test/test_selectors.py.runs" \ +#&& shed test/libc/calls/ftruncate_test.c '/\.st_blocks/d' \ +#&& skip "o/$mode/test/tool/net/lunix_test.lua.runs" \ +#&& skip "o/$mode/third_party/python/Lib/test/test_selectors.py.runs" \ # FIXME: SIGSEGV: \ - && skip "o/$mode/third_party/python/Lib/test/test_ioctl.py.runs" \ +#&& skip "o/$mode/third_party/python/Lib/test/test_ioctl.py.runs" \ \ && { ./makeit MODE="$mode" depend || find o -name '*.o' -delete ;} \ && ./makeit MODE="$mode" all \