D10312: tests: skip test-git-interop.t on Windows

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Tue Apr 6 03:55:51 UTC 2021


mharbison72 created this revision.
Herald added a reviewer: durin42.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.

REVISION SUMMARY
  Casefolding isn't handled in dirstate yet, triggering a bunch of assertions.
  But while this is more correctly `no-icasefs`, it's more likely to get attention
  if someone sees it.  I'd just rather not have it adding to the noise on Windows
  for now.

REPOSITORY
  rHG Mercurial

BRANCH
  default

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

AFFECTED FILES
  tests/test-git-interop.t

CHANGE DETAILS

diff --git a/tests/test-git-interop.t b/tests/test-git-interop.t
--- a/tests/test-git-interop.t
+++ b/tests/test-git-interop.t
@@ -1,4 +1,4 @@
-#require pygit2
+#require pygit2 no-windows
 
 Setup:
   $ GIT_AUTHOR_NAME='test'; export GIT_AUTHOR_NAME



To: mharbison72, durin42, #hg-reviewers
Cc: mercurial-patches, mercurial-devel


More information about the Mercurial-devel mailing list