platform/upstream/curl.git
15 years ago11 new contributors from the 7.19.1 release
Daniel Stenberg [Sun, 9 Nov 2008 12:38:54 +0000 (12:38 +0000)]
11 new contributors from the 7.19.1 release

15 years agocheck for getifaddrs and freeifaddrs as it is done for other functions
Yang Tse [Sat, 8 Nov 2008 03:27:15 +0000 (03:27 +0000)]
check for getifaddrs and freeifaddrs as it is done for other functions

15 years agoThe getifaddrs() version of Curl_if2ip() crashed when used on a Linux
Dan Fandrich [Fri, 7 Nov 2008 18:33:20 +0000 (18:33 +0000)]
The getifaddrs() version of Curl_if2ip() crashed when used on a Linux
system with a TEQL load-balancing device configured, which doesn't
have an address.  Thanks to Adam Sampson for spotting this (bug #2234923).

15 years agoterminate with appropriate exit code
Yang Tse [Fri, 7 Nov 2008 12:22:43 +0000 (12:22 +0000)]
terminate with appropriate exit code

15 years agogive credit where credit is due
Yang Tse [Fri, 7 Nov 2008 01:42:34 +0000 (01:42 +0000)]
give credit where credit is due

15 years agoBug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) pointed out a
Yang Tse [Thu, 6 Nov 2008 19:11:46 +0000 (19:11 +0000)]
Bug #2230535 (curl.haxx.se/bug/view.cgi?id=2230535) pointed out a
problem with MSVC 6 makefile that caused a build failure. It was noted that
the curl_addrinfo.obj reference was missing. I took the opportunity to sort
the list in which this was missing.

15 years agoAdd missing curl_addrinfo, and sort the list.
Yang Tse [Thu, 6 Nov 2008 18:50:32 +0000 (18:50 +0000)]
Add missing curl_addrinfo, and sort the list.

15 years agoMerged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
Yang Tse [Thu, 6 Nov 2008 17:19:56 +0000 (17:19 +0000)]
Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one
which now also takes a protocol address family argument.

15 years agoAdded test 1086 to test a timeout the occurs during an FTP data transfer.
Dan Fandrich [Thu, 6 Nov 2008 00:13:18 +0000 (00:13 +0000)]
Added test 1086 to test a timeout the occurs during an FTP data transfer.

15 years agoMake the SLOWDOWN option slow the FTP data connection, not just the
Dan Fandrich [Thu, 6 Nov 2008 00:10:58 +0000 (00:10 +0000)]
Make the SLOWDOWN option slow the FTP data connection, not just the
control connection.

15 years agoFactored out some common code into a new function output_auth_headers
Dan Fandrich [Thu, 6 Nov 2008 00:01:13 +0000 (00:01 +0000)]
Factored out some common code into a new function output_auth_headers

15 years agomention the speed unit for the _SPEED_LARGE options from bug #2226722
Daniel Stenberg [Wed, 5 Nov 2008 21:48:00 +0000 (21:48 +0000)]
mention the speed unit for the _SPEED_LARGE options from bug #2226722

15 years agocorrected and clarified the *_SPEED_LARGE comments
Daniel Stenberg [Wed, 5 Nov 2008 21:46:40 +0000 (21:46 +0000)]
corrected and clarified the *_SPEED_LARGE comments

15 years ago7.19.1 is now history
Daniel Stenberg [Wed, 5 Nov 2008 21:28:04 +0000 (21:28 +0000)]
7.19.1 is now history

15 years agoand we're back on square one working on the next release...
Daniel Stenberg [Wed, 5 Nov 2008 12:17:30 +0000 (12:17 +0000)]
and we're back on square one working on the next release...

15 years ago7.19.1 coming up
Daniel Stenberg [Wed, 5 Nov 2008 12:00:08 +0000 (12:00 +0000)]
7.19.1 coming up

15 years agooops, use the correct option name
Daniel Stenberg [Tue, 4 Nov 2008 22:36:50 +0000 (22:36 +0000)]
oops, use the correct option name

15 years agothe pending bugs are now moved to next release
Daniel Stenberg [Tue, 4 Nov 2008 21:17:18 +0000 (21:17 +0000)]
the pending bugs are now moved to next release

