-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for errors and warnings in the unit test protocol
- Loading branch information
Jacob Bachmeyer
committed
Dec 21, 2022
1 parent
61273e9
commit 4d82991
Showing
6 changed files
with
51 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
2022-12-20 Jacob Bachmeyer <[email protected]> | ||
|
||
* doc/dejagnu.texi (DejaGnu unit test protocol): Add ERROR and | ||
WARNING tokens to DejaGnu unit testing protocol. | ||
* lib/dejagnu.exp (host_execute): Implement same. | ||
* testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp, | ||
testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.awk: | ||
Add support for testing ERROR and WARNING tokens. | ||
* testsuite/runtest.main/stats.exp: Add tests for UNRESOLVED | ||
results after warnings and errors in unit test programs. | ||
|
||
* testsuite/runtest.main/stats.exp: Add tests for UNRESOLVED | ||
results after warnings and errors. | ||
* testsuite/runtest.main/nested/testsuite/stat.test/stats-sub.exp: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters