This is an archive of the discontinued Mercurial Phabricator instance.

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

Authored by spectral on May 16 2018, 6:48 PM.

Details

Summary

In 538e850ae737 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

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

spectral created this revision.May 16 2018, 6:48 PM
This revision was automatically updated to reflect the committed changes.