Skip to content
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

Corrections for use within embedded systems #1

Merged
merged 3 commits into from
Aug 29, 2023

Conversation

elupus
Copy link
Collaborator

@elupus elupus commented Jun 2, 2023

Avoid stack overflow in CreateDirectoriesRecursively
google#4263

Allow CreateDirectoriesRecursively() to fail on report
google#4264

Check for file system for current directory (custom version due to older googletest)
google#4269

Only warn on failure to create path to report file.

When running in a semihosted ARM environment. There is no stat support nor mkdir, so existens checks for directories will always fail, however file open may still work.
@elupus
Copy link
Collaborator Author

elupus commented Jun 2, 2023

I think we should rename the branch, or set up a new branch. Which can contain merges of multiple issues.

Remove condition of GTEST_HAS_DEATH_TEST to make
sure we respect current working directory of host system.
@elupus elupus changed the base branch from issue/1372 to rt-labs/v1.13.x June 19, 2023 12:48
@elupus elupus changed the base branch from rt-labs/v1.13.x to issue/1372 June 19, 2023 12:48
@hefloryd hefloryd merged commit d492b0f into rtlabs-com:issue/1372 Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants