Menu

#159 lseek03 tests for in invalid "whence" (4) which is now valid

System Calls
open
nobody
Testcases (113)
5
2011-10-17
2011-10-17
Jimi X
No

On 3.x kernels I get:
lseek03 1 TFAIL : lseek(tfile_12501, 1, 4) Failed, errno=6 No such device or address, expected 22(EINVAL)

4 is now SEEK_HOLE and will return 6(ENXIO) as of:
982d8165 (Josef Bacik 2011-07-18 13:21:35 -0400 75) case SEEK_HOLE:

Discussion


Log in to post a comment.