POSIX compliance development

Saeed Ehteshamifar salpha.2004 at gmail.com
Thu Dec 15 14:29:31 UTC 2016


Hello,

For Slingshot, an RTEMS-targeted fault-injection tool for the POSIX API, I
need to remove the tests that correspond to unimplemented/unimplementable
POSIX functions/constants/etc. I can either
1. write a script that searches for "Unimplemented" and "Unimplementable"
in the doc's source, and removes the corresponding function's test cases
every time after generating test cases or,
2. manually delete all unimplemented/unimplementable from the Slingshot
core so that they aren't generated at all.

Now the question is: Apart from unimplementable functions, is there any
direction to implement unimplemented parts beyond the current situation?
Cause in that case, I think writing a script is a better option.

Best Regards,
Saeed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20161215/95c4b88e/attachment.html>


More information about the devel mailing list