We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for making ostest loadable in KERNEL mode NuttX!
ostest
I run it with kernel build on CanMV230 and got the following dumps at the end:
Final memory usage: VARIABLE BEFORE AFTER ======== ======== ======== arena 80ff8 80ff8 ordblks 2 4 mxordblk 7cff0 787f0 uordblks 2658 3598 fordblks 7e9a0 7da60 user_main: Exiting ostest_main: Exiting with status -1
Is this expected? I understand that test cases might be different from FLAT build, but not sure on the exit code.
The text was updated successfully, but these errors were encountered:
@fxysunshine could you take a look?
Sorry, something went wrong.
On rv-virt/knsh64. the exit code is also -1:
rv-virt/knsh64
sched_lock: Finished End of test memory usage: VARIABLE BEFORE AFTER ======== ======== ======== arena 80ff8 80ff8 ordblks 10 4 mxordblk 6c7f0 787f0 uordblks 65f8 3598 fordblks 7aa00 7da60 user_main: vfork() test DISABLED (CONFIG_BUILD_KERNEL) Final memory usage: VARIABLE BEFORE AFTER ======== ======== ======== arena 80ff8 80ff8 ordblks 2 4 mxordblk 7cff0 787f0 uordblks 2658 3598 fordblks 7e9a0 7da60 user_main: Exiting ostest_main: Exiting with status -1 nsh>
No branches or pull requests
Thanks for making
ostest
loadable in KERNEL mode NuttX!I run it with kernel build on CanMV230 and got the following dumps at the end:
Is this expected? I understand that test cases might be different from FLAT build, but not sure on the exit code.
The text was updated successfully, but these errors were encountered: