This is an archive of the discontinued Mercurial Phabricator instance.

tests: add test showing puzzling test output with (glob) lines
ClosedPublic

Authored by martinvonz on Jul 3 2018, 7:42 PM.

Details

Summary

When using multiple (glob) lines, the test runner often moves the
lines around in the output on failure. I have run into this problem
many times. The added test shows one example of this. Note that it
doesn't show the mismatching lines and instead shows diff hunks that
appear to replace a literal by a glob, and other hunks that should
clearly match.

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.