cosmopolitan: remove my test skips; i think everything is passing

This commit is contained in:
Connor Olding 2023-06-18 04:15:14 -07:00
parent 62eec2bdd0
commit 804122de5c

View file

@ -20,12 +20,6 @@ if [ ! -e /cosmopolitan.done ]; then
&& ./makeit "o/$mode/third_party/make/make.com" \ && ./makeit "o/$mode/third_party/make/make.com" \
&& cp -int build/bootstrap "o/$mode/third_party/make/make.com" \ && cp -int build/bootstrap "o/$mode/third_party/make/make.com" \
\ \
&& skip() { mkdir -p "${1%/*}" && touch -d @2222222222 "$1" ;} \
&& `#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_ioctl.py.runs"` `# SIGSEGV` \
&& `#skip "o/$mode/third_party/python/Lib/test/test_tarfile.py.runs"` \
&& if [ "$COSMO_FLAVOR" = dbg ] \ && if [ "$COSMO_FLAVOR" = dbg ] \
;then : \ ;then : \
&& ./expand ./makeit \ && ./expand ./makeit \