Closed eternalNight closed 12 years ago
This issue doesn't exist on uCore for arm. Perhaps there's something uCore for i386 doesn't support yet.
This bug is a duplicate of Issue #7 and fixed by 7063302 Merge branch 'master' of https://github.com/chyyuu/ucore_plus
Description
The unit test sfs_exectest1 triggers a page fault but it is not supposed so.
Commit
7e99100 unittest: Adapt tests on sfs to the current sfsimg.
Reproduce Steps
cd ucore make ARCH=i386 menuconfig UCORE_TEST=/testbin/sfs_exectest1 make kernel UCORE_TEST=/testbin/sfs_exectest1 make sfsimg make swapimg ./uCore_test -sf src/user-ucore/testspecs/sfs_exectest1.testspec
Current Result
From serial.log
The test passes.