Skip to content
Snippets Groups Projects
Commit a92be000 authored by Nagy Tibor's avatar Nagy Tibor
Browse files

tests: Even more work on error handling

realpath: Fixing undefined behaviour in the second test. If the call fails the resolved_name argument cannot be used for error checking because its state is undefined by SUSv2.
pipe: Changing the order of close and write error handling code. Errors in close could overwrite errno after write errors, returning incorrect error messages.
gmtime: Removed duplicate checks
Other fixes for fseek, rename, mktime, putwchar
parent 2d027f07
No related branches found
No related tags found
1 merge request!195tests: Macro based error handling
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment