D3571: tests: test-parseindex.t works just fine with chg

spectral (Kyle Lippincott) phabricator at mercurial-scm.org
Wed May 16 22:48:34 UTC 2018


spectral created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  In https://phab.mercurial-scm.org/rHG538e850ae73745c55bbb7da1ee3659c21a315688 I annotated tests that failed with chg with "#require no-chg",
  but did not investigate why the tests were failing. This test was failing for
  unrelated reasons (I forgot to rebuild hg) and so should not be marked as
  no-chg.

TEST PLAN
    make local
    pushd contrib/chg
    make clean; make
    popd
    cd tests
    for f in '' --with-chg=../contrib/chg/chg; do
      ./run-tests.py --local $f test-parseindex.t
    done

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D3571

AFFECTED FILES
  tests/test-parseindex.t

CHANGE DETAILS

diff --git a/tests/test-parseindex.t b/tests/test-parseindex.t
--- a/tests/test-parseindex.t
+++ b/tests/test-parseindex.t
@@ -1,5 +1,3 @@
-#require no-chg
-
 revlog.parseindex must be able to parse the index file even if
 an index entry is split between two 64k blocks.  The ideal test
 would be to create an index file with inline data where



To: spectral, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list