Re: TESTFAIL: These test cases failed: 1167

2020-12-21 Thread Daniel Stenberg via curl-library
On Mon, 21 Dec 2020, Dennis Clarke via curl-library wrote: On 12/21/20 4:49 PM, Daniel Stenberg wrote: +    if (/^\#\s*\z/) { +    next; +    } I applied that and test 1167 still fails : I modified the check in an update to just:     if (/^#/) {     next;     } Does

Re: TESTFAIL: These test cases failed: 1167

2020-12-21 Thread Dennis Clarke via curl-library
On 12/21/20 4:49 PM, Daniel Stenberg wrote: > +    if (/^\#\s*\z/) { > +    next; > +    } I applied that and test 1167 still fails : alpha $ alpha $ diff -u badsymbols.pl.orig badsymbols.pl --- badsymbols.pl.orig Sun Dec 20 12:25:10 2020 +++ badsymbols.pl Mon Dec 21

Re: TESTFAIL: These test cases failed: 1167

2020-12-21 Thread Ray Satiro via curl-library
On 12/21/2020 4:49 PM, Daniel Stenberg via curl-library wrote: On Mon, 21 Dec 2020, Dennis Clarke via curl-library wrote: Ah ha, well that provides endless buckets of information. It seems the script doesn't properly ignore lines with nothing but a single hash ('#') sign on them. My

Re: TESTFAIL: These test cases failed: 1167

2020-12-21 Thread Daniel Stenberg via curl-library
On Mon, 21 Dec 2020, Dennis Clarke via curl-library wrote: Ah ha, well that provides endless buckets of information. It seems the script doesn't properly ignore lines with nothing but a single hash ('#') sign on them. My proposed patch: diff --git a/tests/badsymbols.pl

Re: TESTFAIL: These test cases failed: 1167

2020-12-21 Thread Dennis Clarke via curl-library
On 12/20/20 3:58 PM, Dan Fandrich via curl-library wrote: > On Sun, Dec 20, 2020 at 03:35:45PM -0500, Dennis Clarke via curl-library > wrote: Will do but I don't see anything different >>> >>> >>> Please run it directly using verbose -v, refer to the command line above >>> >>> >> >> Well