On September 11, 2022 7:04 PM, Daniel Stenberg wrote: >On Sun, 11 Sep 2022, [email protected] wrote: > >> TESTFAIL: These test cases failed: 1119 1167 >> >> 1119 failed (not a new breakage) because the script tried to run CC >> without taking into account the supplied options from Configure, >> specifically CFLAGS="-c99" is supplied, so using c89 is a bit wonky: > >1167 also invokes 'cpp' so I imagine it might suffer from the similar thing.
I would like to fix this. Could you provide a small pointer? >> 1451 also failed because impacket is not installed (nor can I install >> it), but it was not listed as a failure: > >When it can't run the test server it doesn't consider that a test failure, it just does >not run the test. Sounds like it should, or explicitly test for a lack of python module support and skip with a note. -Randall -- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html
