This is an archive of the discontinued Mercurial Phabricator instance.

tests: test-parseindex.t requires no-pure
AbandonedPublic

Authored by adgar on Oct 15 2018, 10:25 AM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Summary

Custom python code in test-parseindex.t calls reachableroots2 which is only
available in the C revlog index implementation. Marking it #require no-pure
ensure it will not run for --pure test runs.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

adgar created this revision.Oct 15 2018, 10:25 AM
yuja added a subscriber: yuja.Oct 16 2018, 3:21 AM
Custom python code in test-parseindex.t calls reachableroots2 which is only
available in the C revlog index implementation. Marking it #require no-pure
ensure it will not run for --pure test runs.

It's surrounded with #if no-pure. Did you experience any test failure?

I had been seeing test failures, but I suspect it is due to a misconfigured build and not an actual bug. Withdrawing this change.

adgar abandoned this revision.Oct 16 2018, 10:55 PM