This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from bc95e1bef Cygwin: pipe: Add missing code restoring real_non_blocking_mode new 2af1914b6 Cygwin: testsuite: add a mingw test program to spawn new 9deb0bc3b Cygwin: testsuite: test posix_spawn of a non-Cygwin executable. new a4c2540d0 Cygwin: testsuite: test passing directory fd to child new b4e4cb4c8 Cygwin: testsuite: test relative path to exe after addchdir.
The 4 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: winsup/testsuite/Makefile.am | 3 +- winsup/testsuite/cygrun.sh | 4 +- winsup/testsuite/mingw/Makefile.am | 7 +- winsup/testsuite/winsup.api/posix_spawn/chdir.c | 12 ++ winsup/testsuite/winsup.api/posix_spawn/errors.c | 8 + winsup/testsuite/winsup.api/posix_spawn/win32.c | 181 +++++++++++++++++++++ winsup/testsuite/winsup.api/posix_spawn/winchild.c | 130 +++++++++++++++ 7 files changed, 341 insertions(+), 4 deletions(-) create mode 100644 winsup/testsuite/winsup.api/posix_spawn/win32.c create mode 100644 winsup/testsuite/winsup.api/posix_spawn/winchild.c