Opened 5 years ago
Closed 4 years ago
#15288 closed bug (fixed)
POSIX testsuite fsync interface failures
Reported by: | cocobean | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta3 |
Component: | System/POSIX | Version: | R1/Development |
Keywords: | posix | Cc: | |
Blocked By: | Blocking: | ||
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;
Change History (2)
comment:1 by , 4 years ago
Milestone: | Unscheduled → R1/beta3 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Proposed change: https://review.haiku-os.org/c/haiku/+/3379