aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-03-30Mark ChangeLog for release.dejagnu-1.5.3-releasedejagnu-1.5.3Ben Elliston1-0/+4
2015-03-30 * runtest.exp (frame_version): Set to 1.5.3.Ben Elliston6-15/+23
* 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-30Revert the following change which causes breakage reported here:Ben Elliston2-1/+14
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 * lib/target.exp (default_target_compile): Prepend multilib_flags,H.J. Lu2-1/+6
instead of appending it. Some GCC testcases need explicit GCC options to properly run. For example gcc.target/i386/pr32219-1.c has -fpie specified explicitly: /* { dg-options "-O2 -fpie" } */ But with multlib, eg: make check-gcc RUNTESTFLAGS="--target_board='unix{-fpic}'" -fpic is appended to the command line options, which overrides the command line options specified by dg-options. multlib flags should be placed at the beginning of the command line options, not at the end. This patch updates default_target_compile to prepend multilib_flags, instead of appending it. Signed-off-by: Ben Elliston <bje@gnu.org>
2015-02-18 * lib/framework.exp (log_and_exit): Set tool to "testrun" ifStephen Tridgell2-0/+8
unset. Signed-off-by: Ben Elliston <bje@gnu.org>
2015-02-05 * doc/runtest.1: Fix a spelling error.Ben Elliston2-1/+5
2015-02-04 * config.guess: Update to version 2015-01-01.Ben Elliston3-13/+32
* config.sub: Likewise.
2015-01-22 * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.Eric Botcazou4-4/+53
* Makefile.in: Regenerate. * baseboards/visium-sim.exp: New file. Signed-off-by: Ben Elliston <bje@gnu.org>
2014-11-25 * lib/dejagnu.exp (host_execute): Remove stray leading hyphen.Ben Elliston2-1/+6
Reported by David Malcolm.
2014-10-28 * Makefile.in: Regenerate.Ben Elliston2-1/+5
2014-10-28 * example: Remove stale examples.Ben Elliston42-25902/+4
2014-10-24 * dejagnu.h (pass): Make function static as well as inline.Steve Ellcey2-8/+19
(xpass): Ditto. (fail): Ditto. (xfail): Ditto. (untested): Ditto. (unresolved): Ditto. (note): Ditto. (totals): Ditto. Signed-off-by: Ben Elliston <bje@gnu.org>
2014-10-14 * runtest.exp: Only match $directory, not *${directory}* when theBen Elliston2-1/+6
user passes the --directory option. Reported by Sergey Alyoshin.
2014-10-14* lib/dejagnu.exp (host_execute): Remove buffer_full check. This is notBen Elliston2-2/+6
the right command keyword -- it is full_buffer. Reported by David Malcolm <dmalcolm@redhat.com>.
2014-07-15Merge branch 'master' of git.sv.gnu.org:/srv/git/dejagnuBen Elliston2-2/+7
Conflicts: ChangeLog
2014-07-15 * lib/targetdb.exp (add_board_info): New procedure.Maciej W. Rozycki5-23/+119
* 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'. Signed-off-by: Ben Elliston <bje@gnu.org>
2014-06-25Fix bug were none of the relative paths were actually being used for file ↵Rob Savoye2-2/+7
lookup.
2014-06-06 * depcomp, install-sh, missing: Update to latest versions.Ben Elliston6-699/+1015
* mkinstalldirs: Remove. * Makefile.in: Regenerate.
2014-06-04 * Makefile.in: Regenerate with Automake 1.14.1.Ben Elliston3-113/+536
* compile: Add missing file.
2014-06-04 * config.guess: Update to version 2014-03-23.Ben Elliston3-227/+124
* config.sub: Likewise.
2014-06-04 * aclocal.m4: Regenerate with Automake 1.14.1.Ben Elliston3-109/+468
* configure: Regenerate with Autoconf 2.69.
2014-03-15 * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.Steve Ellcey2-1/+10
Signed-off-by: Ben Elliston <bje@gnu.org>
2014-02-24 * config/sim.exp (sim_exec): New.Steve Ellcey2-0/+16
(sim_file): New. Signed-off-by: Ben Elliston <bje@gnu.org>
2014-02-15Revert "config/sim.exp (sim_exec): New."Ben Elliston2-8/+0
Signed-off-by: Ben Elliston <bje@gnu.org>
2014-02-15 * config/sim.exp (sim_exec): New.Steve Ellcey2-0/+8
Signed-off-by: Ben Elliston <bje@gnu.org>
2013-12-10Merge branch 'master' of git.sv.gnu.org:/srv/git/dejagnuBen Elliston3-9/+34
2013-12-08 * lib/dg.exp (dg-test): Don't put the expected and actual outputRichard Sandiford2-2/+8
of a pattern test in the test name; send it to the log instead. Signed-off-by: Ben Elliston <bje@gnu.org>
2013-11-19Improve ADB support for AndroidAlexander Ivchenko3-9/+34
2013-11-01 * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.Steve Ellcey4-0/+140
* Makefile.in: Regenerate. * baseboards/multi-sim.exp: New. Signed-off-by: Ben Elliston <bje@gnu.org>
2013-10-31 * lib/remote.exp (standard_reboot): Return 1 instead of an empty string.Anton Kolesov4-4/+34
(remote_reboot): Add comment explaining return value of this procedure. * doc/ref.xml (remote_reboot, standard_reboot): Document procedures. * doc/dejagnu.texi: Regenerate. Signed-off-by: Ben Elliston <bje@gnu.org>
2013-10-05 * baseboards/unix.exp: Add gdb settings to not use hardwareJose E. Marchesi2-0/+10
watchpoints in sparc64 running GNU/Linux. Signed-off-by: Ben Elliston <bje@gnu.org>
2013-06-17 * runtest.exp (libdirs): New global variable.Bernhard Reutner-Fischer7-5/+94
(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. Signed-off-by: Ben Elliston <bje@gnu.org>
2013-06-15This patch silences "WARNING: Couldn't find the global config file"Ben Elliston5-0/+23
when running make check. From Gilles Espinasse. * configure.ac: If DEJAGNU is unset, set it to /dev/null. * Makefile.am: Export DEJAGNU. * configure: Likewise. * Makefile.in: Regenerate.
2013-06-15 * doc/user.xml: Fix typos.Bernhard Reutner-Fischer4-10/+16
* doc/ref.xml: Likewise. * doc/dejagnu.texi: Regenerate. Signed-off-by: Ben Elliston <bje@gnu.org>
2013-06-15 * doc/user.xml: Fix number of columns in table.Bernhard Reutner-Fischer3-19/+25
* doc/dejagnu.texi: Regenerate. Signed-off-by: Ben Elliston <bje@gnu.org>
2013-06-15 * doc/user.xml: Fix rendering errors around programlisting.Bernhard Reutner-Fischer4-44/+41
* doc/ref.xml: Likewise. * doc/dejagnu.texi: Regenerate. Signed-off-by: Ben Elliston <bje@gnu.org>
2013-06-15 * doc/user.xml: Fix spacing before productname.Bernhard Reutner-Fischer3-2/+7
* doc/dejagnu.texi: Regenerate. Signed-off-by: Ben Elliston <bje@gnu.org>
2013-06-12 * testsuite/runtest.all/default_procs.tcl (send_log): Use theBernhard Reutner-Fischer2-2/+8
magic "args" parameter name, as expect send_log proc accepts -- as a leading option. Signed-off-by: Ben Elliston <bje@gnu.org>
2013-06-08 * Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.Makoto Fujiwara3-154/+47
(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. Signed-off-by: Ben Elliston <bje@gnu.org>
2013-06-08 * configure: Regenerate with autoconf 2.69.Ben Elliston3-104/+114
* aclocal.m4: Regenerate.
2013-04-08Add link to the Wikipedia page on Brendan Kehoe.Ben Elliston1-0/+2
2013-03-31Remove some warnings from new Automake.Ben Elliston5-538/+679
* configure.in: Rename to .. * configure.ac (AC_INIT): Use two-argument form. (AM_INIT_AUTOMAKE): Use zero-argument form. * aclocal.m4: Regenerate. * configure. Regenerate. * Makefile.in: Regenerate.
2013-03-31Run automake --add-missing to silence Automake warnings.Ben Elliston3-0/+1049
* INSTALL: New. * COPYING: Likewise.
2013-03-31First pass at removing -W all warnings from new Automake.Ben Elliston5-315/+341
* Makefile.am (html-local): Rename target from html. * Makefile.in: Regenerate with automake 1.12.6. * aclocal.m4: Likewise. * configure: Regenerate.
2013-03-28 * TODO: Remove todo item about warncnt and errcnt.Gilles Espinasse2-5/+4
Signed-off-by: Ben Elliston <bje@gnu.org>
2013-03-28 * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.Gilles Espinasse2-1/+4
Signed-off-by: Ben Elliston <bje@gnu.org>
2013-03-26 * config.guess: Update to version 2013-02-12.Ben Elliston3-75/+109
* config.sub: Likewise.
2013-02-16config/adb.exp: Add adb_file so we can remotely delete test case to save on ↵Rob Savoye2-9/+20
limited disk space. Don't remove the file after executing it, leave that for the test driver instead.
2013-02-15remove test case after execution to save on disk space.Rob Savoye2-0/+19
2013-02-14Tidy up Rob's latest ChangeLog entry.Ben Elliston1-5/+5