Tests were failing on some combination of platform and library
versions (at least on my Linux machine and some Solaris machine), and
the proposed fix by Jun was instead failing on other platform/library
(the gcc112 build farm Augie uses to run tests).
Details
Details
- Reviewers
quark - Group Reviewers
hg-reviewers
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
It's passing on gcc112 as I tested:
[quark@gcc2-power8 hg-committed]$ hg id b1243afb61c9 tip [quark@gcc2-power8 hg-committed]$ make local python setup.py \ build_py -c -d . \ build_ext -i \ build_hgexe -i \ build_mo running build_py byte-compiling ./mercurial/__modulepolicy__.py to __modulepolicy__.pyc running build_ext running build_hgexe running build_mo env HGRCPATH= python hg version Mercurial Distributed SCM (version 4.3.2+650-b1243afb61c9) (see https://mercurial-scm.org for more information) Copyright (C) 2005-2017 Matt Mackall and others This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. [quark@gcc2-power8 hg-committed]$ cd tests/ [quark@gcc2-power8 tests]$ ./run-tests.py -l test-patchbomb.t . # Ran 1 tests, 0 skipped, 0 failed.
@durin42 Could you double check?