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

2023-10-19 Thread via GitHub
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-unsubscr...@nu

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

2023-10-19 Thread via GitHub
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

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

2023-10-18 Thread via GitHub
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

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

2023-10-18 Thread via GitHub
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 bec