This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from 971d2dffe Cygwin: get_posix_access: do not merge permissions for just c [...] new a1ee8a0f0 Cygwin: testsuite: Drop using DejaGnu to run tests new 2133d9117 Cygwin: CI: Retain test logs as a build artifact new 25d65d6ec Cygwin: CI: Upgrade checkout actions to avoid deprecation warning
The 3 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 | 20 ++++++-- winsup/configure.ac | 2 +- winsup/doc/faq-programming.xml | 5 +- winsup/testsuite/Makefile.am | 27 ++++++----- winsup/testsuite/README | 22 ++++----- winsup/testsuite/config/default.exp | 13 ------ winsup/testsuite/cygrun.sh | 17 +++++++ winsup/testsuite/winsup.api/cygload.exp | 30 ------------ winsup/testsuite/winsup.api/known_bugs.tcl | 4 -- winsup/testsuite/winsup.api/winsup.exp | 74 ------------------------------ 10 files changed, 63 insertions(+), 151 deletions(-) delete mode 100644 winsup/testsuite/config/default.exp create mode 100755 winsup/testsuite/cygrun.sh delete mode 100644 winsup/testsuite/winsup.api/cygload.exp delete mode 100644 winsup/testsuite/winsup.api/known_bugs.tcl delete mode 100644 winsup/testsuite/winsup.api/winsup.exp