old uncommitted changes
This commit is contained in:
parent
0048bd4c8a
commit
7d12280bd6
1 changed files with 5 additions and 5 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue