Submitter | Augie Fackler |
---|---|
Date | Nov. 10, 2017, 11:11 p.m. |
Message ID | <00F12344-D07B-42A4-9E34-9FE81416844A@durin42.com> |
Download | mbox | patch |
Permalink | /patch/25473/ |
State | Deferred |
Headers | show |
Comments
On 11/10/2017 03:11 PM, Augie Fackler wrote: > >> On Nov 10, 2017, at 18:06, Augie Fackler <raf@durin42.com >> <mailto:raf@durin42.com>> wrote: >> >> >>> On Nov 10, 2017, at 12:21, Hollis Blanchard >>> <hollis_blanchard@mentor.com <mailto:hollis_blanchard@mentor.com>> >>> wrote: >>> >>> Any additional comments? >> >> Hearing nothing else from anyone, I've queued this. > > Actually, this fails tests pretty badly, dropping it. Failures: > Hi Augie, sorry about the test failures. Since it's quick for you to detect failures, could you send that list to me and I'll investigate each? Hollis Blanchard <hollis_blanchard@mentor.com> Mentor Graphics Emulation Division
> On Nov 30, 2017, at 16:17, Hollis Blanchard <hollis_blanchard@mentor.com> wrote: > > On 11/10/2017 03:11 PM, Augie Fackler wrote: >> >>> On Nov 10, 2017, at 18:06, Augie Fackler <raf@durin42.com <mailto:raf@durin42.com>> wrote: >>> >>> >>>> On Nov 10, 2017, at 12:21, Hollis Blanchard <hollis_blanchard@mentor.com <mailto:hollis_blanchard@mentor.com>> wrote: >>>> >>>> Any additional comments? >>> >>> Hearing nothing else from anyone, I've queued this. >> >> Actually, this fails tests pretty badly, dropping it. Failures: >> > > Hi Augie, sorry about the test failures. Since it's quick for you to detect failures, could you send that list to me and I'll investigate each? Failed test-url-rev.t: output changed Failed test-histedit-outgoing.t: output changed Failed test-revset-outgoing.t: output changed Failed test-branch-option.t: output changed Failed test-check-code.t: output changed So just look at those 5 tests :) Let me know if you need help. Thanks! > Hollis Blanchard <hollis_blanchard@mentor.com> <mailto:hollis_blanchard@mentor.com> > Mentor Graphics Emulation Division
Patch
--- /home/augie/hg/tests/test-url-rev.t +++ /home/augie/hg/tests/test-url-rev.t.err @@ -106,6 +106,7 @@ remote: 2 outgoing $ hg -q outgoing '../clone#foo' 2:faba9097cad4 + 3:4cd725637392 $ hg summary --remote --config paths.default='../clone#foo' parent: 3:4cd725637392 tip add bar @@ -308,6 +309,8 @@ $ hg clone -q -r 0 . ../another $ hg -q outgoing '../another#default' + 1:cd2a86ecc814 + 2:faba9097cad4 3:4cd725637392 4:d515801a8f3d ERROR: test-url-rev.t output changed --- /home/augie/hg/tests/test-histedit-outgoing.t +++ /home/augie/hg/tests/test-histedit-outgoing.t.err @@ -142,6 +142,8 @@ $ hg -q outgoing -G --template '{node|short}({branch})' '../r#default' @ 3879dc049647(default) + o f26599ee3441(foo) + o 652413bf663e(default) | o e860deea161a(default) --- /home/augie/hg/tests/test-revset-outgoing.t +++ /home/augie/hg/tests/test-revset-outgoing.t.err @@ -73,6 +73,7 @@ comparing with $TESTTMP/a (glob) searching for changes 2:1d4099801a4e: '3' stable + 3:f0461977a3db: '4' $ hg tlog -r 'outgoing()' 2:1d4099801a4e: '3' stable @@ -80,6 +81,7 @@ $ hg tout ../a#default comparing with ../a searching for changes + 2:1d4099801a4e: '3' stable 3:f0461977a3db: '4' $ hg tlog -r 'outgoing("../a#default")' @@ -105,8 +107,7 @@ green = ../a#default $ hg tout green - comparing with green - abort: repository green not found! + abort: repository green does not exist! [255] $ hg tlog -r 'outgoing("green")'