Opened 4 months ago
#15288 new bug
POSIX testsuite fsync interface failures
Reported by: | cocobean | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | posix | Cc: | |
Blocked By: | Blocking: | ||
Has a Patch: | no | Platform: | All |
Description
Ref: https://github.com/haiku/open_posix_testsuite
Open POSIX Testsuite 1.5.2 on Haiku hrev53379
Issue: fsync interface test failures
conformance/interfaces/fsync/7-1: execution: FAILED
- The fsync( ) function shall fail if:
- [EINVAL] The fildes argument does not refer to a file on which this operation is possible.
- Test Step:
- Create a pipe;
- fsync on the pipe, should fail with EINVAL;
Note:
See TracTickets
for help on using tickets.