Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P proj5-FAT32onMaQueOS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CrewUnionProblemKill
  • proj5-FAT32onMaQueOS
  • Wiki
  • 系统测试

系统测试 · Changes

Page history
Update 系统测试,修复:1.2测试用例及预期结果 小节 authored Jun 14, 2024 by Little Leaf's avatar Little Leaf
Hide whitespace changes
Inline Side-by-side
系统测试.md
View page @ 9a071339
......@@ -38,9 +38,13 @@
## 1.2 测试用例及预期结果
~~1. 块设备能够被Windows正确识别为FAT32文件系统~~
| 测试用例 | 预期结果 |
| ------ | ------ |
| 使用 GNU/Linux `fsck.vfat -n` 命令检查经修改了系统调用的 MaQueOS 操作后的.img硬盘镜像文件 | 无报错 |
| 使用 GNU/Linux 挂载并读取经修改了系统调用的 MaQueOS 执行写入文件操作后的.img硬盘镜像文件 | 成功在 GNU/Linux 上读取出 MaQueOS 向其写入的文件内容 |
| 使用 GNU/Linux 挂载.img硬盘镜像文件其中写入文件然后重新挂载到修改了系统调用的 MaQueOS 上 | 成功在 MaQueOS 上读取出 GNU/Linux 向其写入的文件内容 |
| 在经修改了系统调用的 MaQueOS 执行写入到.img硬盘镜像文件中的可执行文件 | 成功执行 |
~~2. 能够使用Windows顺利从块设备读取&写入文件、创建目录~~
~~3. 能够使用Windows正常查看文件与目录的属性~~
\ No newline at end of file
Clone repository
  • Home
  • uploads
    • 0bc768dbb7fc0582616552f906240a99
      • Readme
  • 云端开发环境
  • 文档规范
  • 比赛题目分析和相关资料调研
  • 系统测试
  • 系统调用文档
    • sys_create函数
    • sys_destroy 函数介绍
      • find_directory_entry 函数介绍
        • read_custor 函数介绍
    • sys_mount 函数介绍