old uncommitted changes

This commit is contained in:
Connor Olding 2023-03-02 22:17:04 -08:00
parent 0048bd4c8a
commit 7d12280bd6

View File

@ -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 \