[Updated] D12214: windows: skip a section of a test that is legitimately broken on windows

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Fri Feb 25 10:23:03 UTC 2022


Closed by commit rHG7660be102e6d: windows: skip a section of a test that is legitimately broken on windows (authored by marmoute).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D12214?vs=32280&id=32281

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D12214/new/

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

AFFECTED FILES
  tests/test-clone-stream-format.t

CHANGE DETAILS

diff --git a/tests/test-clone-stream-format.t b/tests/test-clone-stream-format.t
--- a/tests/test-clone-stream-format.t
+++ b/tests/test-clone-stream-format.t
@@ -93,9 +93,14 @@
   $ cd ..
 
 
+#if no-windows
+
 Test streaming from/to repository without a store:
 ==================================================
 
+This is skipped Windows needs dot-encode to handle some of the file in this
+tests, and dot-encode need the store enabled.
+
   $ hg clone --pull --config format.usestore=no server server-no-store
   requesting all changes
   adding changesets
@@ -150,6 +155,8 @@
 
   $ killdaemons.py
 
+#endif
+
 
 Test streaming from/to repository without a fncache
 ===================================================



To: marmoute, #hg-reviewers, Alphare
Cc: Alphare, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220225/b391ac18/attachment-0002.html>


More information about the Mercurial-patches mailing list