You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "michallenc (via GitHub)" <gi...@apache.org> on 2023/10/18 12:49:41 UTC

[PR] ci: enhance scanf/fs/os tests to control their correctness [nuttx]

michallenc opened a new pull request, #10971:
URL: https://github.com/apache/nuttx/pull/10971

   ## Summary
   Current CI tests only check whether the test program does on end with hard fault but do not check whether the results are correct (and they are not in case of fstest and scanftest because of incorrect configuration). The update also checks if some error occurred during program execution and it pass CI only if all checks were successful.
   
   ## Impact
   This will allow to check if new patches break some OS functions.
   
   ## Testing
   CI pass.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] ci: enhance scanf/fs/os tests to control their correctness [nuttx]

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 commented on PR #10971:
URL: https://github.com/apache/nuttx/pull/10971#issuecomment-1770236785

   please rebase your patch, ci break is fixed with the recent patch.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] ci: enhance scanf/fs/os tests to control their correctness [nuttx]

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #10971:
URL: https://github.com/apache/nuttx/pull/10971


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] ci: enhance scanf/fs/os tests to control their correctness [nuttx]

Posted by "michallenc (via GitHub)" <gi...@apache.org>.
michallenc commented on PR #10971:
URL: https://github.com/apache/nuttx/pull/10971#issuecomment-1768385370

   This has to be merged after [testing: add verbose output of correct/incorrect tests](https://github.com/apache/nuttx-apps/pull/2139) otherwise CI will fail.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org