mharbison72 added a comment.

  In https://phab.mercurial-scm.org/D5801#87302, @martinvonz wrote:
  
  > In https://phab.mercurial-scm.org/D5801#87300, @mharbison72 wrote:
  >
  > > In https://phab.mercurial-scm.org/D5801#87296, @martinvonz wrote:
  > >
  > > > I noticed another bug and sent https://phab.mercurial-scm.org/D5978. 
Maybe your test failure is because you're using the eol extension? I don't know 
what else would cause the \r in contrib.perf. I have no idea how that's related 
to this patch, though.
  > >
  > >
  > > The \r is how output normally is on Windows. The test harness accounts 
for this when matching lines, but displays the actual output (with \r) when 
there are differences.  The eol extension isn’t configured on this machine, but 
the custom HGRCPATH content from the test harness would override that anyway.
  >
  >
  > Ah, so the only difference is the extra "import newer module separately in 
try clause for early Mercurial" in `contrib/perf.py` then. This patch didn't 
change that file. Can you check again that it was this patch that caused that 
and that it's not just flaky?
  
  
  Correct.  The extra noise makes it hard to see the actual problems sometimes, 
and it makes trivial things like fixing (glob) endings more of a nuisance.  But 
I don't see a way to handle that.
  
  This one is definitely the problem, because the failing *.t invokes `hg 
files` to generate the whitelist.  It turns out, we can either set 
`ui.slash=False` or just not use `os.sep` in check-perf-code.py.  I'm leaning 
toward the latter.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5801

To: martinvonz, #hg-reviewers
Cc: mharbison72, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to