-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
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
File chmod test failing on RTEMS #685
Comments
I took a quick look, I think the issue is related to the way the test file is initally created: osal/src/tests/file-api-test/file-api-test.c Line 256 in 9407cdf
It doesn't make sense to use |
Also dug into it and the FileOpen_Impl has a comment saying the same thing about read only. I can change the test to start with Read Write instead if you think that will fix the problem. |
What's the status here? Can we get a fix in this round? |
Fix #685 change file create to use read write
Fix nasa#684, order of CleanupTaskResources
Describe the bug
When running unit tests against the latest baseline, there is a new failure on RTEMS:
To Reproduce
Build with unit tests and execute on RTEMS 4.11 + pc686 + QEMU as documented in README. The chmod test fails.
Expected behavior
Test should pass.
System observed on:
RTEMS 4.11.3, pc686 BSP, running in QEMU
Additional context
Appears to be introduced in PR #665
Reinforces need (again) for CI script that runs the RTEMS build.
Reporter Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: