Does RUN-PROGRAM-UNIX.SCRIPT properly check for unsupported / unimplemented parts of the API?
When I look in the tests, there are only 2 places where we have expected-unimplemented
, but I see a bunch of "NOT IMPLEMENTED"
and "NOT SUPPORTED"
.
I suspect these tests should be modified to check for expected versus unexpected support or lack thereof.