[PATCH] Cygwin: testsuite: Drop using DejaGnu to run tests
Corinna Vinschen
corinna-cygwin@cygwin.com
Fri Jul 21 20:00:00 GMT 2023
On Jul 21 13:29, Jon Turney wrote:
> A more sophisticated (and modern) test harness would probably be useful,
> but switching to Automake's built-in test harness gets us parallel test
> execution, colourization of failures, simplifies matters, seems adequate
> for the current testuite, and means we don't need to write any icky Tcl.
>
> Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
> ---
> .github/workflows/cygwin.yml | 2 +-
> 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, 47 insertions(+), 149 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
Good idea. Please go ahead.
Thanks,
Corinna
More information about the Cygwin-patches
mailing list