This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from b7c3a63bb newlib: posix: add HAVE_OPENDIR build condition for [n]ftw.c new e8c1a579c Cygwin: testsuite: Setup test prereqs in 'installation' the t [...] new 328258eba Cygwin: testsuite: Add a simple timeout mechanism new 04326f999 Cygwin: testsuite: Remove const from writable string in fcntl07b new 977635732 Cygwin: testsuite: Skip devdsp test when no audio devices present new 7c0750e96 Cygwin: testsuite: Just log result of second open of /dev/dsp new 79a928843 Cygwin: testsuite: Also check direct call in systemcall new 7d50e65a8 Cygwin: testsuite: Fix for limited thread priority values new e867f8c3e Cygwin: testsuite: Busy-wait in cancel3 and cancel5 new 0e8227bbb Cygwin: testsuite: Fix a buffer overflow in symlink01 new 10e50f961 Cygwin: testsuite: Minor fixes to umask03 new fee0c04e3 Cygwin: testsuite: Drop Adminstrator privileges while running tests
The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .github/workflows/cygwin.yml | 4 ++- winsup/cygwin/Makefile.am | 4 +-- winsup/doc/faq-programming.xml | 4 ++- winsup/testsuite/Makefile.am | 28 +++++++++++++++++++- winsup/testsuite/cygrun.c | 17 ++++++++++-- winsup/testsuite/winsup.api/devdsp.c | 35 +++++++++++++++---------- winsup/testsuite/winsup.api/ltp/fcntl07B.c | 2 +- winsup/testsuite/winsup.api/ltp/symlink01.c | 2 +- winsup/testsuite/winsup.api/ltp/umask03.c | 21 +++++++++------ winsup/testsuite/winsup.api/pthread/cancel3.c | 24 ++++++++++++----- winsup/testsuite/winsup.api/pthread/cancel5.c | 24 ++++++++++++----- winsup/testsuite/winsup.api/pthread/inherit1.c | 21 ++++++++++++++- winsup/testsuite/winsup.api/pthread/priority1.c | 24 +++++++++++++++-- winsup/testsuite/winsup.api/pthread/priority2.c | 22 ++++++++++++++-- winsup/testsuite/winsup.api/systemcall.c | 10 ++++++- winsup/testsuite/winsup.api/winsup.exp | 2 +- 16 files changed, 194 insertions(+), 50 deletions(-)