aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2003-07-28 14:45:35 +0000
committerRob Savoye <rob@welcomehome.org>2003-07-28 14:45:35 +0000
commite8db55a189487a90cc8bd37c9a8d2ee3fc486927 (patch)
tree4aea6a57962af03205ca12cd41ba1f77d5ecc98e /doc
parent61ac4220ae1099ebb5703a0d88db857ba29ca9c3 (diff)
2003-07-25 Jim Dein <jdein@deinji5.apple.com>
* lib/utils.exp: fix double recursion bug in proc find. 2002-02-25 Jackie Smith Cashion <jsmith@redhat.com> * baseboards/am33_2.0-libremote.exp: New file. 2000-11-21 Drew Moseley <dmoseley@redhat.com> * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the ASB2303 board. 2000-08-10 Drew Moseley <dmoseley@cygnus.com> * baseboards/mn10300-cygmon.exp: Added support for Cygmon based ASB2303 board. 2003-06-13 Phil Edwards <pme@devphil.com> * baseboards/mips64-sim.exp, baseboards/mips-sim.exp, baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use only -T[linker] instead of -Wl,-T[linker]. 2003-06-13 Jason Thorpe <thorpej@wasabisystems.com> * lib/target.exp (prune_warnings): Add two more linker warning patterns for warnings generated by modern verions of NetBSD. 2003-05-12 H.J. Lu <hongjiu.lu@intel.com> * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit. 2003-05-09 H.J. Lu <hongjiu.lu@intel.com> * runtest: Fix a typo. 2003-05-03 Nitin Dhavale <nitinpdhavale@indiatimes.com> * doc/user.sgml: Clarify how to set the verbose option. 2003-03-28 Chris Demetriou <cgd@broadcom.com> * lib/framework.exp (check_conditional_xfail): Adjust so that an empty 'includes' list matches all sets of flags. * doc/dejagnu.texi: Document the above. * doc/ref.sgml: Likewise. 2003-03-27 David Heine <dlheine@tensilica.com> * baseboards/xtensa-sim.exp: Fix a syntax error. 2003-03-16 Rob Savoye <rob@direwolf.welcomehome.org> * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather than stomp on it. This is based on a patch from Brendan Conoboy <blc@redhat.com>. * Most files: Update copyright dates.
Diffstat (limited to 'doc')
-rw-r--r--doc/dejagnu.texi8
-rw-r--r--doc/ref.sgml10
-rw-r--r--doc/user.sgml3
3 files changed, 13 insertions, 8 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index c1473f4..47443a1 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -1985,7 +1985,7 @@ results.
@cindex failure, conditional expected
@cindex conditional expected failure
-This procedure adds a condition xfail, based on compiler options used to
+This procedure adds a conditional xfail, based on compiler options used to
create a test case executable. If an include options is found in the
compiler flags, and it's the right architecture, it'll trigger an
XFAIL. Otherwise it'll produce an ordinary FAIL. You can also specify
@@ -2008,8 +2008,10 @@ is a string with the targets to activate this conditional on.
@item includes
is a list of sets of options to search for in the compiler options to
-activate this conditional. If any set of the options matches, then this
-conditional is true.
+activate this conditional. If the list of sets of options is empty or
+if any set of the options matches, then this conditional is true.
+(It may be useful to specify an empty list of include sets if the
+conditional is always true unless one of the exclude sets matches.)
@item excludes
is a list of sets of options to search for in the compiler options to
diff --git a/doc/ref.sgml b/doc/ref.sgml
index 79ef109..71c0054 100644
--- a/doc/ref.sgml
+++ b/doc/ref.sgml
@@ -787,7 +787,7 @@
<sect3 id=checkconditionalxfail xreflabel="check_conditional_xfail procedure">
<title>Check_conditional_xfail Procedure</title>
- <para>This procedure adds a condition xfail, based on compiler
+ <para>This procedure adds a conditional xfail, based on compiler
options used to create a test case executable. If an include options
is found in the compiler flags, and it's the right architecture,
it'll trigger an <emphasis>XFAIL</emphasis>. Otherwise it'll produce
@@ -825,9 +825,11 @@
<varlistentry>
<term><parameter>includes</parameter></term>
<listitem><para>This is a list of sets of options to search for in
- the compiler options to activate this conditional. If any set of
- the options matches, then this conditional is
- true.</para></listitem>
+ the compiler options to activate this conditional. If the list of
+ sets of options is empty or if any set of the options matches,
+ then this conditional is true. (It may be useful to specify an
+ empty list of include sets if the conditional is always true
+ unless one of the exclude sets matches.)</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>excludes</parameter></term>
diff --git a/doc/user.sgml b/doc/user.sgml
index 1ed0313..6360cd3 100644
--- a/doc/user.sgml
+++ b/doc/user.sgml
@@ -389,7 +389,8 @@ runtest -v -v -v --tool calc CALC=`pwd`/calc --srcdir ./testsuite
<para>Calling runtest with the '--debug'-flag logs a lot of details to dbg.log where you can analyse it afterwards. </para>
-<para>In all test cases you can temporary adjust the verbosity of information by adding the following Tcl-command:</para>
+<para>In all test cases you can temporary adjust the verbosity of information by adding the following Tcl-command to any tcl file that gets loaded by
+dejagnu, for instance, ~/.dejagnurc:</para>
<programlisting>
set verbose 9