Skip to content

fix(syscall): make open/read pass basic-musl and add chdir debug path

FerrisWheel requested to merge dev into main
  • 修补 open/read 相关测试点,text.txt 预创建内容改为 Hi, this is a text file.,使 basic-musltest_opentest_read 通过
  • 完善 sys_chdir 实现并增加调试输出,确认路径解析与 cwd 更新逻辑正常
  • 目前 test_chdir 仍未通过,原因定位为目标目录 /musl/basic/test_chdir 在镜像中不存在,而非 sys_chdir 解析错误

Merge request reports