This is an archive of the discontinued Mercurial Phabricator instance.

py3: more tests from the ratchet
ClosedPublic

Authored by durin42 on Jan 27 2019, 8:22 PM.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

durin42 created this revision.Jan 27 2019, 8:22 PM
pulkit accepted this revision.Jan 28 2019, 5:09 AM
pulkit requested changes to this revision.
This revision now requires changes to proceed.Jan 28 2019, 5:09 AM
pulkit accepted this revision.Jan 28 2019, 5:09 AM
pulkit added inline comments.Jan 28 2019, 5:21 AM
contrib/python3-whitelist
660

This does not pass on py3.7.

--- /home/pulkit/repo/pushaccess/tests/test-static-http.t
+++ /home/pulkit/repo/pushaccess/tests/test-static-http.t.err
@@ -227,9 +227,9 @@
   /.hg/requires
   /.hg/store/00changelog.i
   /.hg/store/00manifest.i
-  /.hg/store/data/%7E2ehgsub.i
-  /.hg/store/data/%7E2ehgsubstate.i
   /.hg/store/data/a.i
+  /.hg/store/data/~2ehgsub.i
+  /.hg/store/data/~2ehgsubstate.i
   /notarepo/.hg/00changelog.i
   /notarepo/.hg/requires
   /remote-with-names/.hg/bookmarks
@@ -243,8 +243,8 @@
   /remote-with-names/.hg/requires
   /remote-with-names/.hg/store/00changelog.i
   /remote-with-names/.hg/store/00manifest.i
-  /remote-with-names/.hg/store/data/%7E2ehgtags.i
   /remote-with-names/.hg/store/data/foo.i
+  /remote-with-names/.hg/store/data/~2ehgtags.i
   /remote/.hg/bookmarks
   /remote/.hg/bookmarks.current
   /remote/.hg/cache/branch2-base
@@ -258,10 +258,10 @@
   /remote/.hg/requires
   /remote/.hg/store/00changelog.i
   /remote/.hg/store/00manifest.i
-  /remote/.hg/store/data/%7E2edotfile%20with%20spaces.i
-  /remote/.hg/store/data/%7E2ehgtags.i
   /remote/.hg/store/data/bar.i
   /remote/.hg/store/data/quux.i
+  /remote/.hg/store/data/~2edotfile%20with%20spaces.i
+  /remote/.hg/store/data/~2ehgtags.i
   /remotempty/.hg/bookmarks
   /remotempty/.hg/bookmarks.current
   /remotempty/.hg/requires
@@ -275,5 +275,5 @@
   /sub/.hg/requires
   /sub/.hg/store/00changelog.i
   /sub/.hg/store/00manifest.i
-  /sub/.hg/store/data/%7E2ehgtags.i
   /sub/.hg/store/data/test.i
+  /sub/.hg/store/data/~2ehgtags.i

ERROR: test-static-http.t output changed
!

Since buildbot has 3.6, I have queued this.

This revision was automatically updated to reflect the committed changes.