Submitter | Pierre-Yves David |
---|---|
Date | April 4, 2016, 3:14 a.m. |
Message ID | <5701DC33.7060502@ens-lyon.org> |
Download | mbox | patch |
Permalink | /patch/14330/ |
State | Not Applicable |
Headers | show |
Comments
On 04/04/2016 04:14 AM, Pierre-Yves David wrote: > This one triggers an apocalypse of crash on my testing maching (from 13 failure > to about 250) > > Ive singled out the start of a simple test failure as an example. > > > --- /home/marmoute/mercurial-testing/tests/test-graft.t > +++ /home/marmoute/mercurial-testing/tests/test-graft.t.err > @@ -7,838 +7,8 @@ > Create a repo with some stuff in it: > > $ hg init a > + \x1b[1;31mchg: abort: cannot chdir (errno = 2)\x1b[m (esc) > + [255] Interesting. Thanks for catching this! But I cannot reproduce with run-tess.py --chg test-graft.t locally. I will think about it later.
On 04/03/2016 09:01 PM, Jun Wu wrote: > On 04/04/2016 04:14 AM, Pierre-Yves David wrote: >> This one triggers an apocalypse of crash on my testing maching (from >> 13 failure >> to about 250) >> >> Ive singled out the start of a simple test failure as an example. >> >> >> --- /home/marmoute/mercurial-testing/tests/test-graft.t >> +++ /home/marmoute/mercurial-testing/tests/test-graft.t.err >> @@ -7,838 +7,8 @@ >> Create a repo with some stuff in it: >> >> $ hg init a >> + \x1b[1;31mchg: abort: cannot chdir (errno = 2)\x1b[m (esc) >> + [255] > > Interesting. Thanks for catching this! > > But I cannot reproduce with run-tess.py --chg test-graft.t locally. > I will think about it later. Could be an endianness issue, this is a power8 machine.
Patch
--- /home/marmoute/mercurial-testing/tests/test-graft.t +++ /home/marmoute/mercurial-testing/tests/test-graft.t.err @@ -7,838 +7,8 @@ Create a repo with some stuff in it: $ hg init a + \x1b[1;31mchg: abort: cannot chdir (errno = 2)\x1b[m (esc) + [255] $ cd a + $TESTTMP.sh: line 11: cd: a: No such file or directory $ echo a > a - $ echo a > d - $ echo a > e - $ hg ci -qAm0 - $ echo b > a - $ hg ci -m1 -u bar - $ hg mv a b Cheers, -- Pierre-Yves David _______________________________________________ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel