Jacob Bachmeyer
4d829912f7
Add support for errors and warnings in the unit test protocol
4 years ago
Jacob Bachmeyer
c9991345fe
Document the recent C++ API improvements and the rest of the C++ API
4 years ago
Jacob Bachmeyer
ee140a3ddf
Document use of "DG_" and "DG__" prefixes in dejagnu.h
4 years ago
Jacob Bachmeyer
9e26e771ed
Add NOTE function to C++ unit test API
4 years ago
Jacob Bachmeyer
b1a37815d0
Fix incorrect documentation
4 years ago
Jacob Bachmeyer
1757c1eeff
Document the dejagnu.h functions for the UNSUPPORTED status
4 years ago
Jacob Bachmeyer
add1e3e32e
Add UNSUPPORTED test result to DejaGnu unit test protocol
4 years ago
Jacob Bachmeyer
999b7c0475
Add explicit end-of-test marker to DejaGnu unit test protocol
4 years ago
Jacob Bachmeyer
018434324a
Change quotes around 'make check' in manual headings
Use of only the simple straight quotes causes TeX output to look bad.
4 years ago
Jacob Bachmeyer
a28ccd462a
Update doc/version.texi to match actual datestamp
5 years ago
Jacob Bachmeyer
19ffb41e41
Update version numbers for 1.6.3 release candidate 5
5 years ago
Jacob Bachmeyer
9434672603
Update version numbers for 1.6.3 release candidate 4
5 years ago
Jacob Bachmeyer
016bb73c96
Update version numbers for 1.6.3 release candidate 3
5 years ago
Jacob Bachmeyer
2ca7d52dfa
Regenerate build system files
5 years ago
Jacob Bachmeyer
4c4aa83321
Update version numbers for 1.6.3 release candidate 2
5 years ago
Jacob Bachmeyer
dcf155087a
Update version.texi
5 years ago
Jacob Bachmeyer
7c133c2f55
Update version numbers for 1.6.3 release branch
5 years ago
Jacob Bachmeyer
634b5bc858
Update version numbers for continued development
5 years ago
Jacob Bachmeyer
ecbcbae3dd
Remove noise word "api" from "testsuite can call api" entrypoint
6 years ago
Jacob Bachmeyer
9950000f4e
Fix errors in manual reported in PR44636
6 years ago
Jacob Bachmeyer
4e404d8429
Mention GNU Automake manual for more information
6 years ago
Jacob Bachmeyer
9922ae1293
Add GFDL notice to doc/runtest.1
6 years ago
Jacob Bachmeyer
69517b04e8
Fix typo in copyright notice in dejagnu-help manpage
6 years ago
Jacob Bachmeyer
82e717f0d8
Ignore files generated by texi2dvi
6 years ago
Jacob Bachmeyer
aa173cea24
Document unit testing protocol and API
6 years ago
Jacob Bachmeyer
6a2899bf3d
Add warnings about synchronization with the tested program
6 years ago
Rob Savoye
ffc1d0f4f0
Add 2020 to copyright date.
6 years ago
Jacob Bachmeyer
556eb7716e
Document use of UNRESOLVED results to mark test script crashes
6 years ago
Jacob Bachmeyer
a149ae3e95
Withdraw proposed --keep_going and --no_keep_going options
6 years ago
Jacob Bachmeyer
5bc0f51ceb
Add option to stop immediately at Tcl errors and continue by default
6 years ago
Jacob Bachmeyer
a641e4899f
Add "linker=" option to target_compile to support testing
6 years ago
Jacob Bachmeyer
26de73569e
Document find_* procedures imported from GDB testsuite
6 years ago
Tom Tromey
2e88e03ad0
Add Go support to default_target_compile
This adds Go support to default_target_compile. This comes from this
gdb patch:
commit a766d390bb857383a5f9ae80a102e1f8705f4c2e
Author: Doug Evans <dje@google.com>
Date: Wed Apr 25 14:07:23 2012 +0000
Initial pass at Go language support.
6 years ago
Tom Tromey
c8beff4a08
Add Rust support to default_target_compile
This adds support for the Rust language to default_target_compile.
This comes from a gdb patch:
commit 67218854b1987d89593ccaf5feaf5b29b1b976f2
Author: Tom Tromey <tom@tromey.com>
Date: Tue Apr 26 19:38:43 2016 -0600
Update gdb test suite for Rust
[...]
2016-05-17 Tom Tromey <tom@tromey.com>
Manish Goregaokar <manishsmail@gmail.com>
6 years ago
Tom Tromey
57edff84aa
Add early_flags to default_target_compile
This adds early_flags support to default_target_compile. This
originated in this gdb patch:
commit 6ebea266fd0a7a56c90db3ab6237ff9f6c919747
Author: Doug Evans <dje@google.com>
Date: Fri Jul 24 15:24:37 2015 -0700
Workaround debian change to default value of --as-needed.
gdb/testsuite/ChangeLog:
* lib/future.exp (gdb_default_target_compile): New option
"early_flags".
* lib/gdb.exp (gdb_compile): Undo debian's change in default of
--as-needed.
This patch also pulls in the "linker_opts_order" code, though nothing
uses it yet. A use will come in a subsequent patch.
6 years ago
Jacob Bachmeyer
c5b21f1f1c
Allow testing to continue after an undefined command is called
6 years ago
Jacob Bachmeyer
8c750f7449
Fix Info node connectivity and formatting mistake
6 years ago
Jacob Bachmeyer
71ad08850a
Add "testcase group" API
6 years ago
Jacob Bachmeyer
5096a3c620
Add "testsuite can call api" feature test API
6 years ago
Jacob Bachmeyer
5405dc038d
Fix node duplicated by merge error in dejagnu.texi
The previous merge duplicated the "target_link procedure" node.
6 years ago
Jacob Bachmeyer
738c8c07c5
Add documentation for target_compile procedure.
6 years ago
Jacob Bachmeyer
58e9bae32b
Document internal procedure, default_link
6 years ago
Jacob Bachmeyer
ba60272a5a
Establish a default C compiler by evaluating [find_gcc] if no other compiler is given.
6 years ago
Jacob Bachmeyer
dfbd0b4bbd
Explicitly list optional arguments instead of simply copying the Tcl argument list for the remote_exec procedure.
6 years ago
Jacob Bachmeyer
7017c2a068
* doc/dejagnu.texi: Refill paragraphs and normalize inter-sentence
spacing so the Emacs move-by-sentence commands work correctly.
Signed-off-by: Ben Elliston <bje@gnu.org>
8 years ago
Ben Elliston
f3d2736755
* doc/dejagnu.texi: Replace "config file" with "configuration
file" throughout.
8 years ago
Jacob Bachmeyer
73a9a52f3f
* doc/dejagnu.texi (Command line option variables): Improve table
formatting to fix overlapping columns and revise text slightly.
Signed-off-by: Ben Elliston <bje@gnu.org>
8 years ago
Jacob Bachmeyer
be22576744
* doc/dejagnu.texi (Global config file): Change example to use the
Tcl "switch" command instead of the deprecated "case" command.
Signed-off-by: Ben Elliston <bje@gnu.org>
8 years ago
Ben Elliston
18ac21ff34
Bump version.texi.
8 years ago
Jacob Bachmeyer
4a4e84a615
* doc/dejagnu.texi (runtest_file_p procedure): Fix description of
the structure of the "runtests" argument.
Signed-off-by: Ben Elliston <bje@gnu.org>
8 years ago