Lines Matching refs:Test
15 # avfs-1.0. Test that an appendvfs DB can be added to an empty (ZLF) file.
16 # avfs-1.1. Test that the DB can be read with correct content upon reopen.
17 # avfs-1.2. Test that an appendvfs DB can be added to a simple text file.
18 # avfs-1.3. Test that the DB can be read with correct content upon reopen.
19 # avfs-1.4. Test that appended DB is aligned to default page boundary.
20 # avfs-2.1. Test that the simple text file retains its initial text.
21 # avfs-3.1. Test that the appendvfs can grow and shrink, remaining intact.
22 # avfs-3.2. Test that appendvfs is intact after grow/shrink/close/reopen.
23 # avfs-3.3. Test that appendvfs can grow by many pages and be written.
24 # avfs-3.4. Test that grown appendvfs can be reopened and appear intact.
25 # avfs-3.5. Test that much grown appendvfs can shrink and reopen intact.
26 # avfs-4.1. Test shell's ability to append to a non-appendvfs file.
27 # avfs-4.2. Test shell's ability to append to empty or nonexistent file.
28 # avfs-4.3. Test shell's ability to reopen and alter an appendvfs file.
29 # avfs-5.1. Test appendvfs refusal to open too-tiny DB appended onto ZLF.
30 # avfs-5.2. Test appendvfs refusal to open too-tiny DB appended on other.
226 # avfs-3.3. Test that appendvfs can grow by many pages and be written.
247 # avfs-3.4. Test that grown appendvfs can be reopened and appear intact.
258 # avfs-3.5. Test that much grown appendvfs can shrink and reopen intact.