aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2022-11-28 21:30:49 -0600
committerJacob Bachmeyer <jcb@gnu.org>2022-11-28 21:30:49 -0600
commit1757c1eeff6cda9f77591349f190c86fdcdccb7e (patch)
treed8a5a3533608ef8c6084d7d6643bf4d50c870af5 /doc
parente940383f9d28c50559cbbf725035455b75c3ed6f (diff)
Document the dejagnu.h functions for the UNSUPPORTED status
Diffstat (limited to 'doc')
-rw-r--r--doc/dejagnu.texi16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index 91048b7..deeb46d 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -2622,6 +2622,14 @@ to look over the results to determine what happened.
@end quotation
@item
+@code{unsupported} prints a message for a test case that depends on a
+facility that is not available in the testing environment.
+
+@quotation
+@t{@b{unsupported}(@i{msg}, ...);}
+@end quotation
+
+@item
@code{totals} prints out the total counts of all of the test results
as a convenience when running the unit test program directly. DejaGnu
does not use this information and instead counts the results
@@ -2702,6 +2710,14 @@ to look over the results to determine what happened.
@end quotation
@item
+@code{unsupported} prints a message for a test case that depends on a
+facility that is not available in the testing environment.
+
+@quotation
+@t{@b{unsupported}(@i{msg}, ...);}
+@end quotation
+
+@item
@code{totals} prints out the total counts of all of the test results
as a convenience when running the unit test program directly. DejaGnu
does not use this information and instead counts the results