D5730: py3: more tests from the ratchet

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Mon Jan 28 05:21:26 EST 2019


pulkit added inline comments.

INLINE COMMENTS

> python3-whitelist:660
>  test-stack.t
> +test-static-http.t
>  test-status-color.t

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.

REPOSITORY
  rHG Mercurial

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

To: durin42, pulkit, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list