-
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 UNSUPPORTED test result to DejaGnu unit test protocol
- Loading branch information
Jacob Bachmeyer
committed
Nov 29, 2022
1 parent
92bf23d
commit add1e3e
Showing
6 changed files
with
61 additions
and
11 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,18 @@ | ||
2022-11-28 Jacob Bachmeyer <[email protected]> | ||
|
||
* dejagnu.h: Add UNSUPPORTED test result. | ||
(unsupport): New counter variable for UNSUPPORTED results. | ||
(unsupported): New function in C API. | ||
(TestState::unsupported): New function in C++ API. | ||
(outstate_list): Add UNSUPPORTED entry. | ||
(teststate::laststate): Likewise. | ||
(totals): Mention number of unsupported tests. | ||
(TestState::totals): Likewise for C++ API. | ||
* lib/dejagnu.exp (host_execute): Add UNSUPPORTED test result. | ||
* doc/dejagnu.texi (DejaGnu unit test protocol): Document same. | ||
* testsuite/libdejagnu/unit-c.c: Add test for UNSUPPORTED. | ||
* testsuite/libdejagnu/unit.exp: Likewise. | ||
|
||
* testsuite/libdejagnu/unit.exp: Add test for NOTE message. | ||
|
||
2022-11-26 Jacob Bachmeyer <[email protected]> | ||
|
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