Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The bionic libc test test_gethostbyname fails #21

Open
zhdy2009011286 opened this issue Oct 22, 2012 · 0 comments
Open

The bionic libc test test_gethostbyname fails #21

zhdy2009011286 opened this issue Oct 22, 2012 · 0 comments

Comments

@zhdy2009011286
Copy link

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

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 

Current result

Expected Result

The test passes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant