Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-26 | * lib/target.exp (default_target_compile): Prepend multilib_flags, | H.J. Lu | 2 | -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" if | Stephen Tridgell | 2 | -0/+8 | |
unset. Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2015-02-05 | * doc/runtest.1: Fix a spelling error. | Ben Elliston | 2 | -1/+5 | |
2015-02-04 | * config.guess: Update to version 2015-01-01. | Ben Elliston | 3 | -13/+32 | |
* config.sub: Likewise. | |||||
2015-01-22 | * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp. | Eric Botcazou | 4 | -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 Elliston | 2 | -1/+6 | |
Reported by David Malcolm. | |||||
2014-10-28 | * Makefile.in: Regenerate. | Ben Elliston | 2 | -1/+5 | |
2014-10-28 | * example: Remove stale examples. | Ben Elliston | 42 | -25902/+4 | |
2014-10-24 | * dejagnu.h (pass): Make function static as well as inline. | Steve Ellcey | 2 | -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 the | Ben Elliston | 2 | -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 not | Ben Elliston | 2 | -2/+6 | |
the right command keyword -- it is full_buffer. Reported by David Malcolm <dmalcolm@redhat.com>. | |||||
2014-07-15 | Merge branch 'master' of git.sv.gnu.org:/srv/git/dejagnu | Ben Elliston | 2 | -2/+7 | |
Conflicts: ChangeLog | |||||
2014-07-15 | * lib/targetdb.exp (add_board_info): New procedure. | Maciej W. Rozycki | 5 | -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-25 | Fix bug were none of the relative paths were actually being used for file ↵ | Rob Savoye | 2 | -2/+7 | |
lookup. | |||||
2014-06-06 | * depcomp, install-sh, missing: Update to latest versions. | Ben Elliston | 6 | -699/+1015 | |
* mkinstalldirs: Remove. * Makefile.in: Regenerate. | |||||
2014-06-04 | * Makefile.in: Regenerate with Automake 1.14.1. | Ben Elliston | 3 | -113/+536 | |
* compile: Add missing file. | |||||
2014-06-04 | * config.guess: Update to version 2014-03-23. | Ben Elliston | 3 | -227/+124 | |
* config.sub: Likewise. | |||||
2014-06-04 | * aclocal.m4: Regenerate with Automake 1.14.1. | Ben Elliston | 3 | -109/+468 | |
* configure: Regenerate with Autoconf 2.69. | |||||
2014-03-15 | * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check. | Steve Ellcey | 2 | -1/+10 | |
Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2014-02-24 | * config/sim.exp (sim_exec): New. | Steve Ellcey | 2 | -0/+16 | |
(sim_file): New. Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2014-02-15 | Revert "config/sim.exp (sim_exec): New." | Ben Elliston | 2 | -8/+0 | |
Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2014-02-15 | * config/sim.exp (sim_exec): New. | Steve Ellcey | 2 | -0/+8 | |
Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2013-12-10 | Merge branch 'master' of git.sv.gnu.org:/srv/git/dejagnu | Ben Elliston | 3 | -9/+34 | |
2013-12-08 | * lib/dg.exp (dg-test): Don't put the expected and actual output | Richard Sandiford | 2 | -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-19 | Improve ADB support for Android | Alexander Ivchenko | 3 | -9/+34 | |
2013-11-01 | * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard. | Steve Ellcey | 4 | -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 Kolesov | 4 | -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 hardware | Jose E. Marchesi | 2 | -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-Fischer | 7 | -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-15 | This patch silences "WARNING: Couldn't find the global config file" | Ben Elliston | 5 | -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-Fischer | 4 | -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-Fischer | 3 | -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-Fischer | 4 | -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-Fischer | 3 | -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 the | Bernhard Reutner-Fischer | 2 | -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 Fujiwara | 3 | -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 Elliston | 3 | -104/+114 | |
* aclocal.m4: Regenerate. | |||||
2013-04-08 | Add link to the Wikipedia page on Brendan Kehoe. | Ben Elliston | 1 | -0/+2 | |
2013-03-31 | Remove some warnings from new Automake. | Ben Elliston | 5 | -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-31 | Run automake --add-missing to silence Automake warnings. | Ben Elliston | 3 | -0/+1049 | |
* INSTALL: New. * COPYING: Likewise. | |||||
2013-03-31 | First pass at removing -W all warnings from new Automake. | Ben Elliston | 5 | -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 Espinasse | 2 | -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 Espinasse | 2 | -1/+4 | |
Signed-off-by: Ben Elliston <bje@gnu.org> | |||||
2013-03-26 | * config.guess: Update to version 2013-02-12. | Ben Elliston | 3 | -75/+109 | |
* config.sub: Likewise. | |||||
2013-02-16 | config/adb.exp: Add adb_file so we can remotely delete test case to save on ↵ | Rob Savoye | 2 | -9/+20 | |
limited disk space. Don't remove the file after executing it, leave that for the test driver instead. | |||||
2013-02-15 | remove test case after execution to save on disk space. | Rob Savoye | 2 | -0/+19 | |
2013-02-14 | Tidy up Rob's latest ChangeLog entry. | Ben Elliston | 1 | -5/+5 | |
2013-02-11 | Oops, too used to 'git log'. | Rob Savoye | 1 | -0/+8 | |
2013-02-11 | ignore some files for git status | Rob Savoye | 1 | -0/+7 | |
2013-02-11 | regenerated with newer autotools | Rob Savoye | 3 | -3753/+3845 | |