Skip to content

Glibc tests status

Alexey Brodkin edited this page Jul 30, 2018 · 40 revisions

posix/bug-ga2

With Google DNS (8.8.8.8 in /etc/resolv.conf) I see:

# .../build/posix/bug-ga2
Temporary failure in name resolution
# echo $?
0

With SNSP DNS (via my laptop 10.42.0.1) test immediately succeeds:

# .../build/posix/bug-ga2
# echo $?
0

Clone this wiki locally