Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2023-08-01 17:34:28 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2023-08-08 16:15:40 +0300
commitcbe7543cdfdb7f3d270214877d4a4c3e78710bd3 (patch)
tree5167d3b0b9a59d1ecfeee72c9b2eaddf91585579 /winsup/testsuite
parentedda3aeaf54ad6786031419f83513b1a6f756d97 (diff)
Cygwin: CI: XFAIL umask03
umask03 fails in CI due to some not understood weirdness.
Diffstat (limited to 'winsup/testsuite')
-rw-r--r--winsup/testsuite/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/winsup/testsuite/Makefile.am b/winsup/testsuite/Makefile.am
index 8f2967a6d..228955668 100644
--- a/winsup/testsuite/Makefile.am
+++ b/winsup/testsuite/Makefile.am
@@ -333,12 +333,16 @@ TESTS = $(check_PROGRAMS) \
mingw/cygload
# expected fail tests
+XFAIL_TESTS_CI_true = \
+ winsup.api/ltp/umask03$(EXEEXT)
+
XFAIL_TESTS = \
winsup.api/ltp/setgroups01 \
winsup.api/ltp/setuid02 \
winsup.api/ltp/ulimit01 \
winsup.api/ltp/unlink08 \
- winsup.api/samples/sample-fail
+ winsup.api/samples/sample-fail \
+ $(XFAIL_TESTS_CI_$(GITHUB_ACTIONS))
# cygrun.sh test-runner script, and variables used by it:
LOG_COMPILER = $(srcdir)/cygrun.sh