History log of /curl/tests/libtest/mk-lib1521.pl (Results 26 – 34 of 34)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8de8f4eb 21-Jun-2017 Marcel Raad

lib1521: fix missing-variable-declarations clang warnings

Declare TU-local variables static.


# 176ec513 19-Jun-2017 Daniel Stenberg

test1521: test getinfo's OFF_T types too

Closes #1588


# 0bd12d19 19-Jun-2017 Daniel Stenberg

lib1521: add curl_easy_getinfo calls to the test set

Also added return value checks to make sure no unexpected return codes
are used.


# 49ff9390 13-Jun-2017 Dan Fandrich

mk-lib1521.pl: updated to match the test changes in 916ec30a


Revision tags: curl-7_54_1
# b94a2cdf 08-Jun-2017 Daniel Stenberg

lib1521: fix compiler warnings on the use of bad 'long' values

Reported-by: Marcel Raad
Bug: https://github.com/curl/curl/commit/cccac4fb2b20d6ed87da7978408c3ecacc464fe4#commitcomment-22

lib1521: fix compiler warnings on the use of bad 'long' values

Reported-by: Marcel Raad
Bug: https://github.com/curl/curl/commit/cccac4fb2b20d6ed87da7978408c3ecacc464fe4#commitcomment-22453387

show more ...


# de0adda7 05-Jun-2017 Daniel Stenberg

lib1521: fix compiler warnings


# 798b2e19 05-Jun-2017 Daniel Stenberg

test1521: make the code < 80 columns wide


# 38125e7f 05-Jun-2017 Daniel Stenberg

test1121: use stricter types to work with typcheck-gcc


# cccac4fb 05-Jun-2017 Daniel Stenberg

test1521: test *all* curl_easy_setopt options

mk-lib1521.pl generates a test program (lib1521.c) that calls
curl_easy_setopt() for every known option with a few typical values to
mak

test1521: test *all* curl_easy_setopt options

mk-lib1521.pl generates a test program (lib1521.c) that calls
curl_easy_setopt() for every known option with a few typical values to
make sure they work (ignoring the return codes).

Some small changes were necessary to avoid asserts and NULL accesses
when doing this.

The perl script needs to be manually rerun when we add new options.

Closes #1543

show more ...


12