[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch main updated (d26130808 -> d7ed45762)
From: |
Andy Wingo |
Subject: |
[Guile-commits] branch main updated (d26130808 -> d7ed45762) |
Date: |
Fri, 21 Jun 2024 05:14:23 -0400 (EDT) |
wingo pushed a change to branch main
in repository guile.
from d26130808 Attempt to fix distcheck
new 08285b689 check-guile.in: exit 2 on errors and direct output to stderr
new 590eb72c6 guile-test: support automake parallel test harness via
--trs-file
new df04f5357 Switch to the preferred parallel automake test harness
new 2a4c095f7 Avoid stompling user TESTS_ENVIRONMENT var
new 0a8a1eb59 Document wait-condition-variable's spurious returns
new d7ed45762 Ensure the signal-delivery thread is completely stopped
before fork
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 3 -
check-guile.in | 9 +--
configure.ac | 5 +-
libguile/scmsigs.c | 104 ++++++++++++++++++++++++++-------
libguile/scmsigs.h | 5 +-
libguile/threads.c | 18 +++---
test-suite/Makefile.am | 21 ++++---
test-suite/driver | 58 ++++++++++++++++++
test-suite/guile-test | 35 ++++++++---
test-suite/standalone/Makefile.am | 4 +-
test-suite/test-suite/lib.scm | 13 ++++-
test-suite/test-suite/lib/automake.scm | 54 +++++++++++++++++
12 files changed, 264 insertions(+), 65 deletions(-)
create mode 100755 test-suite/driver
create mode 100644 test-suite/test-suite/lib/automake.scm
- [Guile-commits] branch main updated (d26130808 -> d7ed45762),
Andy Wingo <=
- [Guile-commits] 03/06: Switch to the preferred parallel automake test harness, Andy Wingo, 2024/06/21
- [Guile-commits] 05/06: Document wait-condition-variable's spurious returns, Andy Wingo, 2024/06/21
- [Guile-commits] 02/06: guile-test: support automake parallel test harness via --trs-file, Andy Wingo, 2024/06/21
- [Guile-commits] 04/06: Avoid stompling user TESTS_ENVIRONMENT var, Andy Wingo, 2024/06/21
- [Guile-commits] 01/06: check-guile.in: exit 2 on errors and direct output to stderr, Andy Wingo, 2024/06/21
- [Guile-commits] 06/06: Ensure the signal-delivery thread is completely stopped before fork, Andy Wingo, 2024/06/21