public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin/main] Cygwin: CI: XFAIL umask03
@ 2023-08-08 13:16 Jon Turney
  0 siblings, 0 replies; only message in thread
From: Jon Turney @ 2023-08-08 13:16 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=cbe7543cdfdb7f3d270214877d4a4c3e78710bd3

commit cbe7543cdfdb7f3d270214877d4a4c3e78710bd3
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Tue Aug 1 15:34:28 2023 +0100

    Cygwin: CI: XFAIL umask03
    
    umask03 fails in CI due to some not understood weirdness.

Diff:
---
 winsup/testsuite/Makefile.am | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-08 13:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-08 13:16 [newlib-cygwin/main] Cygwin: CI: XFAIL umask03 Jon Turney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).