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
Run the pal test file_io/GetFullPathNameA/test3/paltest_getfullpathnamea_test3
Note that the following error is produced
ERROR :2: CreateFileA failed to create "/root/helix/work/workitem/testoutputtmp/test_directory../testing.tmp".
I believe this test has been failing forever; however, the test did not properly report failure, so the test never failed in CI before.
The text was updated successfully, but these errors were encountered:
@janvorli, is this still something which needs fixing?
Sorry, something went wrong.
It is a simple stupid bug in the test - missing path separator character. I will fix it.
Successfully merging a pull request may close this issue.
Description
Run the pal test file_io/GetFullPathNameA/test3/paltest_getfullpathnamea_test3
Note that the following error is produced
ERROR :2: CreateFileA failed to create "/root/helix/work/workitem/testoutputtmp/test_directory../testing.tmp".
I believe this test has been failing forever; however, the test did not properly report failure, so the test never failed in CI before.
The text was updated successfully, but these errors were encountered: