Submitter | Augie Fackler |
---|---|
Date | Sept. 16, 2017, 5:29 p.m. |
Message ID | <20ba461506803cda0aa5.1505582944@imladris.local> |
Download | mbox | patch |
Permalink | /patch/23951/ |
State | Accepted |
Headers | show |
Comments
On Sat, Sep 16, 2017 at 10:29 AM, Augie Fackler <raf@durin42.com> wrote: > # HG changeset patch > # User Augie Fackler <raf@durin42.com> > # Date 1505575996 14400 > # Sat Sep 16 11:33:16 2017 -0400 > # Node ID 20ba461506803cda0aa521d5e61e83bc17202d10 > # Parent 51c0a1987afb51faf004c4a97c9198f1855fff3a > python3: another 3 tests whitelisted > Queued, thanks. > > diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist > --- a/contrib/python3-whitelist > +++ b/contrib/python3-whitelist > @@ -1,6 +1,7 @@ > test-addremove.t > test-ancestor.py > test-backwards-remove.t > +test-bookmarks-strip.t > test-branch-tag-confict.t > test-casecollision.t > test-check-commit.t > @@ -30,6 +31,7 @@ test-imports-checker.t > test-issue1089.t > test-issue1993.t > test-issue842.t > +test-journal-exists.t > test-locate.t > test-lrucachedict.py > test-manifest.py > @@ -51,6 +53,7 @@ test-push-checkheads-unpushed-D7.t > test-rename.t > test-revlog-packentry.t > test-run-tests.py > +test-status-terse.t > test-terse-status.t > test-unified-test.t > test-update-dest.t > _______________________________________________ > Mercurial-devel mailing list > Mercurial-devel@mercurial-scm.org > https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel >
Patch
diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist --- a/contrib/python3-whitelist +++ b/contrib/python3-whitelist @@ -1,6 +1,7 @@ test-addremove.t test-ancestor.py test-backwards-remove.t +test-bookmarks-strip.t test-branch-tag-confict.t test-casecollision.t test-check-commit.t @@ -30,6 +31,7 @@ test-imports-checker.t test-issue1089.t test-issue1993.t test-issue842.t +test-journal-exists.t test-locate.t test-lrucachedict.py test-manifest.py @@ -51,6 +53,7 @@ test-push-checkheads-unpushed-D7.t test-rename.t test-revlog-packentry.t test-run-tests.py +test-status-terse.t test-terse-status.t test-unified-test.t test-update-dest.t