pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/dejagnu dejagnu: updated to 1.6.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/bf98bc937c45
branches: trunk
changeset: 387161:bf98bc937c45
user: adam <adam%pkgsrc.org@localhost>
date: Mon Oct 24 09:46:05 2022 +0000
description:
dejagnu: updated to 1.6.3
Changes since 1.6.2:
1. The internal proc 'is_remote' has been renamed to 'isremote' for
consistency with the other similar procs (eg, istarget). Testsuites
should use this proc. The 'is_remote' proc is deprecated.
2. runtest now accepts --local_init and --global_init options to override
the default of reading "site.exp". See the manual for details.
3. runtest now responds consistently to all Tcl errors and generates an
UNRESOLVED result when a test script aborts. Previously, calling an
undefined procedure would cause the test run to abort while other Tcl
errors produced only an easily-ignored message.
4. runtest now collects Tcl errors encountered during a test run and prints
the collected errors a second time at the end of the test run after the
summary. Separator lines containing more than 10 hyphens are included.
5. A utility procedure relative_filename has been added. This procedure
computes a relative file name to a given destination from a given base.
6. The utility procedure 'grep' now accepts a '-n' option that
includes line numbers in the output, consistent with GNU grep.
7. The target_compile procedure now accepts a "linker=" option that
overrides the compiler selection when producing an executable.
8. The internal default_target_compile procedure now supports compiling
sources in Go (using GCC Go) and Rust.
9. The host_execute procedure no longer insists that the executable be in
the current directory if the file exists under the given name.
10. The host_execute procedure now reads input to end-of-file, to ensure
that the child process will be able to complete instead of being cut
short by a SIGPIPE under unpredictable unfavorable timing scenarios.
11. The match patterns in the host_execute procedure have been revised to
fix timing issues causing test names to be truncated.
12. The host_execute procedure is no longer sensitive to the value of the
"text" global variable.
13. A new multiplex procedure "testsuite" is added for commands retrieving
or providing information about the current testsuite.
14. A command "testsuite file" is added to replace the use of the "*dir"
variables in test scripts.
15. A command "testsuite can call" is added to report the availability of
multiplexed API calls.
16. A new multiplex procedure "testcase" is added for commands examining or
manipulating the dynamic state of ongoing testing.
17. A command "testcase group" is provided for reporting test groups to the
DejaGnu core. Currently, the usage of this command is validated, but
it will affect at least XML output in a future release of DejaGnu.
18. A shell command "dejagnu" is added as a place to hang various
auxiliary commands not directly involved with running tests. The
"runtest" command will remain for that purpose for the foreseeable
future.
19. The first auxiliary command is added: "report card". The "dejagnu
report card" command reads DejaGnu summary files and produces a compact
tabular summary across multiple tools.
20. A Tcl namespace is now used for some internal procedures and variables.
The Tcl namespace ::dejagnu and all child namespaces are entirely
internal and should not be mentioned in testsuite code. Its contents
are subject to change without notice, even on point releases.
21. The DejaGnu testsuite no longer searches for a nearby Expect executable
in the location where it would have been located in the old Cygnus tree
layout. If you want to use a special Expect other than the system
Expect, specify EXPECT=/name/of/expect to "runtest" or "make check".
diffstat:
devel/dejagnu/Makefile | 5 ++---
devel/dejagnu/PLIST | 14 +++++++++++++-
devel/dejagnu/distinfo | 8 ++++----
3 files changed, 19 insertions(+), 8 deletions(-)
diffs (76 lines):
diff -r fad564d61741 -r bf98bc937c45 devel/dejagnu/Makefile
--- a/devel/dejagnu/Makefile Mon Oct 24 09:38:27 2022 +0000
+++ b/devel/dejagnu/Makefile Mon Oct 24 09:46:05 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2020/01/18 23:30:26 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.24 2022/10/24 09:46:05 adam Exp $
-DISTNAME= dejagnu-1.6.2
+DISTNAME= dejagnu-1.6.3
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=dejagnu/}
diff -r fad564d61741 -r bf98bc937c45 devel/dejagnu/PLIST
--- a/devel/dejagnu/PLIST Mon Oct 24 09:38:27 2022 +0000
+++ b/devel/dejagnu/PLIST Mon Oct 24 09:46:05 2022 +0000
@@ -1,7 +1,11 @@
-@comment $NetBSD: PLIST,v 1.10 2020/01/11 06:21:33 mef Exp $
+@comment $NetBSD: PLIST,v 1.11 2022/10/24 09:46:05 adam Exp $
+bin/dejagnu
bin/runtest
include/dejagnu.h
info/dejagnu.info
+man/man1/dejagnu-help.1
+man/man1/dejagnu-report-card.1
+man/man1/dejagnu.1
man/man1/runtest.1
share/dejagnu/baseboards/README
share/dejagnu/baseboards/aarch64-sim.exp
@@ -17,6 +21,7 @@
share/dejagnu/baseboards/fr30-sim.exp
share/dejagnu/baseboards/frv-sim.exp
share/dejagnu/baseboards/gdbserver-sample.exp
+share/dejagnu/baseboards/generic-sim.exp
share/dejagnu/baseboards/i386-sid.exp
share/dejagnu/baseboards/iq2000-sim.exp
share/dejagnu/baseboards/jmr3904-sim.exp
@@ -39,11 +44,16 @@
share/dejagnu/baseboards/mmixware-sim.exp
share/dejagnu/baseboards/mn10200-sim.exp
share/dejagnu/baseboards/mn10300-sim.exp
+share/dejagnu/baseboards/moxie-sim.exp
share/dejagnu/baseboards/msp430-sim.exp
share/dejagnu/baseboards/mt-sid.exp
share/dejagnu/baseboards/multi-sim.exp
+share/dejagnu/baseboards/pi.exp
share/dejagnu/baseboards/powerpc-sim.exp
share/dejagnu/baseboards/powerpcle-sim.exp
+share/dejagnu/baseboards/pru-sim.exp
+share/dejagnu/baseboards/qemu.exp
+share/dejagnu/baseboards/riscv-sim.exp
share/dejagnu/baseboards/rx-sim.exp
share/dejagnu/baseboards/sh-sid.exp
share/dejagnu/baseboards/sh-sim.exp
@@ -59,6 +69,8 @@
share/dejagnu/baseboards/vr4111-sim.exp
share/dejagnu/baseboards/vr4300-sim.exp
share/dejagnu/baseboards/xtensa-sim.exp
+share/dejagnu/commands/help.sh
+share/dejagnu/commands/report-card.awk
share/dejagnu/config/README
share/dejagnu/config/aarch64-fv8.exp
share/dejagnu/config/adb.exp
diff -r fad564d61741 -r bf98bc937c45 devel/dejagnu/distinfo
--- a/devel/dejagnu/distinfo Mon Oct 24 09:38:27 2022 +0000
+++ b/devel/dejagnu/distinfo Mon Oct 24 09:46:05 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2021/10/26 10:14:32 nia Exp $
+$NetBSD: distinfo,v 1.19 2022/10/24 09:46:05 adam Exp $
-BLAKE2s (dejagnu-1.6.2.tar.gz) = 6eea3a16011355a20f9f4c908ba1120866b150ec449b391879856f8b98959006
-SHA512 (dejagnu-1.6.2.tar.gz) = ae527ce245871d49b84773d0d14b1ea6b2316c88097eeb84091a3aa885ff007eeaa1cd9c5b002d94a956d218451079b5e170561ffa43a291d9d82283aa834042
-Size (dejagnu-1.6.2.tar.gz) = 525879 bytes
+BLAKE2s (dejagnu-1.6.3.tar.gz) = 33b05951be62db4dc319a2a98c4d9d62151ea1599cb3bfaee0944cd402dd8390
+SHA512 (dejagnu-1.6.3.tar.gz) = 1a737132bd912cb527e7f2fcbe70ffff8ccc8604a0ffdecff87ba2a16aeeefd800f5792aeffdbe79be6daa35cedb1c60e41002ca4aabb5370a460028191b76c4
+Size (dejagnu-1.6.3.tar.gz) = 622059 bytes
Home |
Main Index |
Thread Index |
Old Index