summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsclose01/fsclose01.doc
blob: 29277a4a914247221f7f8d0038af200173a2c876 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This file describes the directives and concepts tested by this test set.

test set name: fsclose01

directives:

  - close()
  - fcntl()
  - fdatasync()
  - fchdir()
  - fchmod()
  - fchown()
  - fstat()
  - fsync()
  - ftruncate()
  - ioctl()
  - lseek()
  - read()
  - readv()
  - write()
  - writev()

concepts:

  - Ensure the close() return -1 with errno set to EBUSY in case the file
    descriptor is still in use.