aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2022-12-20 21:55:44 -0600
committerJacob Bachmeyer <jcb@gnu.org>2022-12-20 21:55:44 -0600
commit4d829912f7104d6f96886c1e46c173e9e7478946 (patch)
tree7ef2ba3fa080a8df7c8e57f9fab005e5bf4a1759 /doc
parent61273e9de56672a7fd665a328c9804de6cff9432 (diff)
downloaddejagnu-4d829912f7104d6f96886c1e46c173e9e7478946.zip
dejagnu-4d829912f7104d6f96886c1e46c173e9e7478946.tar.gz
dejagnu-4d829912f7104d6f96886c1e46c173e9e7478946.tar.bz2
Add support for errors and warnings in the unit test protocol
Diffstat (limited to 'doc')
-rw-r--r--doc/dejagnu.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index 1e1d44f..5b94c0e 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -2524,6 +2524,18 @@ information.
This will cause @i{text} to be printed at verbose levels 2 and higher.
+@print{}@t{@ @ @ @ @ @ @ @ ERROR: }@i{text}
+
+This reports a major nonfatal error detected in the unit test program.
+The framework will change the next test result to UNRESOLVED as a
+result of the error.
+
+@print{}@t{@ @ @ @ @ @ @ @ WARNING: }@i{text}
+
+This reports a minor nonfatal error detected in the unit test program.
+If more than @code{warning_threshold} minor errors occur between test
+results, the framework will change the next test result to UNRESOLVED.
+
@print{}@t{@ @ @ @ @ @ @ @ PASSED: }@i{name}
@print{}@t{@ @ @ @ @ @ @ @ FAILED: }@i{name}