##// END OF EJS Templates
tests: blacklist a handful of test with `rhg` or `chg`...
marmoute -
r48387:be496e34 default
parent child Browse files
Show More
@@ -1,3 +1,13 b''
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 11 #if windows
2 12 $ PYTHONPATH="$TESTDIR/../contrib;$PYTHONPATH"
3 13 #else
@@ -1,4 +1,11 b''
1 #require no-reposimplestore
1 #require no-reposimplestore no-chg
2
3 XXX-CHG this test hangs if `hg` is really `chg`. This was hidden by the use of
4 `alias hg=chg` by run-tests.py. With such alias removed, this test is revealed
5 buggy. This need to be resolved sooner than later.
6
7
8 Testing infinipush extension and the confi options provided by it
2 9
3 10 Create an ondisk bundlestore in .hg/scratchbranches
4 11 $ . "$TESTDIR/library-infinitepush.sh"
@@ -1,4 +1,9 b''
1 #require no-reposimplestore
1 #require no-reposimplestore no-chg
2
3 XXX-CHG this test hangs if `hg` is really `chg`. This was hidden by the use of
4 `alias hg=chg` by run-tests.py. With such alias removed, this test is revealed
5 buggy. This need to be resolved sooner than later.
6
2 7
3 8 Testing infinipush extension and the confi options provided by it
4 9
@@ -1,4 +1,8 b''
1 #require no-windows
1 #require no-windows no-rhg
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.
2 6
3 7 Dummy extension simulating unsafe long running command
4 8 $ cat > sleepext.py <<EOF
@@ -1,4 +1,8 b''
1 #require unix-permissions no-root
1 #require unix-permissions no-root no-windows no-rhg
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.
2 6
3 7 initial setup
4 8
General Comments 0
You need to be logged in to leave comments. Login now