Re: svn commit: r1897133 - /subversion/trunk/subversion/tests/cmdline/log_tests.py

2022-01-25 Thread Daniel Sahlberg
Den tis 25 jan. 2022 kl 15:40 skrev Daniel Shahaf : > Daniel Sahlberg wrote on Tue, 25 Jan 2022 13:29 +00:00: > > Oh. That is interesting, I never thought about running the checks on svn > > and dav. Is there a way to flag the test as "only xfails on local", and > can > > someone help me do this?

Re: svn commit: r1897133 - /subversion/trunk/subversion/tests/cmdline/log_tests.py

2022-01-25 Thread Daniel Shahaf
Daniel Sahlberg wrote on Tue, 25 Jan 2022 13:29 +00:00: > Oh. That is interesting, I never thought about running the checks on svn > and dav. Is there a way to flag the test as "only xfails on local", and can > someone help me do this? I'm a bit short on time right now. r1897457. Cheers, Daniel

Re: svn commit: r1897133 - /subversion/trunk/subversion/tests/cmdline/log_tests.py

2022-01-25 Thread Daniel Shahaf
Julian Foad wrote on Tue, 25 Jan 2022 13:15 +00:00: > On a trunk WC (updated today) I get: > > File > "/home/julianfoad/src/subversion-d/subversion/tests/cmdline/svntest/main.py", > line 619, in > assert all(isinstance(arg, (str, unicode, int)) for arg in varargs) > NameError: name

Re: svn commit: r1897133 - /subversion/trunk/subversion/tests/cmdline/log_tests.py

2022-01-25 Thread Daniel Sahlberg
Den tis 25 jan. 2022 kl 14:21 skrev Julian Foad : > > > On Jan 25 2022, at 1:15 pm, Julian Foad wrote: > > > Daniel Shahaf wrote: > >> dsahlb...@apache.org wrote on Sun, 16 Jan 2022 19:19 +00:00: > >>> Add a test for issue #4856, "invalid xml file produced by: svn log > --xml > >>>

Re: svn commit: r1897133 - /subversion/trunk/subversion/tests/cmdline/log_tests.py

2022-01-25 Thread Julian Foad
Julian Foad wrote: > I DO confirm > > XPASS: log_tests.py 47: log --use-merge-history --xml > > with RA-svn/serf on trunk. (That's today's trunk with your 'str/unicode/...' check line removed.)

Re: svn commit: r1897133 - /subversion/trunk/subversion/tests/cmdline/log_tests.py

2022-01-25 Thread Julian Foad
On Jan 25 2022, at 1:15 pm, Julian Foad wrote: > Daniel Shahaf wrote: >> dsahlb...@apache.org wrote on Sun, 16 Jan 2022 19:19 +00:00: >>> Add a test for issue #4856, "invalid xml file produced by: svn log --xml >>> --use-merge-history". >> >> The new test XFails for me over ra_local but

Re: svn commit: r1897133 - /subversion/trunk/subversion/tests/cmdline/log_tests.py

2022-01-25 Thread Julian Foad
Daniel Shahaf wrote: > dsahlb...@apache.org wrote on Sun, 16 Jan 2022 19:19 +00:00: >> Add a test for issue #4856, "invalid xml file produced by: svn log --xml >> --use-merge-history". > > The new test XFails for me over ra_local but XPasses over > svnserveautocheck and davautocheck. On the

Re: svn commit: r1897133 - /subversion/trunk/subversion/tests/cmdline/log_tests.py

2022-01-25 Thread Daniel Shahaf
dsahlb...@apache.org wrote on Sun, 16 Jan 2022 19:19 +00:00: > Add a test for issue #4856, "invalid xml file produced by: svn log --xml > --use-merge-history". ⋮ > * subversion/tests/cmdline/log_tests.py > (log_xml_with_merge_history): New test. > (test_list): Run it. The new test XFails for