comparison tests/test-commandserver.t @ 47587:be496e3489b9

tests: blacklist a handful of test with `rhg` or `chg` The use of `alias` to enforce `chg` and `rhg` means we are actually using a mix of `rhg`/`chg` and `hg` when calling `hg` in the test. Fixing this breaks various tests. This would be a large detour to fix that. I am disabling them for now with an appropriate comment. We would hopefully get back to them by the 5.8 release. Differential Revision: https://phab.mercurial-scm.org/D11052
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 09 Jul 2021 20:42:26 +0200
parents 40b51c28b242
children 036b9b3cc79a
comparison
equal deleted inserted replaced
47586:a8e33ab50c4f 47587:be496e3489b9
1 #require no-rhg no-chg
2
3 XXX-RHG this test hangs if `hg` is really `rhg`. This was hidden by the use of
4 `alias hg=rhg` by run-tests.py. With such alias removed, this test is revealed
5 buggy. This need to be resolved sooner than later.
6
7 XXX-CHG this test hangs if `hg` is really `chg`. This was hidden by the use of
8 `alias hg=chg` by run-tests.py. With such alias removed, this test is revealed
9 buggy. This need to be resolved sooner than later.
10
1 #if windows 11 #if windows
2 $ PYTHONPATH="$TESTDIR/../contrib;$PYTHONPATH" 12 $ PYTHONPATH="$TESTDIR/../contrib;$PYTHONPATH"
3 #else 13 #else
4 $ PYTHONPATH="$TESTDIR/../contrib:$PYTHONPATH" 14 $ PYTHONPATH="$TESTDIR/../contrib:$PYTHONPATH"
5 #endif 15 #endif