all: skip more tests
This commit is contained in:
parent
f4f6bc7b84
commit
4b9b114c89
1 changed files with 5 additions and 3 deletions
|
@ -29,13 +29,15 @@ RUN --mount=type=tmpfs,target=/tmp : \
|
||||||
&& rm -r o.old \
|
&& rm -r o.old \
|
||||||
;fi \
|
;fi \
|
||||||
\
|
\
|
||||||
# skip some checks that are currently failing: \
|
|
||||||
&& skip() { mkdir -p "${1%/*}" && touch -d @2222222222 "$1" ;} \
|
&& skip() { mkdir -p "${1%/*}" && touch -d @2222222222 "$1" ;} \
|
||||||
&& skip "o/$mode/test/libc/calls/ftruncate_test.com.runs" \
|
# skip some checks that fail under podman: \
|
||||||
&& skip "o/$mode/test/libc/calls/getgroups_test.com.runs" \
|
&& 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/calls/getpriority_test.com.runs" \
|
||||||
# these can fail in nested podman: \
|
# these can fail when nesting podman: \
|
||||||
|
&& skip "o/$mode/test/libc/calls/ftruncate_test.com.runs" \
|
||||||
&& skip "o/$mode/test/libc/stdio/tmpfile_test.com.runs" \
|
&& 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" \
|
||||||
# FIXME: SIGSEGV: \
|
# 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" \
|
||||||
\
|
\
|
||||||
|
|
Loading…
Add table
Reference in a new issue