This repository has been archived on 2021-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
OS/pintos-env/pintos/tests/filesys/base/Rubric

19 lines
329 B
Text
Executable file

Functionality of base file system:
- Test basic support for small files.
1 sm-create
2 sm-full
2 sm-random
2 sm-seq-block
3 sm-seq-random
- Test basic support for large files.
1 lg-create
2 lg-full
2 lg-random
2 lg-seq-block
3 lg-seq-random
- Test synchronized multiprogram access to files.
4 syn-read
4 syn-write
2 syn-remove