Files
apfstests/260.out
T

15 lines
551 B
Plaintext
Raw Normal View History

2011-09-26 07:14:04 +00:00
QA output created by 260
[+] Start beyond the end of fs (should fail)
fstrim: FSTRIM: Invalid argument
[+] Start beyond the end of fs with len set (should fail)
fstrim: FSTRIM: Invalid argument
[+] Start = 2^64-1 (should fail)
fstrim: FSTRIM: Invalid argument
[+] Start = 2^64-1 and len is set (should fail)
fstrim: FSTRIM: Invalid argument
[+] Default length (should succeed)
[+] Default length with start set (should succeed)
[+] Length beyond the end of fs (should succeed)
[+] Length beyond the end of fs with start set (should succeed)
Test done