Re: One more issue in tests on Windows with Python 3

2020-05-26 Thread Yasuhito FUTATSUKI
On 2020/05/26 15:23, Johan Corveleyn wrote: > On Tue, May 26, 2020 at 4:14 AM Yasuhito FUTATSUKI > wrote: >> >> On 2020/05/26 5:52, Yasuhito FUTATSUKI wrote: >>> On 2020/05/26 5:23, Johan Corveleyn wrote: On Thu, May 14, 2020 at 3:55 AM Yasuhito FUTATSUKI wrote: >>> Hmm, I still

Re: One more issue in tests on Windows with Python 3

2020-05-25 Thread Johan Corveleyn
On Tue, May 26, 2020 at 4:14 AM Yasuhito FUTATSUKI wrote: > > On 2020/05/26 5:52, Yasuhito FUTATSUKI wrote: > > On 2020/05/26 5:23, Johan Corveleyn wrote: > >> On Thu, May 14, 2020 at 3:55 AM Yasuhito FUTATSUKI > >> wrote: > > > >> Hmm, I still get this test failure, with trunk@today, when runni

Re: One more issue in tests on Windows with Python 3

2020-05-25 Thread Yasuhito FUTATSUKI
On 2020/05/26 5:52, Yasuhito FUTATSUKI wrote: > On 2020/05/26 5:23, Johan Corveleyn wrote: >> On Thu, May 14, 2020 at 3:55 AM Yasuhito FUTATSUKI >> wrote: > >> Hmm, I still get this test failure, with trunk@today, when running >> update_tests.py with ra_serf, with Python 3.8.2 on Windows. >> >>

Re: One more issue in tests on Windows with Python 3

2020-05-25 Thread Yasuhito FUTATSUKI
On 2020/05/26 5:23, Johan Corveleyn wrote: > On Thu, May 14, 2020 at 3:55 AM Yasuhito FUTATSUKI > wrote: > Hmm, I still get this test failure, with trunk@today, when running > update_tests.py with ra_serf, with Python 3.8.2 on Windows. > > [[[ > C:\research\svn\dev\trunk>python win-tests.py -c

Re: One more issue in tests on Windows with Python 3

2020-05-25 Thread Johan Corveleyn
On Thu, May 14, 2020 at 3:55 AM Yasuhito FUTATSUKI wrote: > > On 2020/05/13 9:57, Daniel Shahaf wrote: > > Yasuhito FUTATSUKI wrote on Wed, 13 May 2020 07:11 +0900: > >> On 2020/05/10 1:24, Daniel Shahaf wrote: > >>> Yasuhito FUTATSUKI wrote on Fri, 08 May 2020 20:55 +0900: > On 2020/05/08 2:

Re: One more issue in tests on Windows with Python 3

2020-05-13 Thread Yasuhito FUTATSUKI
On 2020/05/13 9:57, Daniel Shahaf wrote: > Yasuhito FUTATSUKI wrote on Wed, 13 May 2020 07:11 +0900: >> On 2020/05/10 1:24, Daniel Shahaf wrote: >>> Yasuhito FUTATSUKI wrote on Fri, 08 May 2020 20:55 +0900: On 2020/05/08 2:46, Daniel Shahaf wrote: > Yasuhito FUTATSUKI wrote on Thu, 07

Re: One more issue in tests on Windows with Python 3

2020-05-12 Thread Daniel Shahaf
Yasuhito FUTATSUKI wrote on Wed, 13 May 2020 07:11 +0900: > On 2020/05/10 1:24, Daniel Shahaf wrote: > > Yasuhito FUTATSUKI wrote on Fri, 08 May 2020 20:55 +0900: > >> On 2020/05/08 2:46, Daniel Shahaf wrote: > >>> Yasuhito FUTATSUKI wrote on Thu, 07 May 2020 20:46 +0900: > I think it

Re: One more issue in tests on Windows with Python 3

2020-05-12 Thread Yasuhito FUTATSUKI
On 2020/05/10 1:24, Daniel Shahaf wrote: > Yasuhito FUTATSUKI wrote on Fri, 08 May 2020 20:55 +0900: >> On 2020/05/08 2:46, Daniel Shahaf wrote: >>> Yasuhito FUTATSUKI wrote on Thu, 07 May 2020 20:46 +0900: I think it is need to escape characters in char *value when we print >>

Re: One more issue in tests on Windows with Python 3

2020-05-09 Thread Daniel Shahaf
Yasuhito FUTATSUKI wrote on Fri, 08 May 2020 20:55 +0900: > On 2020/05/08 2:46, Daniel Shahaf wrote: > > Yasuhito FUTATSUKI wrote on Thu, 07 May 2020 20:46 +0900: > >> I think it is need to escape characters in char *value when we print >^some (not all) > >> them

Re: One more issue in tests on Windows with Python 3

2020-05-08 Thread Yasuhito FUTATSUKI
On 2020/05/08 2:46, Daniel Shahaf wrote: > Yasuhito FUTATSUKI wrote on Thu, 07 May 2020 20:46 +0900: >> I think it is need to escape characters in char *value when we print ^some (not all) >> them as Python's str value. The patch below may work for this purpose, >> bu

Re: One more issue in tests on Windows with Python 3

2020-05-07 Thread Daniel Shahaf
Yasuhito FUTATSUKI wrote on Thu, 07 May 2020 20:46 +0900: > I think it is need to escape characters in char *value when we print > them as Python's str value. The patch below may work for this purpose, > but I want someone to write more nice code :) How about simply adding the human-readable value