[Bug 29072] wldap32 tests flaky because they rely on external host ldap.itd.umich.edu

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Feb 19 00:32:42 CST 2015


https://bugs.winehq.org/show_bug.cgi?id=29072

Austin English <austinenglish at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Austin English <austinenglish at gmail.com> ---
So, the tests still depend on that URI:
austin at debian-home:~/wine-git/dlls/wldap32/tests$ git describe
wine-1.7.36-145-ga1459aa
austin at debian-home:~/wine-git/dlls/wldap32/tests$ git grep ldap.itd.umich.edu
parse.c:    ld = ldap_initA((char *)"ldap.itd.umich.edu", 389 );

however, the tests also check if the hosts are up and skip appropriately now:
austin at debian-home:~/wine-git/dlls/wldap32/tests$ git grep ldap.itd.umich.edu
parse.c:    ld = ldap_initA((char *)"ldap.itd.umich.edu.example", 389 );
austin at debian-home:~/wine-git/dlls/wldap32/tests$ make parse.ok
../../../tools/runtest -q -P wine -T ../../.. -M wldap32.dll -p
wldap32_test.exe.so parse && touch parse.ok
parse.c:53: Tests skipped: test server can't be reached
parse.c:98: Tests skipped: test server can't be reached

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list