Steve Ellcey
dca68a01f9
* baseboards/generic-sim.exp: Check $DEJAGNU_SIM_OPTION.
Signed-off-by: Ben Elliston <bje@gnu.org>
11 years ago
Ben Elliston
4107079062
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.
12 years ago
H.J. Lu
5256bd8234
* lib/target.exp (default_target_compile): Prepend multilib_flags,
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>
12 years ago
Stephen Tridgell
3249854999
* lib/framework.exp (log_and_exit): Set tool to "testrun" if
unset.
Signed-off-by: Ben Elliston <bje@gnu.org>
12 years ago
Ben Elliston
64ab9a36c5
* doc/runtest.1: Fix a spelling error.
12 years ago
Ben Elliston
796eb715f0
* config.guess: Update to version 2015-01-01.
* config.sub: Likewise.
12 years ago
Eric Botcazou
4c1f808ce8
* Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
* Makefile.in: Regenerate.
* baseboards/visium-sim.exp: New file.
Signed-off-by: Ben Elliston <bje@gnu.org>
12 years ago
Ben Elliston
3344ec53cc
* lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
Reported by David Malcolm.
12 years ago
Ben Elliston
494c131d32
* Makefile.in: Regenerate.
12 years ago
Ben Elliston
a118a3f0bd
* example: Remove stale examples.
12 years ago
Steve Ellcey
ad36659ffa
* dejagnu.h (pass): Make function static as well as inline.
(xpass): Ditto.
(fail): Ditto.
(xfail): Ditto.
(untested): Ditto.
(unresolved): Ditto.
(note): Ditto.
(totals): Ditto.
Signed-off-by: Ben Elliston <bje@gnu.org>
12 years ago
Ben Elliston
5704cbfcf4
* runtest.exp: Only match $directory, not *${directory}* when the
user passes the --directory option. Reported by Sergey Alyoshin.
12 years ago
Ben Elliston
755053ffe1
* lib/dejagnu.exp (host_execute): Remove buffer_full check. This is not
the right command keyword -- it is full_buffer. Reported by David
Malcolm <dmalcolm@redhat.com>.
12 years ago
Ben Elliston
ee21af3cae
Merge branch 'master' of git.sv.gnu.org:/srv/git/dejagnu
Conflicts:
ChangeLog
12 years ago
Maciej W. Rozycki
f53d3dc51d
* 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'.
Signed-off-by: Ben Elliston <bje@gnu.org>
12 years ago
Rob Savoye
45a1dbdf9a
Fix bug were none of the relative paths were actually being used for file lookup.
12 years ago
Ben Elliston
f4d01a7e99
* depcomp, install-sh, missing: Update to latest versions.
* mkinstalldirs: Remove.
* Makefile.in: Regenerate.
12 years ago
Ben Elliston
259d0a3c99
* Makefile.in: Regenerate with Automake 1.14.1.
* compile: Add missing file.
12 years ago
Ben Elliston
7570e76a13
* config.guess: Update to version 2014-03-23.
* config.sub: Likewise.
12 years ago
Ben Elliston
e437aef0bd
* aclocal.m4: Regenerate with Automake 1.14.1.
* configure: Regenerate with Autoconf 2.69.
12 years ago
Steve Ellcey
d0ace52ec4
* baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Steve Ellcey
a60f6c7d46
* config/sim.exp (sim_exec): New.
(sim_file): New.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Ben Elliston
ae7ff712a3
Revert "config/sim.exp (sim_exec): New."
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Steve Ellcey
9ca4847c3f
* config/sim.exp (sim_exec): New.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Ben Elliston
93f2fec594
Merge branch 'master' of git.sv.gnu.org:/srv/git/dejagnu
13 years ago
Richard Sandiford
a78bb78309
* 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.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Alexander Ivchenko
bcc1f7e6ef
Improve ADB support for Android
13 years ago
Steve Ellcey
19449c886e
* Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.
* Makefile.in: Regenerate.
* baseboards/multi-sim.exp: New.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Anton Kolesov
11ba195b8b
* 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.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Jose E. Marchesi
28a5e74afe
* baseboards/unix.exp: Add gdb settings to not use hardware
watchpoints in sparc64 running GNU/Linux.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Bernhard Reutner-Fischer
5481f29161
* 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.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Ben Elliston
b97cf09cd7
This patch silences "WARNING: Couldn't find the global config file"
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.
13 years ago
Bernhard Reutner-Fischer
3e48e41582
* doc/user.xml: Fix typos.
* doc/ref.xml: Likewise.
* doc/dejagnu.texi: Regenerate.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Bernhard Reutner-Fischer
fcb5cf517f
* doc/user.xml: Fix number of columns in table.
* doc/dejagnu.texi: Regenerate.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Bernhard Reutner-Fischer
520f7493f6
* doc/user.xml: Fix rendering errors around programlisting.
* doc/ref.xml: Likewise.
* doc/dejagnu.texi: Regenerate.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Bernhard Reutner-Fischer
a340a5b44e
* doc/user.xml: Fix spacing before productname.
* doc/dejagnu.texi: Regenerate.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Bernhard Reutner-Fischer
fdf0a41ee0
* testsuite/runtest.all/default_procs.tcl (send_log): Use the
magic "args" parameter name, as expect send_log proc accepts -- as
a leading option.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Makoto Fujiwara
7bdef849bb
* 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.
Signed-off-by: Ben Elliston <bje@gnu.org>
13 years ago
Ben Elliston
152e0f4c61
* configure: Regenerate with autoconf 2.69.
* aclocal.m4: Regenerate.
13 years ago
Ben Elliston
3a721255d5
Add link to the Wikipedia page on Brendan Kehoe.
14 years ago
Ben Elliston
1a5f3ed034
Remove some warnings from new Automake.
* 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.
14 years ago
Ben Elliston
37c5b27dc4
Run automake --add-missing to silence Automake warnings.
* INSTALL: New.
* COPYING: Likewise.
14 years ago
Ben Elliston
c4ca1ba3f4
First pass at removing -W all warnings from new Automake.
* Makefile.am (html-local): Rename target from html.
* Makefile.in: Regenerate with automake 1.12.6.
* aclocal.m4: Likewise.
* configure: Regenerate.
14 years ago
Gilles Espinasse
74cc09fdf5
* TODO: Remove todo item about warncnt and errcnt.
Signed-off-by: Ben Elliston <bje@gnu.org>
14 years ago
Gilles Espinasse
4d13bc3a3c
* testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
Signed-off-by: Ben Elliston <bje@gnu.org>
14 years ago
Ben Elliston
d6b13f7e51
* config.guess: Update to version 2013-02-12.
* config.sub: Likewise.
14 years ago
Rob Savoye
cb5ae80a5a
config/adb.exp: Add adb_file so we can remotely delete test case to save on limited disk space. Don't remove the file after executing it, leave that for the test driver instead.
14 years ago
Rob Savoye
f22aae7397
remove test case after execution to save on disk space.
14 years ago
Ben Elliston
de48b490c3
Tidy up Rob's latest ChangeLog entry.
14 years ago
Rob Savoye
76d84d66fe
Oops, too used to 'git log'.
14 years ago