From 804122de5cd22cf48cf06f9bfcd8672c5fdd9f65 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sun, 18 Jun 2023 04:15:14 -0700 Subject: [PATCH] cosmopolitan: remove my test skips; i think everything is passing --- notwa-util/cosmopolitan11 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/notwa-util/cosmopolitan11 b/notwa-util/cosmopolitan11 index 207e5c2..275fae4 100755 --- a/notwa-util/cosmopolitan11 +++ b/notwa-util/cosmopolitan11 @@ -20,12 +20,6 @@ if [ ! -e /cosmopolitan.done ]; then && ./makeit "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 ] \ ;then : \ && ./expand ./makeit \