15 years agoCURLINFO_FILETIME now works for file:// transfers as well
Daniel Stenberg [Tue, 4 Nov 2008 09:57:36 +0000 (09:57 +0000)]
CURLINFO_FILETIME now works for file:// transfers as well

15 years agoSync up with reality
Yang Tse [Mon, 3 Nov 2008 17:39:40 +0000 (17:39 +0000)]
Sync up with reality

15 years ago- Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out a
Daniel Stenberg [Mon, 3 Nov 2008 16:24:56 +0000 (16:24 +0000)]
- Bug #2218480 (curl.haxx.se/bug/view.cgi?id=2218480) pointed out a
  problem with my CURLINFO_PRIMARY_IP fix from October 7th that caused a NULL
  pointer read. I also took the opportunity to clean up this logic (storing of
  the connection's IP address) somewhat as we had it stored in two different
  places and ways previously and they are now unified.

15 years agoIf building with CURLDEBUG, sprintf() is defined away. So use curl_msprintf()
Gisle Vanem [Mon, 3 Nov 2008 15:51:40 +0000 (15:51 +0000)]
If building with CURLDEBUG, sprintf() is defined away. So use curl_msprintf()
and not sprintf().

15 years agoAdded '#define HAVE_GETNAMEINFO' and qualifiers/types
Gisle Vanem [Mon, 3 Nov 2008 15:24:44 +0000 (15:24 +0000)]
Added '#define HAVE_GETNAMEINFO' and qualifiers/types
for it.

15 years agodjgpp/DOS does have getaddrinfo().
Gisle Vanem [Mon, 3 Nov 2008 15:15:53 +0000 (15:15 +0000)]
djgpp/DOS does have getaddrinfo().

15 years agofix length of longest IPv6 address string
Yang Tse [Mon, 3 Nov 2008 14:58:08 +0000 (14:58 +0000)]
fix length of longest IPv6 address string

15 years agoI liked Daniel Johnson's simplified version bumper guide so I modified the
Daniel Stenberg [Mon, 3 Nov 2008 08:50:58 +0000 (08:50 +0000)]
I liked Daniel Johnson's simplified version bumper guide so I modified the
instruction in the comments to use that instead! Original mail:
http://curl.haxx.se/mail/lib-2008-11/0019.html

15 years agoMarked with TODO comments a number of problems in the Kerberos code detected
Dan Fandrich [Sun, 2 Nov 2008 05:01:39 +0000 (05:01 +0000)]
Marked with TODO comments a number of problems in the Kerberos code detected
while investigating the issue in http://curl.haxx.se/mail/lib-2008-09/0262.html
I'm hesitant to fix them because I have no way of testing the result.

15 years ago183 - "libcurl issue with IPv6 and c-ares"
Daniel Stenberg [Sat, 1 Nov 2008 23:50:18 +0000 (23:50 +0000)]
183 - "libcurl issue with IPv6 and c-ares"
done!

15 years agoDaniel Johnson reported and fixed ipv4 name resolves when libcurl is built
Daniel Stenberg [Sat, 1 Nov 2008 23:49:54 +0000 (23:49 +0000)]
Daniel Johnson reported and fixed ipv4 name resolves when libcurl is built
with ipv6-enabled c-ares

15 years agoAdded a TODO file to list things we want changed, added or fixed.
Daniel Stenberg [Sat, 1 Nov 2008 23:39:07 +0000 (23:39 +0000)]
Added a TODO file to list things we want changed, added or fixed.

15 years agobump VERSIONINFO for the upcoming release
Daniel Stenberg [Sat, 1 Nov 2008 23:05:48 +0000 (23:05 +0000)]
bump VERSIONINFO for the upcoming release

15 years ago- Carlo Contavalli added support for the glibc "rotate" option, as documented
Daniel Stenberg [Sat, 1 Nov 2008 18:35:19 +0000 (18:35 +0000)]
- Carlo Contavalli added support for the glibc "rotate" option, as documented
  in man resolv.conf:

  causes round robin selection of nameservers from among those listed.  This
  has the effect of spreading the query load among all listed servers, rather
  than having all clients try the first listed server first every time.

  You can enable it with ARES_OPT_ROTATE

15 years agoAdjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo availability
Yang Tse [Sat, 1 Nov 2008 17:13:10 +0000 (17:13 +0000)]
Adjust WIN32 freeaddrinfo, getaddrinfo and getnameinfo availability

15 years agoWIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is quite
Yang Tse [Sat, 1 Nov 2008 16:52:57 +0000 (16:52 +0000)]
WIN32 availability of freeaddrinfo, getaddrinfo and getnameinfo functions is quite
convoluted, compiler dependant and in some cases even build target dependat.

15 years agoinit_resolve_thread() needs 'hints' on the native form.
Gisle Vanem [Sat, 1 Nov 2008 15:16:47 +0000 (15:16 +0000)]
init_resolve_thread() needs 'hints' on the native form.

15 years agoAdded '#define HAVE_GETADDRINFO'.
Gisle Vanem [Sat, 1 Nov 2008 15:03:16 +0000 (15:03 +0000)]
Added '#define HAVE_GETADDRINFO'.

15 years agoAdded curl_addrinfo.obj. Rearranged alphabetically.
Gisle Vanem [Sat, 1 Nov 2008 15:02:16 +0000 (15:02 +0000)]
Added curl_addrinfo.obj. Rearranged alphabetically.

15 years agoFix typos.
Gisle Vanem [Sat, 1 Nov 2008 14:51:37 +0000 (14:51 +0000)]
Fix typos.

15 years agoCleaned up in preparation for release next week. I'd say the remaining bugs
Daniel Stenberg [Fri, 31 Oct 2008 22:15:40 +0000 (22:15 +0000)]
Cleaned up in preparation for release next week. I'd say the remaining bugs
risk getting postponed for 7.19.2.

15 years agofix OOM handling
Yang Tse [Fri, 31 Oct 2008 14:46:48 +0000 (14:46 +0000)]
fix OOM handling

15 years agoNetWare LIBC target has getaddrinfo() and freeaddrinfo()
Yang Tse [Thu, 30 Oct 2008 20:17:37 +0000 (20:17 +0000)]
NetWare LIBC target has getaddrinfo() and freeaddrinfo()

15 years agoMove curl_dofreeaddrinfo() and curl_dofreeaddrinfo()
Yang Tse [Thu, 30 Oct 2008 19:02:23 +0000 (19:02 +0000)]
Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()
implementation from lib/hostip6.c to lib/curl_addrinfo.c
and prototypes from lib/hostip.h to lib/curl_addrinfo.h

15 years agoremove bogus whitespace
Yang Tse [Thu, 30 Oct 2008 18:12:08 +0000 (18:12 +0000)]
remove bogus whitespace

15 years agocheck for freeaddrinfo() at configuration phase
Yang Tse [Thu, 30 Oct 2008 17:45:47 +0000 (17:45 +0000)]
check for freeaddrinfo() at configuration phase

15 years agoThese two variables are now Curl_addrinfo pointers
Yang Tse [Thu, 30 Oct 2008 16:39:09 +0000 (16:39 +0000)]
These two variables are now Curl_addrinfo pointers

15 years agoremove bogus comment
Yang Tse [Thu, 30 Oct 2008 15:13:22 +0000 (15:13 +0000)]
remove bogus comment

15 years agoupdate aclocal file serial number
Yang Tse [Thu, 30 Oct 2008 13:50:15 +0000 (13:50 +0000)]
update aclocal file serial number

15 years agoUse our Curl_addrinfo definition even when an addrinfo struct is available.
Yang Tse [Thu, 30 Oct 2008 13:45:25 +0000 (13:45 +0000)]
Use our Curl_addrinfo definition even when an addrinfo struct is available.

Use a wrapper function to call system's getaddrinfo().

15 years agoremove verification of the freeability of the addrinfo struct pointer members
Yang Tse [Thu, 30 Oct 2008 12:41:07 +0000 (12:41 +0000)]
remove verification of the freeability of the addrinfo struct pointer members

15 years agoSLOWDOWN actually causes a 0.01 second delay between bytes
Dan Fandrich [Thu, 30 Oct 2008 01:44:18 +0000 (01:44 +0000)]
SLOWDOWN actually causes a 0.01 second delay between bytes

15 years ago--ftp-method was added in 7.15.1. This mention ends up a bit oddly formatted
Daniel Stenberg [Wed, 29 Oct 2008 21:15:24 +0000 (21:15 +0000)]
--ftp-method was added in 7.15.1. This mention ends up a bit oddly formatted
but I'm not in the mood to fight nroff right now...

15 years agoFixed a bug that caused a few bytes of garbage to be sent after a
Dan Fandrich [Wed, 29 Oct 2008 19:06:48 +0000 (19:06 +0000)]
Fixed a bug that caused a few bytes of garbage to be sent after a
curl_easy_pause() during a chunky upload. Reported by Steve Roskowski.

15 years agofix comment
Yang Tse [Wed, 29 Oct 2008 01:50:56 +0000 (01:50 +0000)]
fix comment

15 years agomake CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR
Yang Tse [Wed, 29 Oct 2008 01:45:07 +0000 (01:45 +0000)]
make CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_ADDR
 and CHECK_FUNC_GETADDRINFO_UNFREEABLE_AI_CANONNAME
internal to CHECK_FUNC_GETADDRINFO

15 years agoMention more restrictions on timeouts when using signals
Dan Fandrich [Tue, 28 Oct 2008 23:48:05 +0000 (23:48 +0000)]
Mention more restrictions on timeouts when using signals

15 years agoadded an extra set of braces to unconfuse emacs and then I re-indented a
Daniel Stenberg [Tue, 28 Oct 2008 23:34:19 +0000 (23:34 +0000)]
added an extra set of braces to unconfuse emacs and then I re-indented a
section of the code that was odd-looking previously

15 years agofix leftover
Yang Tse [Tue, 28 Oct 2008 20:07:40 +0000 (20:07 +0000)]
fix leftover

15 years agoTweaked the include paths to work in CodeWarrior
Dan Fandrich [Tue, 28 Oct 2008 20:05:09 +0000 (20:05 +0000)]
Tweaked the include paths to work in CodeWarrior

15 years agoInitial attempt to detect at configuration time if the getaddrinfo()
Yang Tse [Tue, 28 Oct 2008 20:03:22 +0000 (20:03 +0000)]
Initial attempt to detect at configuration time if the getaddrinfo()
function returns an addrinfo with an unfreeable ai_canonname member ptr.

15 years agoChanged the "resolve" test precheck program to verify that an IPv6 socket
Dan Fandrich [Tue, 28 Oct 2008 20:03:22 +0000 (20:03 +0000)]
Changed the "resolve" test precheck program to verify that an IPv6 socket
can be created before resolving the IPv6 name.  In the context of running
a test, it doesn't make sense to run an IPv6 test when a host is resolvable
but IPv6 isn't usable.  This should fix failures of test 1085 on hosts with
library and DNS support for IPv6 but where actual use of IPv6 has been
administratively disabled.

15 years agocurlx.h isn't a system include file so it gets double quotes
Dan Fandrich [Tue, 28 Oct 2008 19:51:04 +0000 (19:51 +0000)]
curlx.h isn't a system include file so it gets double quotes

15 years agoInitial attempt to detect at configuration time if the getaddrinfo()
Yang Tse [Tue, 28 Oct 2008 19:13:25 +0000 (19:13 +0000)]
Initial attempt to detect at configuration time if the getaddrinfo()
function returns an addrinfo with an unfreeable ai_addr member ptr.

15 years agoPhilippe Vaucher pointed out this use of an outdated option name...
Daniel Stenberg [Tue, 28 Oct 2008 10:21:19 +0000 (10:21 +0000)]
Philippe Vaucher pointed out this use of an outdated option name...

15 years agofix test # 558 and 559 CFLAGS
Yang Tse [Tue, 28 Oct 2008 00:35:08 +0000 (00:35 +0000)]
fix test # 558 and 559 CFLAGS

15 years agoAdded rawstr.c to some more non-configure curl makefiles
Dan Fandrich [Mon, 27 Oct 2008 20:20:22 +0000 (20:20 +0000)]
Added rawstr.c to some more non-configure curl makefiles

15 years agodon't skip tests 558 and 559 on i686 icc autobuilds
Yang Tse [Mon, 27 Oct 2008 20:09:35 +0000 (20:09 +0000)]
don't skip tests 558 and 559 on i686 icc autobuilds

15 years agotest #558 tests internal hash create/destroy
Yang Tse [Mon, 27 Oct 2008 20:01:58 +0000 (20:01 +0000)]
test #558 tests internal hash create/destroy

test #559 tests internal hash create/add/destroy

15 years agoAdded explicit rule and dependencies for $(OBJ_DIR)\rawstr.obj.
Gisle Vanem [Mon, 27 Oct 2008 15:47:59 +0000 (15:47 +0000)]
Added explicit rule and dependencies for $(OBJ_DIR)\rawstr.obj.

15 years agoSkip test #558 when libcurl is built with hidden symbols
Yang Tse [Mon, 27 Oct 2008 14:02:50 +0000 (14:02 +0000)]
Skip test #558 when libcurl is built with hidden symbols

15 years agoFor tracing purposes log a fake call to getaddrinfo
Yang Tse [Mon, 27 Oct 2008 08:20:36 +0000 (08:20 +0000)]
For tracing purposes log a fake call to getaddrinfo
when allocating/building the fake Curl_addrinfo.

15 years agoadd null-pointer check
Yang Tse [Mon, 27 Oct 2008 05:29:17 +0000 (05:29 +0000)]
add null-pointer check

15 years agoavoid using Curl_ip2addr(), simply build up a fake Curl_addrinfo
Yang Tse [Mon, 27 Oct 2008 03:00:47 +0000 (03:00 +0000)]
avoid using Curl_ip2addr(), simply build up a fake Curl_addrinfo

15 years agoconvert test #558 into something more interesting, attempting
Yang Tse [Sun, 26 Oct 2008 21:40:20 +0000 (21:40 +0000)]
convert test #558 into something more interesting, attempting
now to minimally exercise some internal hash routines.

15 years agotest #558 verifies loop operation using malloc() and free()
Yang Tse [Sun, 26 Oct 2008 03:03:29 +0000 (03:03 +0000)]
test #558 verifies loop operation using malloc() and free()

15 years agoadd missing header inclusions
Yang Tse [Sat, 25 Oct 2008 16:15:21 +0000 (16:15 +0000)]
add missing header inclusions

15 years agoAdded experimental support for zlib and OpenSSL on Symbian OS.
Dan Fandrich [Sat, 25 Oct 2008 05:41:01 +0000 (05:41 +0000)]
Added experimental support for zlib and OpenSSL on Symbian OS.

15 years agoicc adjustments:
Yang Tse [Sat, 25 Oct 2008 04:18:48 +0000 (04:18 +0000)]
icc adjustments:

  Select ANSI C89 dialect plus GNU extensions, again.

15 years agoadd missing header inclusions
Yang Tse [Sat, 25 Oct 2008 03:52:21 +0000 (03:52 +0000)]
add missing header inclusions

15 years agoStop using in6addr_any because it's not available everywhere (e.g. Symbian)
Dan Fandrich [Fri, 24 Oct 2008 18:59:51 +0000 (18:59 +0000)]
Stop using in6addr_any because it's not available everywhere (e.g. Symbian)
and isn't strictly needed here.

15 years agoAdded rawstr.c to Symbian curl build
Dan Fandrich [Fri, 24 Oct 2008 18:45:00 +0000 (18:45 +0000)]
Added rawstr.c to Symbian curl build

15 years agofix compiler warning
Yang Tse [Fri, 24 Oct 2008 16:59:35 +0000 (16:59 +0000)]
fix compiler warning

15 years agosome more temporary magic for the icc seg-fault issue
Yang Tse [Fri, 24 Oct 2008 12:23:24 +0000 (12:23 +0000)]
some more temporary magic for the icc seg-fault issue

15 years agoicc permanent adjustment:
Yang Tse [Fri, 24 Oct 2008 11:27:09 +0000 (11:27 +0000)]
icc permanent adjustment:

  Select precise floating-point model, otherwise doubles are less than 64-bit wide

icc test adjustment:

  Select c89 dialect

15 years agofix compiler warning
Yang Tse [Fri, 24 Oct 2008 01:27:00 +0000 (01:27 +0000)]
fix compiler warning

15 years agoAdded rawstr.c to the non-configure curl makefiles
Dan Fandrich [Thu, 23 Oct 2008 17:36:27 +0000 (17:36 +0000)]
Added rawstr.c to the non-configure curl makefiles

15 years agoAdded rawstr.c to the non-configure libcurl makefiles
Dan Fandrich [Thu, 23 Oct 2008 17:29:14 +0000 (17:29 +0000)]
Added rawstr.c to the non-configure libcurl makefiles

15 years agomoved some definitions from tftp.h to tftpd.c
Yang Tse [Thu, 23 Oct 2008 14:34:08 +0000 (14:34 +0000)]
moved some definitions from tftp.h to tftpd.c

15 years agofix compiler warning
Yang Tse [Thu, 23 Oct 2008 14:07:28 +0000 (14:07 +0000)]
fix compiler warning

15 years agomoved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
Daniel Stenberg [Thu, 23 Oct 2008 11:49:19 +0000 (11:49 +0000)]
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
inclusion by the curl tool without colliding with the curl_strequal functions.

15 years agoicc adjustments:
Yang Tse [Thu, 23 Oct 2008 10:04:06 +0000 (10:04 +0000)]
icc adjustments:

  Enable more icc warnings.

  Optimization disabling options used only for icc 9.1

15 years agoRaise message severity up to warning, when strerror_r() exists but
Yang Tse [Thu, 23 Oct 2008 09:05:22 +0000 (09:05 +0000)]
Raise message severity up to warning, when strerror_r() exists but
configure is unable of finding out if it has glibc-style or POSIX-style,
trying to ensure that this condition does not go unnoticed.

15 years agoadded include to make the krb4 code compile again
Daniel Stenberg [Thu, 23 Oct 2008 08:06:47 +0000 (08:06 +0000)]
added include to make the krb4 code compile again

15 years agoReally old gcc doesn't like parenthesis around the names of functions that
Dan Fandrich [Thu, 23 Oct 2008 08:05:40 +0000 (08:05 +0000)]
Really old gcc doesn't like parenthesis around the names of functions that
don't have prototypes. They didn't serve any useful purpose here, anyway.

15 years agoTweaked a few tests to test proper Turkish locale handling
Dan Fandrich [Thu, 23 Oct 2008 01:53:27 +0000 (01:53 +0000)]
Tweaked a few tests to test proper Turkish locale handling

15 years agoCreated Curl_raw_nequal() which does a C-locale string case comparison.
Dan Fandrich [Thu, 23 Oct 2008 01:20:57 +0000 (01:20 +0000)]
Created Curl_raw_nequal() which does a C-locale string case comparison.
Changed checkprefix() to use it and those instances of strnequal() that
compare host names or other protocol strings that are defined to be
independent of case in the C locale.  This should fix a few more
Turkish locale problems.

15 years ago#include <stdlib.h> for exit() prototype
Yang Tse [Thu, 23 Oct 2008 00:38:23 +0000 (00:38 +0000)]
#include <stdlib.h> for exit() prototype

15 years agoUpdated example sizes and disable key words
Dan Fandrich [Wed, 22 Oct 2008 21:36:37 +0000 (21:36 +0000)]
Updated example sizes and disable key words

15 years agoFixed a compiler warning with --disable-proxy
Dan Fandrich [Wed, 22 Oct 2008 17:36:48 +0000 (17:36 +0000)]
Fixed a compiler warning with --disable-proxy

15 years agofixed language, added the Solaris _REENTRANT thing
Daniel Stenberg [Wed, 22 Oct 2008 15:10:56 +0000 (15:10 +0000)]
fixed language, added the Solaris _REENTRANT thing

15 years agoFor i686 icc autobuilds:
Yang Tse [Wed, 22 Oct 2008 15:03:15 +0000 (15:03 +0000)]
For i686 icc autobuilds:

  Re-enable all tests for debug-enabled builds.

  For debug-disabled builds only 8 tests are enabled.