<div dir="ltr"><div><div>Hello,<br><br></div>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 <br>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, <br>2. manually delete all unimplemented/unimplementable from the Slingshot core so that they aren't generated at all.<br></div><div><br>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.<br><br></div><div>Best Regards,<br></div><div>Saeed<br></div></div>