This is an archive of the discontinued Mercurial Phabricator instance.

progress: back out changeset a667f0ca1d5f
AbandonedPublic

Authored by martinvonz on Sep 29 2017, 12:40 PM.

Details

Reviewers
quark
Group Reviewers
hg-reviewers
Summary

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).

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

martinvonz created this revision.Sep 29 2017, 12:40 PM
martinvonz retitled this revision from Backed out changeset a667f0ca1d5f to progress: back out changeset a667f0ca1d5f.Sep 29 2017, 12:43 PM
quark requested changes to this revision.EditedSep 29 2017, 1:32 PM
quark added a subscriber: quark.

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?

This revision now requires changes to proceed.Sep 29 2017, 1:32 PM
quark added a subscriber: durin42.Sep 29 2017, 1:37 PM
martinvonz abandoned this revision.Sep 29 2017, 4:36 PM

Superseded by D844