Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHGd3a7c743ae3b: py3: more tests from the ratchet
Diff Detail
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
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 does not pass on py3.7.
Since buildbot has 3.6, I have queued this.