Opened 5 years ago

Closed 3 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:
    1. Create a pipe;
    2. fsync on the pipe, should fail with EINVAL;

Change History (2)

comment:1 by korli, 3 years ago

Milestone: UnscheduledR1/beta3
Owner: changed from nobody to korli
Status: newassigned

comment:2 by waddlesplash, 3 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.