Something goes wrong according to the log from the serial console and the test panics.
Commit
4b70dae unittest: Specify a longer timeout for mboxmap.
Reproduce Steps
cd ucore
make ARCH=arm BOARD=goldfishv7 menuconfig (disable DDE)
UCORE_TEST=/testbin/mboxmap make sfsimg
UCORE_TEST=/testbin/mboxmap make kernel
./uCore_test -sf src/user-ucore/testspecs/mboxmap.testspec
Description
Something goes wrong according to the log from the serial console and the test panics.
Commit
4b70dae unittest: Specify a longer timeout for mboxmap.
Reproduce Steps
cd ucore make ARCH=arm BOARD=goldfishv7 menuconfig (disable DDE) UCORE_TEST=/testbin/mboxmap make sfsimg UCORE_TEST=/testbin/mboxmap make kernel ./uCore_test -sf src/user-ucore/testspecs/mboxmap.testspec
Current Result
From the serial console:
The test passes.