From add1e3e32ec43aed703fae19fccb997d09e37fdb Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Mon, 28 Nov 2022 20:53:29 -0600 Subject: Add UNSUPPORTED test result to DejaGnu unit test protocol --- lib/dejagnu.exp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/dejagnu.exp b/lib/dejagnu.exp index 2489cc1..24b3c5f 100644 --- a/lib/dejagnu.exp +++ b/lib/dejagnu.exp @@ -140,6 +140,7 @@ proc host_execute {args} { XFAILED { xfail $output } UNTESTED { untested $output } UNRESOLVED { unresolved $output } + UNSUPPORTED { unsupported $output } END { expect -re {.+} { exp_continue } verbose "All done" 2 -- cgit v1.1