The purpose of the "test_gethostbyname.c" is to get the information of the host through the execution of the "gethostbyname" function with the name of the host as a string type parameter.
The test fails upon the first call to gethostbyname. See "Current Result" for details including printed trapframes.
Reproduce steps
cd ~/ucore_plus/ucore
make ARCH=arm BOARD=goldfishv7 defconfig
make sfsimg
make kernel
./uCore_test -s bionic -w 15 -t 45 -f src/user-ucore/testspecs/test_getaddrinfo.testspec
Description
The purpose of the "test_gethostbyname.c" is to get the information of the host through the execution of the "gethostbyname" function with the name of the host as a string type parameter.
The test fails upon the first call to gethostbyname. See "Current Result" for details including printed trapframes.
Reproduce steps
Current result
Expected Result
The test passes.