Opened 5 years ago
Closed 4 years ago
#15285 closed bug (not reproducible)
POSIX testsuite unistd interface failures
Reported by: | cocobean | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
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: unistd interface test failures
- Test that the function below is defined:
- int fsync(int fildes);
- Test that the function below is defined:
- int ftruncate(int fildes, off_t length);
conformance/definitions/unistd_h/1-1: build: FAILED conformance/definitions/unistd_h/2-1: build: FAILED
Note:
See TracTickets
for help on using tickets.
I checked both tests on Haiku R1 beta2 x86_64. Two times PASSED.