2022-10-24 11:46:05 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
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".
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2020-01-11 07:21:33 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(devel/dejagnu) Updated to 1.6.2
Changes since 1.6.1:
1. runtest will abort if $DEJAGNU is defined but the file is not
found.
Changes since 1.6:
Minor bug fixes, no major changes.
|
2016-05-21 00:54:23 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
Updated devel/dejagnu to 1.6
----------------------------------------------------
(from: https://www.gnu.org/software/dejagnu/manual/Release-Notes.html
or from info)
----------------------------------------------------------------------------
The following major, user-visible changes have been introduced since version
1.5.3.
1. Support for target communication via SSH has been added.
2. A large number of very old config and baseboard files have been removed. If
you need to resurrect these, you can get them from version 1.5.3. If you
can show that a board is still in use, it can be put back in the
distribution.
3. The --status command line option is now the default. This means that any
error in the testsuite Tcl scripts will cause runtest to abort with exit
status code 2. The --status option has been removed from the documentation,
but will continue to be accepted for backward compatibility.
4. runtest now exits with exit code 0 if the testsuite "passed", 1 if
something unexpected happened (eg, FAIL, XPASS or UNRESOLVED), and 2 if an
exception is raised by the Tcl interpreter.
5. runtest now exits with the standard exit codes of programs that are
terminated by the SIGINT, SIGTERM and SIGQUIT signals.
6. The user-visible utility procedures absolute, psource and slay have been
removed. If a testsuite uses any of these procedures, a copy of the
procedure should be made and placed in the lib directory of the testsuite.
7. Support was added for testing the D compiler.
8. ~/.dejagnurc is now loaded last, not first. This allows the user to have
the ability to override anything in their environment (even the site.exp
file specified by $DEJAGNU).
9. The user-visible utility procedure unsetenv is deprecated and will be
removed in the next release. If a testsuite uses this procedure, a copy
should be made and placed in the lib directory of the testsuite.
|
2016-04-12 15:45:00 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(pkgsrc)
- Revive make test (remove TEST_TARGET= # empty line)
Found that expect segfaults at make test if hostname lookup fails,
but it is environment issue only.
(upstream)
- Updated to devel/dejagnu-1.5.3
-------------------------------
2015-03-30 Ben Elliston <bje@gnu.org>
* DejaGnu 1.5.3 released.
2015-03-30 Ben Elliston <bje@gnu.org>
* runtest.exp (frame_version): Set to 1.5.3.
* configure.ac (AC_INIT): Set version to 1.5.3.
* configure: Regenerate.
* doc/dejagnu.xml (appversion, version): Set to 1.5.3.
* doc/dejagnu.texi: Regenerate.
2015-03-30 Ben Elliston <bje@gnu.org>
Revert the following change which causes breakage reported here:
https://lists.gnu.org/archive/html/dejagnu/2015-03/msg00003.html
2011-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
* runtest.exp (runtest): Call reset_vars at initialisation so that
perror does not affect test results in other test scripts.
2015-02-26 H.J. Lu <hjl.tools@gmail.com>
* lib/target.exp (default_target_compile): Prepend multilib_flags,
instead of appending it.
2015-02-18 Ben Elliston <bje@gnu.org>
* lib/framework.exp (log_and_exit): Set tool to "testrun" if
unset.
2015-02-05 Ben Elliston <bje@gnu.org>
* doc/runtest.1: Fix a spelling error.
2015-02-04 Ben Elliston <bje@gnu.org>
* config.guess: Update to version 2015-01-01.
* config.sub: Likewise.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-05-10 01:12:21 by Makoto Fujiwara | Files touched by this commit (16) |
Log message:
Set TEST_TARGET?= # empty to skip make test
devel/autoconf (but just add 2.69 status)
devel/dejagnu
devel/p5-ExtUtils-AutoInstall (infinite loop)
devel/p5-Inline-C (fail at t/27inline_maker.t)
devel/p5-Search-Elasticsearch (several items)
Some other {net,devel}/p5-packages
Set BUILD_DEPENDS+= for make test
|
2015-02-07 13:49:54 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(pkgsrc)
- Add USE_TOOLS= gmake
(upstream)
- Update 1.5.1 to 1.5.2
---------------------
2015-01-30 Ben Elliston <bje@gnu.org>
* DejaGnu 1.5.2 released.
2015-01-30 Ben Elliston <bje@gnu.org>
* runtest.exp (frame_version): Set to 1.5.2.
* configure.ac (AC_INIT): Set version to 1.5.2.
* configure: Regenerate.
* doc/dejagnu.xml (appversion, version): Set to 1.5.2.
* doc/dejagnu.texi: Regenerate.
2015-01-22 Eric Botcazou <ebotcazou@adacore.com>
* Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
* Makefile.in: Regenerate.
* baseboards/visium-sim.exp: New file.
2014-11-25 Ben Elliston <bje@gnu.org>
* lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
Reported by David Malcolm.
2014-10-28 Ben Elliston <bje@gnu.org>
* Makefile.in: Regenerate.
2014-10-28 Ben Elliston <bje@gnu.org>
* example: Remove stale examples.
2014-10-24 Steve Ellcey <sellcey@mips.com>
* dejagnu.h (pass): Make function static as well as inline.
(xpass): Ditto.
(fail): Ditto.
(xfail): Ditto.
(untested): Ditto.
(unresolved): Ditto.
(note): Ditto.
(totals): Ditto.
2014-10-14 Ben Elliston <bje@gnu.org>
* runtest.exp: Only match $directory, not *${directory}* when the
user passes the --directory option. Reported by Sergey Alyoshin.
2014-10-14 Ben Elliston <bje@gnu.org>
* lib/dejagnu.exp (host_execute): Remove buffer_full check. This
is not the right command keyword -- it is full_buffer. Reported by
David Malcolm.
2014-07-15 Maciej W. Rozycki <macro@mips.com>
Maciej W. Rozycki <macro@codesourcery.com>
* lib/targetdb.exp (add_board_info): New procedure.
* doc/ref.xml (Add_board_info Procedure): New section.
(Set_board_info Procedure): Add description.
(Unset_board_info Procedure): Likewise.
* doc/user.xml (Board Config File Values): Add `add_board_info'
reference. Reorder `gdb_init_command' table rows and remove a
duplicate entry, reusing it for `gdb_init_commands'.
2014-06-25 Rob Savoye <rob.savoye@linaro.org>
* runtest.exp: (lookfor-file): Fix bug were none of the relative
paths were actually being used for file lookup.
2014-06-06 Ben Elliston <bje@gnu.org>
* depcomp, install-sh, missing: Update to latest versions.
* mkinstalldirs: Remove.
* Makefile.in: Regenerate.
2014-06-04 Ben Elliston <bje@gnu.org>
* Makefile.in: Regenerate with Automake 1.14.1.
* compile: Add missing file.
2014-06-04 Ben Elliston <bje@gnu.org>
* config.guess: Update to version 2014-03-23.
* config.sub: Likewise.
2014-06-04 Ben Elliston <bje@gnu.org>
* aclocal.m4: Regenerate with Automake 1.14.1.
* configure: Regenerate with Autoconf 2.69.
2014-03-15 Steve Ellcey <sellcey@mips.com>
* baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.
2014-02-23 Steve Ellcey <sellcey@mips.com>
Richard Sandiford <rdsandiford@googlemail.com>
* config/sim.exp (sim_exec): New.
(sim_file): New.
2013-12-08 Richard Sandiford <rdsandiford@googlemail.com>
* lib/dg.exp (dg-test): Don't put the expected and actual output
of a pattern test in the test name; send it to the log instead.
2013-11-01 Steve Ellcey <sellcey@mips.com>
* Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.
* Makefile.in: Regenerate.
* baseboards/multi-sim.exp: New.
2013-10-31 Anton Kolesov <anton.kolesov@synopsys.com>
* lib/remote.exp (standard_reboot): Return 1 instead of an empty string.
(remote_reboot): Add comment explaining return value of this procedure.
* doc/ref.xml (remote_reboot, standard_reboot): Document procedures.
* doc/dejagnu.texi: Regenerate.
2013-10-15 Alexander Ivchenko <alexander.ivchenko@intel.com>
* baseboards/androideabi.exp (process_multilib_options): Add option.
* config/adb.exp: Remove hardcoded -static option.
(adb_load): Add the possibility to change the temp directory. Also
handle permission potential problems.
(adb_exec): Do cd to android_tmp_dir first.
2013-10-05 Jose E. Marchesi <jose.marchesi@oracle.com>
* baseboards/unix.exp: Add gdb settings to not use hardware
watchpoints in sparc64 running GNU/Linux.
2013-06-17 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* runtest.exp (libdirs): New global variable.
(load_lib): Append libdirs to search_and_load_files directories.
* doc/ref.xml (load_lib): Document global variable libdirs.
* doc/dejagnu.texi: Regenerate.
* testsuite/runtest.all/load_lib.exp: New testcase.
* Makefile.am (TESTSUITE_FILES): Add new testcase.
* Makefile.in: Regenerate.
2013-06-15 Ben Elliston <bje@gnu.org>
* configure.ac: If DEJAGNU is unset, set it to /dev/null.
* Makefile.am: Export DEJAGNU.
* configure: Likewise.
* Makefile.in: Regenerate.
2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* doc/user.xml: Fix typos.
* doc/ref.xml: Likewise.
* doc/dejagnu.texi: Regenerate.
2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* doc/user.xml: Fix number of columns in table.
* doc/dejagnu.texi: Regenerate.
2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* doc/user.xml: Fix rendering errors around programlisting.
* doc/ref.xml: Likewise.
* doc/dejagnu.texi: Regenerate.
2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* doc/user.xml: Fix spacing before productname.
* doc/dejagnu.texi: Regenerate.
2013-06-12 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* testsuite/runtest.all/default_procs.tcl (send_log): Use the
magic "args" parameter name, as expect send_log proc accepts -- as
a leading option.
2013-06-08 Makoto Fujiwara <makoto@ki.nu>
* Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.
(config_DATA): Likewise for config_SCRIPTS.
(baseboard_DATA): Likewise for baseboard_SCRIPTS.
(EXTRA_DIST): Remove pkgdata_SCRIPTS, config_SCRIPTS and
baseboard_SCRIPTS.
* Makefile.in: Regenerate.
2013-06-08 Ben Elliston <bje@gnu.org>
* configure: Regenerate with autoconf 2.69.
* aclocal.m4: Regenerate.
|