make test independent of system pagesize. add in direct IO randholes test.

This commit is contained in:
Nathan Scott
2002-04-03 03:39:30 +00:00
parent dbf1e1bc45
commit 2bd2a2b7b3
4 changed files with 35 additions and 6 deletions
+14 -2
View File
@@ -1,13 +1,25 @@
QA output created by 008
randholes.1 : -l 5000000 -c 50 -b 4096
randholes.1 : -l 5000000 -c 50 -b PGSIZE
------------------------------------------
holes is in range
randholes.2 : -l 10000000 -c 100 -b 4096
randholes.2 : -l 10000000 -c 100 -b PGSIZE
------------------------------------------
holes is in range
randholes.3 : -l 10000000 -c 100 -b 512
------------------------------------------
holes is in range
randholes.4 : -d -l 5000000 -c 50 -b PGSIZE
------------------------------------------
holes is in range
randholes.5 : -d -l 10000000 -c 100 -b PGSIZE
------------------------------------------
holes is in range
randholes.6 : -d -l 10000000 -c 100 -b 512
------------------------------------------
holes is in range