aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2015-02-26 * lib/target.exp (default_target_compile): Prepend multilib_flags,H.J. Lu1-0/+5
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 Tridgell1-0/+5
unset. Signed-off-by: Ben Elliston <bje@gnu.org>
2015-02-05 * doc/runtest.1: Fix a spelling error.Ben Elliston1-0/+4
2015-02-04 * config.guess: Update to version 2015-01-01.Ben Elliston1-0/+5
* config.sub: Likewise.
2015-01-22 * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.Eric Botcazou1-0/+6
* 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 Elliston1-0/+5
Reported by David Malcolm.
2014-10-28 * Makefile.in: Regenerate.Ben Elliston1-0/+4
2014-10-28 * example: Remove stale examples.Ben Elliston1-0/+4
2014-10-24 * dejagnu.h (pass): Make function static as well as inline.Steve Ellcey1-0/+11
(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 Elliston1-0/+5
user passes the --directory option. Reported by Sergey Alyoshin.
2014-10-14* lib/dejagnu.exp (host_execute): Remove buffer_full check. This is notBen Elliston1-0/+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 Elliston1-0/+5
Conflicts: ChangeLog
2014-07-15 * lib/targetdb.exp (add_board_info): New procedure.Maciej W. Rozycki1-0/+11
* 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 Savoye1-0/+5
lookup.
2014-06-06 * depcomp, install-sh, missing: Update to latest versions.Ben Elliston1-0/+6
* mkinstalldirs: Remove. * Makefile.in: Regenerate.
2014-06-04 * Makefile.in: Regenerate with Automake 1.14.1.Ben Elliston1-0/+5
* compile: Add missing file.
2014-06-04 * config.guess: Update to version 2014-03-23.Ben Elliston1-0/+5
* config.sub: Likewise.
2014-06-04 * aclocal.m4: Regenerate with Automake 1.14.1.Ben Elliston1-0/+5
* configure: Regenerate with Autoconf 2.69.
2014-03-15 * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.Steve Ellcey1-0/+4
Signed-off-by: Ben Elliston <bje@gnu.org>
2014-02-24 * config/sim.exp (sim_exec): New.Steve Ellcey1-0/+6
(sim_file): New. Signed-off-by: Ben Elliston <bje@gnu.org>
2014-02-15Revert "config/sim.exp (sim_exec): New."Ben Elliston1-4/+0
Signed-off-by: Ben Elliston <bje@gnu.org>
2014-02-15 * config/sim.exp (sim_exec): New.Steve Ellcey1-0/+4
Signed-off-by: Ben Elliston <bje@gnu.org>
2013-12-10Merge branch 'master' of git.sv.gnu.org:/srv/git/dejagnuBen Elliston1-0/+8
2013-12-08 * lib/dg.exp (dg-test): Don't put the expected and actual outputRichard Sandiford1-0/+5
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 Ivchenko1-0/+8
2013-11-01 * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.Steve Ellcey1-0/+6
* 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 Kolesov1-0/+7
(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. Marchesi1-0/+5
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-Fischer1-0/+10
(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 Elliston1-0/+7
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-Fischer1-0/+6
* 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-Fischer1-0/+5
* 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-Fischer1-0/+6
* 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-Fischer1-0/+5
* 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-Fischer1-0/+6
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 Fujiwara1-0/+9
(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 Elliston1-0/+5
* aclocal.m4: Regenerate.
2013-03-31First pass at removing -W all warnings from new Automake.Ben Elliston1-0/+7
* 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 Espinasse1-0/+4
Signed-off-by: Ben Elliston <bje@gnu.org>
2013-03-28 * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.Gilles Espinasse1-0/+4
Signed-off-by: Ben Elliston <bje@gnu.org>
2013-03-26 * config.guess: Update to version 2013-02-12.Ben Elliston1-0/+5
* config.sub: Likewise.
2013-02-16config/adb.exp: Add adb_file so we can remotely delete test case to save on ↵Rob Savoye1-0/+6
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 Savoye1-0/+6
2013-02-14Tidy up Rob's latest ChangeLog entry.Ben Elliston1-5/+5
2013-02-11Oops, too used to 'git log'.Rob Savoye1-0/+8
2012-12-05 * example/hello: Remove.Ben Elliston1-0/+6
* configure.ac: Likewise. * configure: Regenerate.
2012-10-04 * Makefile.am (baseboard_SCRIPTS): Add new baseboards.Steve Ellcey1-0/+11
* Makefile.in: Regenerate. * baseboards/mips-sim-mti32.exp: New. * baseboards/mips-sim-mti64.exp: New. * baseboards/mips-sim-mti64_n32.exp: New. * baseboards/mips-sim-mti64_64.exp: New. * baseboards/mips-sim-sde32.exp: New. * baseboards/mips-sim-sde64.exp: New. Signed-off-by: Ben Elliston <bje@gnu.org>
2012-10-04 * aclocal.m4: Regenerate with automake 1.11.3.Ben Elliston1-0/+6
* Makefile.in: Likewise. * configure: Regenerate with autoconf 2.68.
2012-08-22 * baseboards/generic-sim.exp: New baseboard definition.Steve Ellcey1-0/+4
Signed-off-by: Ben Elliston <bje@gnu.org>
2012-06-15 * lib/framework.exp (clone_output): Protect from leading dash inAndreas Schwab1-0/+6
$message. * runtest.exp (verbose): Likewise. Signed-off-by: Ben Elliston <bje@gnu.org>