Job try-40bf3d7ecc42b7f7cf8004f346b6fe304ffe7a59-debian10-cpython-3.7-0

Repo:try
Node:40bf3d7ecc42b7f7cf8004f346b6fe304ffe7a59
Name:debian10-cpython-3.7
Scheduled At:2019-11-04T16:33:03
Started At:2019-11-04T16:34:49
Finished At:2019-11-04T16:43:57

Failed Tests

test-bookmarks-corner-case.t

--- /hgwork/src/tests/test-bookmarks-corner-case.t
+++ /hgwork/src/tests/test-bookmarks-corner-case.t.err
@@ -201,7 +201,6 @@
   pushing to ssh://user@dummy/bookrace-server
   searching for changes
   remote: setting raced push up
-  remote has heads on branch 'default' that are not known locally: f26c3b5167d1
   remote: adding changesets
   remote: adding manifests
   remote: adding file changes
@@ -220,7 +219,6 @@
   |  summary:     A1
   |
   | o  changeset:   3:f26c3b5167d1
-  | |  bookmark:    book-B
   | |  user:        test
   | |  date:        Thu Jan 01 00:00:00 1970 +0000
   | |  summary:     B1
@@ -243,4 +241,3 @@
   
   $ hg -R bookrace-server book
      book-A                    4:9ce3b28c16de
-     book-B                    3:f26c3b5167d1

test-check-format.t

test-hghave.t

--- /hgwork/src/tests/test-hghave.t
+++ /hgwork/src/tests/test-hghave.t.err
@@ -3,6 +3,8 @@
 Testing that hghave does not crash when checking features
 
   $ hghave --test-features 2>/dev/null
+  feature black failed:  cannot use a string pattern on a bytes-like object
+  [1]
 
 Testing hghave extensibility for third party tools
 

test-install.t

--- /hgwork/src/tests/test-install.t
+++ /hgwork/src/tests/test-install.t.err
@@ -155,12 +155,89 @@
 
 debuginstall extension support
   $ hg debuginstall --config extensions.fsmonitor= --config fsmonitor.watchman_exe=false | grep atchman
+  ** unknown exception encountered, please report by visiting
+  ** https://mercurial-scm.org/wiki/BugTracker
+  ** Python 3.7.5 (default, Nov  2 2019, 18:15:52) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.2rc0+96-40bf3d7ecc42)
+  ** Extensions loaded: fsmonitor
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/dispatch.py", line 1174, in _dispatch
+      lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/debugcommands.py", line 1696, in debuginstall
+      problems += handler(ui, fm)
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/hgext/fsmonitor/__init__.py", line 201, in debuginstall
+      err,
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/formatter.py", line 358, in condwrite
+      self._write(deftext % fielddata, **opts)
+  TypeError: %b requires a bytes-like object, or an object that implements __bytes__, not 'str'
   fsmonitor checking for watchman binary... (false)
-   watchman binary missing or broken: warning: Watchman unavailable: watchman exited with code 1
 Verify the json works too:
   $ hg debuginstall --config extensions.fsmonitor= --config fsmonitor.watchman_exe=false -Tjson | grep atchman
+  ** unknown exception encountered, please report by visiting
+  ** https://mercurial-scm.org/wiki/BugTracker
+  ** Python 3.7.5 (default, Nov  2 2019, 18:15:52) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.2rc0+96-40bf3d7ecc42)
+  ** Extensions loaded: fsmonitor
+  ** ProgrammingError: Mercurial only does output with bytes: 'warning: Watchman unavailable: watchman exited with code 1'
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/dispatch.py", line 1174, in _dispatch
+      lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/debugcommands.py", line 1707, in debuginstall
+      fm.end()
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/formatter.py", line 445, in end
+      baseformatter.end(self)
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/formatter.py", line 269, in end
+      self._showitem()
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/formatter.py", line 440, in _showitem
+      u = templatefilters.json(v, paranoid=False)
+    File "/hgwork/tmp/hgtests.jxkkt_1i/install/lib/python/mercurial/templatefilters.py", line 335, in json
+      b'Mercurial only does output with bytes: %r' % obj
+  mercurial.error.ProgrammingError: Mercurial only does output with bytes: 'warning: Watchman unavailable: watchman exited with code 1'
     "fsmonitor-watchman": "false",
-    "fsmonitor-watchman-error": "warning: Watchman unavailable: watchman exited with code 1",
 
 
 #if test-repo

test-lfs-serve-access.t

--- /hgwork/src/tests/test-lfs-serve-access.t
+++ /hgwork/src/tests/test-lfs-serve-access.t.err
@@ -163,11 +163,13 @@
 
   $ cat $TESTTMP/access.log $TESTTMP/errors.log
   $LOCALIP - - [$LOGDATE$] "POST /missing/objects/batch HTTP/1.1" 404 - (glob)
+  $LOCALIP - - [04/Nov/2019 16:39:36] "{"objects": [{"oid": "f03217a32529a28a42d03b1244fe09b6e0f9fd06d7b966d4d50567be2abe6c0e", "size": 20}], "operation": "download"}" HTTPStatus.BAD_REQUEST -
   $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point?cmd=capabilities HTTP/1.1" 200 - (glob)
   $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point?cmd=batch HTTP/1.1" 200 - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
   $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point?cmd=getbundle HTTP/1.1" 200 - x-hgarg-1:bookmarks=1&bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%252C03%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Aphases%253Dheads%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps%250Arev-branch-cache%250Astream%253Dv2&cg=1&common=0000000000000000000000000000000000000000&heads=525251863cad618e55d483555f3d00a2ca99597e&listkeys=bookmarks&phases=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
   $LOCALIP - - [$LOGDATE$] "POST /subdir/mount/point/.git/info/lfs/objects/batch HTTP/1.1" 200 - (glob)
   $LOCALIP - - [$LOGDATE$] "GET /subdir/mount/point/.hg/lfs/objects/f03217a32529a28a42d03b1244fe09b6e0f9fd06d7b966d4d50567be2abe6c0e HTTP/1.1" 200 - (glob)
+  $LOCALIP - - [04/Nov/2019 16:39:36] code 400, message Bad request version ('"download"}')
 
 Blobs that already exist in the usercache are linked into the repo store, even
 though the client doesn't send the blob.
@@ -195,6 +197,7 @@
   server2/.hg/store/lfs/objects/f0/3217a32529a28a42d03b1244fe09b6e0f9fd06d7b966d4d50567be2abe6c0e
   $ "$PYTHON" $RUNTESTDIR/killdaemons.py $DAEMON_PIDS
   $ cat $TESTTMP/errors.log
+  $LOCALIP - - [04/Nov/2019 16:39:36] code 400, message Bad request version ('"download"}')
 
   $ cat >> $TESTTMP/lfsstoreerror.py <<EOF
   > import errno

Skipped Tests

Long Tests

DurationTest
153.1stest-merge-combination.t
116.0stest-revset.t
102.1stest-obsolete-bundle-strip.t
99.6stest-bookmarks-pushpull.t#b2-binary
99.5stest-bookmarks-pushpull.t#b2-pushkey
97.9stest-subrepo.t
93.0stest-obsolete.t
88.5stest-log.t
88.0stest-largefiles.t
86.2stest-template-functions.t
85.4stest-graft.t#abortflag
84.9stest-graft.t#abortcommand
80.0stest-mq.t
77.0stest-largefiles-misc.t
76.4stest-rebase-obsolete.t
76.2stest-glog.t
75.9stest-glog-beautifygraph.t
75.5stest-import.t
71.7stest-obsmarker-template.t
69.2stest-merge-tools.t
64.6stest-bundle2-exchange.t#sshv1
64.3stest-http-permissions.t
64.1stest-bundle2-exchange.t#sshv2
63.3stest-fix.t
60.9stest-commit-amend.t
60.7stest-shelve.t#stripbased
60.5stest-shelve.t#phasebased
60.4stest-update-branches.t
58.2stest-rename-merge2.t
58.0stest-revset2.t
57.7stest-check-pylint.t
57.4stest-largefiles-update.t
56.2stest-strip.t
55.8stest-subrepo-git.t
55.3stest-bookmarks.t
55.3stest-copies.t#filelog
55.2stest-copies.t#compatibility
55.1stest-copies.t#changeset
55.0stest-copies.t#sidedata
54.5stest-shelve2.t#phasebased#abortcommand#continueflag
54.5stest-shelve2.t#phasebased#abortcommand#continuecommand
54.4stest-shelve2.t#phasebased#abortflag#continuecommand
54.3stest-shelve2.t#phasebased#abortflag#continueflag
53.5stest-shelve2.t#stripbased#abortcommand#continuecommand
53.1stest-shelve2.t#stripbased#abortcommand#continueflag
52.9stest-shelve2.t#stripbased#abortflag#continuecommand
52.9stest-shelve2.t#stripbased#abortflag#continueflag
52.8stest-phases-exchange.t
51.9stest-keyword.t
51.6stest-merge-force.t
50.0stest-push-warn.t
49.8stest-template-basic.t
49.0stest-lfs.t
48.2stest-obsolete-divergent.t
48.2stest-mq-subrepo.t
48.1stest-push-race.t#strict
48.0stest-merge-changedelete.t
47.9stest-template-keywords.t
47.9stest-push-race.t#unrelated
47.6stest-mv-cp-st-diff.t
47.4stest-clone.t#sshv1
47.4stest-run-tests.t
47.0stest-narrow.t#tree#lfs-on
46.7stest-narrow.t#flat#lfs-on
46.6stest-clone.t#sshv2
46.3stest-annotate.t
46.0stest-transplant.t#commandmode
45.8stest-transplant.t#continueflag
45.8stest-copytrace-heuristics.t
45.8stest-revert.t
44.7stest-mq-header-date.t
43.6stest-mq-header-from.t
43.3stest-convert-filemap.t
43.0stest-bisect.t
41.2stest-fileset.t
40.1stest-narrow.t#tree#lfs-off
40.1stest-narrow.t#flat#lfs-off
39.9stest-rebase-inmemory.t
39.8stest-resolve.t
39.1stest-tags.t
39.1stest-template-map.t
38.3stest-uncommit.t
37.1stest-rebase-scenario-global.t
36.2stest-init.t
36.1stest-tag.t
35.6stest-subrepo-deep-nested-change.t
35.4stest-backout.t
34.9stest-copies-unrelated.t#sidedata
34.8stest-copies-unrelated.t#compatibility
34.7stest-contrib-perf.t
34.6stest-copies-unrelated.t#changeset
34.6stest-copies-unrelated.t#filelog
34.5stest-treemanifest.t
33.7stest-mq-guards.t
33.7stest-remotefilelog-repack.t
33.5stest-treediscovery.t
32.9stest-branches.t
32.8stest-ssh-proto.t
32.7stest-censor.t
32.3stest-check-code.t
31.7stest-hook.t
31.3stest-commit-interactive.t
31.1stest-commit.t
30.8stest-rebase-collapse.t
30.6stest-bisect2.t
30.3stest-help.t
30.2stest-rename.t
30.1stest-remotefilelog-repack-fast.t
30.0stest-status.t
29.9stest-alias.t
29.8stest-bundle.t
29.7stest-histedit-fold.t
29.6stest-check-pyflakes.t
29.3stest-remotefilelog-bgprefetch.t
28.8stest-narrow-widen-no-ellipsis.t#tree
28.7stest-largefiles-wireproto.t#sshv2
28.6stest-hgwebdir.t
28.4stest-narrow-clone.t
28.4stest-ssh.t#sshv2
28.3stest-narrow-widen-no-ellipsis.t#flat
28.3stest-largefiles-wireproto.t#sshv1
28.2stest-narrow-widen.t#tree
28.2stest-automv.t
28.1stest-ssh.t#sshv1
28.0stest-narrow-widen.t#flat
27.8stest-archive.t
27.8stest-subrepo-svn.t
27.8stest-rebase-abort.t#abortcommand#continueflag
27.7stest-newbranch.t
27.6stest-https.t
27.5stest-rebase-abort.t#abortflag#continuecommand
27.5stest-rebase-abort.t#abortcommand#continuecommand
27.4stest-fastannotate-hg.t
27.4stest-rebase-abort.t#abortflag#continueflag
27.3stest-mq-qpush-fail.t
26.9stest-extension.t
26.7stest-merge-no-file-change.t
26.7stest-issue3084.t
26.5stest-obshistory.t
26.5stest-convert-cvs-detectmerge.t
26.4stest-phases.t
26.4stest-histedit-obsolete.t#abortcommand
26.3stest-histedit-obsolete.t#abortflag
26.2stest-eol.t
26.1stest-ssh-bundle1.t#sshv2
26.1stest-fetch.t
26.1stest-ssh-bundle1.t#sshv1
25.8stest-acl.t
25.2stest-histedit-arguments.t#abortcommand
25.0stest-histedit-arguments.t#abortflag
24.7stest-convert-cvs.t
24.7stest-bheads.t
24.6stest-convert-git.t
24.6stest-remotefilelog-prefetch.t
24.5stest-narrow-share.t#flat
24.4stest-setdiscovery.t
24.2stest-narrow-clone-no-ellipsis.t
24.2stest-convert-hg-sink.t
24.1stest-obsolete-distributed.t
24.1stest-http-bad-server.t
24.0stest-bookflow.t
24.0stest-narrow-share.t#tree
23.8stest-absorb.t
23.2stest-import-git.t
22.9stest-git-export.t
22.8stest-patchbomb.t
22.7stest-rebase-cache.t
22.7stest-lfs-serve.t#lfsremote-on
22.5stest-branch-change.t
22.5stest-mq-qnew.t
22.5stest-split.t#obsstore-on
22.1stest-upgrade-repo.t
22.1stest-merge1.t
21.8stest-sparse.t
21.8stest-remove.t
21.7stest-mq-qpush-exact.t
21.6stest-amend.t#obsstore-on
21.5stest-unamend.t
21.5stest-narrow-shallow-merges.t
21.4stest-hghave.t
21.4stest-audit-subrepo.t
21.4stest-rebase-dest.t
21.3stest-grep.t
21.2stest-treediscovery-legacy.t
21.2stest-rebase-parameters.t
21.0stest-walk.t
21.0stest-bundle-r.t
20.9stest-amend.t#obsstore-off
20.8stest-histedit-edit.t
20.5stest-convert-cvs-synthetic.t
20.5stest-split.t#obsstore-off
20.4stest-debugcommands.t
20.3stest-show-work.t
20.1stest-commandserver.t
20.1stest-http.t
20.0stest-rebase-newancestor.t

Timeline

test-check-code.t (32.33s)test-contrib-check-code.t (1.47s)test-contrib-check-commit.t (0.15s)test-contrib-perf.t (34.70s)test-imports-checker.t (0.86s)test-merge-combination.t (153.09s)test-obsolete-checkheads.t (14.71s)test-push-checkheads-unpushed-D4.t (6.64s)test-push-race.t#strict (48.09s)test-push-race.t#unrelated (47.92s)test-run-tests.t (47.37s)test-check-py3-compat.t (5.03s)test-push-checkheads-pruned-B8.t (7.29s)test-push-checkheads-superceed-A6.t (6.32s)test-push-checkheads-superceed-A7.t (6.41s)test-push-checkheads-unpushed-D3.t (6.39s)test-push-checkheads-unpushed-D5.t (6.68s)test-largefiles-update.t (57.42s)test-push-checkheads-pruned-B2.t (4.90s)test-push-checkheads-pruned-B3.t (4.87s)test-push-checkheads-pruned-B4.t (4.60s)test-push-checkheads-pruned-B5.t (5.55s)test-push-checkheads-superceed-A2.t (5.34s)test-push-checkheads-superceed-A3.t (5.45s)test-push-checkheads-unpushed-D2.t (5.42s)test-push-checkheads-unpushed-D7.t (6.52s)test-rebase-check-restore.t (6.63s)test-push-checkheads-partial-C1.t (4.38s)test-push-checkheads-partial-C2.t (4.34s)test-push-checkheads-partial-C4.t (4.15s)test-push-checkheads-pruned-B6.t (4.90s)test-push-checkheads-superceed-A8.t (5.11s)test-push-checkheads-unpushed-D6.t (5.27s)test-push-checkheads-partial-C3.t (4.22s)test-push-checkheads-pruned-B7.t (4.87s)test-push-checkheads-unpushed-D1.t (4.42s)test-subrepo-svn.t (27.77s)test-push-checkheads-superceed-A4.t (3.99s)test-push-checkheads-superceed-A5.t (3.99s)test-push-checkheads-pruned-B1.t (3.16s)test-push-checkheads-superceed-A1.t (3.39s)test-copytrace-heuristics.t (45.78s)test-check-config.t (10.75s)test-glog-beautifygraph.t (75.88s)test-gendoc-ja.t (4.19s)test-convert-cvs.t (24.73s)test-check-module-imports.t (12.87s)test-help.t (30.32s)test-obsolete-bounds-checking.t (0.96s)test-gendoc.t (5.57s)test-glog.t (76.15s)test-convert-svn-sink.t (19.46s)test-check-help.t (9.18s)test-patchbomb.t (22.78s)test-convert-svn-source.t (0.11s)test-obsolete-bundle-strip.t (102.14s)test-check-pyflakes.t (29.64s)test-abort-checkin.t (0.95s)test-http-bad-server.t (24.09s)test-ssh-proto-unbundle.t (19.04s)test-obsmarker-template.t (71.67s)test-acl.t (25.78s)test-check-commit.t (1.57s)test-check-shbang.t (2.21s)test-convert-svn-move.t (0.11s)test-check-interfaces.py (0.45s)test-hgweb-commands.t (19.96s)test-hgweb-symrev.t (18.48s)test-obsolete.t (92.98s)test-upgrade-repo.t (22.13s)test-extension.t (26.85s)test-ssh-proto.t (32.78s)test-log.t (88.45s)test-check-execute.t (1.46s)test-dirstate-race.t (15.41s)test-check-pylint.t (57.67s)test-graft.t#abortcommand (84.91s)test-graft.t#abortflag (85.43s)test-convert-svn-encoding.t (0.11s)test-wireproto-content-redirects.t (4.24s)test-hgweb-filelog.t (9.31s)test-hgwebdir.t (28.60s)test-wireproto-exchangev2.t (17.48s)test-bundle2-format.t (11.54s)test-template-map.t (39.13s)test-revset.t (116.00s)test-subrepo.t (97.89s)test-convert-cvs-detectmerge.t (26.48s)test-rebase-obsolete.t (76.43s)test-largefiles.t (87.95s)test-merge-tools.t (69.21s)test-hgweb-json.t (11.04s)test-convert-cvs-synthetic.t (20.50s)test-gendoc-ro.t (4.02s)test-import.t (75.48s)test-subrepo-deep-nested-change.t (35.65s)test-bundle2-exchange.t#sshv1 (64.58s)test-bundle2-exchange.t#sshv2 (64.10s)test-phases-exchange.t (52.76s)test-bookmarks-pushpull.t#b2-binary (99.56s)test-bookmarks-pushpull.t#b2-pushkey (99.52s)test-convert-cvsnt-mergepoints.t (12.60s)test-strip.t (56.21s)test-template-functions.t (86.17s)test-commit-interactive.t (31.30s)test-merge-changedelete.t (48.02s)test-lfs.t (48.96s)test-fix.t (63.28s)test-hook.t (31.73s)test-rename-merge2.t (58.22s)test-https.t (27.61s)test-highlight.t (12.14s)test-convert-git.t (24.65s)test-http-permissions.t (64.34s)test-lfs-test-server.t#git-server (0.25s)test-lfs-test-server.t#hg-server (12.31s)test-setdiscovery.t (24.37s)test-commandserver.t (20.13s)test-clone.t#sshv1 (47.43s)test-clone.t#sshv2 (46.63s)test-bookmarks.t (55.30s)test-check-clang-format.t (2.00s)test-merge-force.t (51.58s)test-revset2.t (58.05s)test-convert-cvs-branch.t (18.99s)test-shelve.t#phasebased (60.55s)test-shelve.t#stripbased (60.73s)test-largefiles-misc.t (76.99s)test-commit-amend.t (60.88s)test-branches.t (32.92s)test-http-protocol.t (12.72s)test-hgweb-diffs.t (11.86s)test-keyword.t (51.85s)test-revert.t (45.78s)test-template-keywords.t (47.94s)test-wireproto-command-filesdata.t (8.88s)test-convert-svn-branches.t (0.12s)test-mq.t (79.95s)test-convert-hg-svn.t (0.12s)test-gendoc-de.t (4.30s)test-lfs-serve-access.t (12.71s)test-wireproto-command-capabilities.t (3.95s)test-generaldelta.t (14.13s)test-subrepo-git.t (55.79s)test-lfs-serve.t#lfsremote-off (7.68s)test-lfs-serve.t#lfsremote-on (22.67s)test-transplant.t#commandmode (45.98s)test-transplant.t#continueflag (45.81s)test-treemanifest.t (34.48s)test-tags.t (39.14s)test-phases.t (26.42s)test-template-basic.t (49.84s)test-tag.t (36.09s)test-subrepo-recursion.t (18.98s)test-hgweb.t (14.22s)test-convert.t (8.45s)test-check-jshint.t (0.28s)test-http-api-httpv2.t (8.43s)test-http.t (20.12s)test-convert-filemap.t (43.29s)test-obsolete-divergent.t (48.21s)test-annotate.t (46.32s)test-bundle.t (29.75s)test-resolve.t (39.84s)test-shelve2.t#phasebased#abortcommand#continuecommand (54.48s)test-shelve2.t#phasebased#abortcommand#continueflag (54.49s)test-shelve2.t#phasebased#abortflag#continuecommand (54.41s)test-shelve2.t#phasebased#abortflag#continueflag (54.27s)test-shelve2.t#stripbased#abortcommand#continuecommand (53.55s)test-shelve2.t#stripbased#abortcommand#continueflag (53.08s)test-shelve2.t#stripbased#abortflag#continuecommand (52.92s)test-shelve2.t#stripbased#abortflag#continueflag (52.85s)test-split.t#obsstore-off (20.48s)test-split.t#obsstore-on (22.46s)test-notify.t (10.67s)test-encoding-textwrap.t (2.49s)test-obsolete-distributed.t (24.11s)test-walk.t (21.04s)test-mv-cp-st-diff.t (47.62s)test-bisect.t (43.01s)test-convert-p4-filetypes.t (0.13s)test-rebase-scenario-global.t (37.10s)test-commit.t (31.08s)test-ssh.t#sshv1 (28.14s)test-ssh.t#sshv2 (28.36s)test-bundle2-remote-changegroup.t#sshv1 (17.26s)test-bundle2-remote-changegroup.t#sshv2 (17.33s)test-clonebundles.t (17.47s)test-wireproto-exchangev2-shallow.t (5.36s)test-import-git.t (23.20s)test-mq-header-from.t (43.59s)test-i18n.t (4.28s)test-treediscovery.t (33.54s)test-bisect2.t (30.62s)test-archive.t (27.78s)test-fileset.t (41.19s)test-grep.t (21.31s)test-push-warn.t (49.96s)test-hgweb-annotate-whitespace.t (4.71s)test-remotefilelog-repack.t (33.69s)test-debugcommands.t (20.38s)test-remove.t (21.78s)test-rebase-inmemory.t (39.92s)test-clone-uncompressed.t#stream-bundle2 (19.56s)test-clone-uncompressed.t#stream-legacy (17.01s)test-alias.t (29.89s)test-ssh-bundle1.t#sshv1 (26.06s)test-ssh-bundle1.t#sshv2 (26.15s)test-mq-header-date.t (44.67s)test-wireproto-command-changesetdata.t (10.10s)test-pull-pull-corruption.t (15.08s)test-blackbox.t (12.32s)test-convert-svn-startrev.t (0.10s)test-devel-warnings.t (5.08s)test-backout.t (35.36s)test-push-http.t#bundle1 (17.59s)test-push-http.t#bundle2 (18.11s)test-check-format.t (0.41s)test-rebase-collapse.t (30.76s)test-contrib-relnotes.t (1.36s)test-update-branches.t (60.41s)test-audit-subrepo.t (21.43s)test-histedit-obsolete.t#abortcommand (26.41s)test-histedit-obsolete.t#abortflag (26.28s)test-histedit-arguments.t#abortcommand (25.16s)test-histedit-arguments.t#abortflag (25.01s)test-wireproto.t (9.15s)test-globalopts.t (10.94s)test-http-bundle1.t (17.54s)test-hgweb-descend-empties.t (1.98s)test-obshistory.t (26.50s)test-fncache.t (11.28s)test-rename.t (30.23s)test-uncommit.t (38.32s)test-fastannotate-hg.t (27.37s)test-mq-subrepo.t (48.20s)test-histedit-fold.t (29.68s)test-progress.t (4.49s)test-remotefilelog-repack-fast.t (30.14s)test-log-linerange.t (8.64s)test-extdiff.t (16.96s)test-getbundle.t (5.65s)test-largefiles-wireproto.t#sshv1 (28.29s)test-largefiles-wireproto.t#sshv2 (28.68s)test-status-color.t (17.83s)test-narrow.t#flat#lfs-off (40.07s)test-narrow.t#flat#lfs-on (46.69s)test-narrow.t#tree#lfs-off (40.11s)test-narrow.t#tree#lfs-on (47.05s)test-convert-hg-sink.t (24.20s)test-logexchange.t (15.94s)test-merge-types.t (12.72s)test-histedit-commute.t (14.30s)test-censor.t (32.68s)test-lfconvert.t (16.33s)test-histedit-edit.t (20.81s)test-remotefilelog-bgprefetch.t (29.31s)test-fetch.t (26.12s)test-copies.t#changeset (55.14s)test-copies.t#compatibility (55.19s)test-copies.t#filelog (55.29s)test-copies.t#sidedata (55.03s)test-wireproto-caching.t (5.64s)test-amend.t#obsstore-off (20.91s)test-amend.t#obsstore-on (21.56s)test-incoming-outgoing.t (13.56s)test-clone-pull-corruption.t (7.88s)test-eol.t (26.20s)test-rollback.t (19.74s)test-install.t (3.27s)test-newbranch.t (27.69s)test-bundle2-multiple-changegroups.t (7.00s)test-merge-criss-cross.t (15.12s)test-wireproto-command-manifestdata.t (5.91s)test-git-export.t (22.87s)test-infinitepush-ci.t (12.89s)test-status.t (30.01s)test-diff-color.t (6.95s)test-rebase-abort.t#abortcommand#continuecommand (27.48s)test-rebase-abort.t#abortcommand#continueflag (27.75s)test-rebase-abort.t#abortflag#continuecommand (27.52s)test-rebase-abort.t#abortflag#continueflag (27.35s)test-lfs-largefiles.t (12.95s)test-hgweb-empty.t (1.80s)test-dirstate-race2.t (1.80s)test-merge1.t (22.08s)test-infinitepush-bundlestore.t (19.47s)test-rebase-conflicts.t (13.51s)test-push.t (18.15s)test-rebase-newancestor.t (20.04s)test-convert-mtn.t (0.10s)test-copies-in-changeset.t#extra (16.90s)test-copies-in-changeset.t#sidedata (18.87s)test-narrow-shallow-merges.t (21.48s)test-mq-guards.t (33.72s)test-hghave.t (21.45s)test-convert-svn-tags.t (0.13s)test-pager.t (12.44s)test-completion.t (5.81s)test-wireproto-command-filedata.t (7.34s)test-qrecord.t (6.10s)test-mq-subrepo-svn.t (2.23s)test-revset-legacy-lookup.t (18.46s)test-copies-unrelated.t#changeset (34.62s)test-copies-unrelated.t#compatibility (34.80s)test-copies-unrelated.t#filelog (34.60s)test-copies-unrelated.t#sidedata (34.86s)test-rebase-interruptions.t (18.58s)test-absorb.t (23.78s)test-rebase-parameters.t (21.16s)test-hardlinks.t (13.24s)test-export.t (12.16s)test-issue3084.t (26.67s)test-merge-no-file-change.t (26.71s)test-verify.t (8.62s)test-narrow-patterns.t (15.96s)test-rebase-dest.t (21.40s)test-mq-qpush-fail.t (27.31s)test-narrow-widen-no-ellipsis.t#flat (28.32s)test-narrow-widen-no-ellipsis.t#tree (28.77s)test-bundle-r.t (21.03s)test-rebase-pull.t (17.79s)test-exchange-obsmarkers-case-A1.t (16.82s)test-branch-change.t (22.53s)test-sparse.t (21.83s)test-commit-interactive-curses.t (14.29s)test-rebase-named-branches.t (16.79s)test-fix-topology.t#obsstore-off (11.55s)test-fix-topology.t#obsstore-on (13.42s)test-import-bypass.t (17.11s)test-revert-interactive.t (12.36s)test-parse-date.t (19.77s)test-treediscovery-legacy.t (21.18s)test-narrow-widen.t#flat (28.02s)test-narrow-widen.t#tree (28.25s)test-rebase-cache.t (22.69s)test-journal.t (6.87s)test-help-hide.t (0.40s)test-releasenotes-formatting.t (11.95s)test-mq-qrefresh.t (17.51s)test-histedit-fold-non-commute.t (15.03s)test-gendoc-pt_BR.t (4.51s)test-gendoc-zh_CN.t (4.33s)test-gendoc-zh_TW.t (4.31s)test-exchange-obsmarkers-case-A3.t (17.54s)test-mq-qrefresh-interactive.t (3.99s)test-chg.t (0.09s)test-wireproto-command-rawstorefiledata.t (3.35s)test-static-http.t (11.09s)test-histedit-non-commute.t (14.49s)test-hgignore.t (10.42s)test-githelp.t (15.42s)test-win32text.t (10.49s)test-exchange-obsmarkers-case-C3.t (11.13s)test-gendoc-it.t (4.30s)test-gendoc-el.t (4.34s)test-gendoc-fr.t (4.33s)test-gendoc-ru.t (4.44s)test-gendoc-sv.t (4.34s)test-gendoc-da.t (4.36s)test-share-bookmarks.t#svfs (12.56s)test-share-bookmarks.t#vfs (12.59s)test-mq-qnew.t (22.47s)test-bheads.t (24.67s)test-flagprocessor.t (17.29s)test-diff-ignore-whitespace.t (14.10s)test-bookflow.t (24.02s)test-config.t (10.90s)test-http-api.t (3.58s)test-largefiles-cache.t (14.51s)test-encoding.t (6.55s)test-rebase-rename.t (16.09s)test-convert-bzr-merges.t (0.09s)test-mq-qimport.t (18.63s)test-manifest.t (12.16s)test-url-rev.t (13.43s)test-diff-unified.t (9.17s)test-mq-qrefresh-replace-log-message.t (12.87s)test-unamend.t (21.50s)test-init.t (36.23s)test-pager-legacy.t (8.78s)test-rebase-base-flag.t (14.44s)test-histedit-base.t (7.52s)test-parseindex.t (4.32s)test-clone-r.t (11.88s)test-bad-extension.t (1.88s)test-hgweb-raw.t (3.82s)test-rebase-mq.t (16.97s)test-exchange-obsmarkers-case-D1.t (10.65s)test-hgweb-removed.t (1.96s)test-eol-patch.t (6.86s)test-automv.t (28.16s)test-exchange-obsmarkers-case-C2.t (10.32s)test-single-head.t (12.48s)test-ssh-clone-r.t#sshv1 (11.43s)test-ssh-clone-r.t#sshv2 (11.46s)test-subrepo-relative-path.t (10.33s)test-hgrc.t (5.92s)test-casecollision-merge.t (0.09s)test-http-clone-r.t (10.81s)test-convert-bzr.t (0.09s)test-bookmarks-corner-case.t (8.10s)test-rename-dir-merge.t (12.77s)test-strip-cross.t (17.32s)test-add.t (18.94s)test-histedit-no-change.t (10.79s)test-narrow-clone.t (28.42s)test-diffstat.t (12.49s)test-convert-splicemap.t (10.57s)test-http-proxy.t (4.28s)test-removeemptydirs.t (11.82s)test-fileset-generated.t (6.64s)test-bundle-phases.t (15.50s)test-exchange-obsmarkers-case-C1.t (9.68s)test-status-rev.t (6.08s)test-diff-upgrade.t (4.53s)test-pull-update.t (12.42s)test-copy.t (14.04s)test-bisect3.t (8.68s)test-conflict.t (7.40s)test-remotefilelog-prefetch.t (24.60s)test-up-local-change.t (12.07s)test-dispatch.t (9.52s)test-narrow-exchange.t#lfs-off (9.82s)test-narrow-exchange.t#lfs-on (11.24s)test-obsolete-changeset-exchange.t (7.61s)test-exchange-obsmarkers-case-D4.t (8.59s)test-eol-update.t (6.31s)test-remotefilelog-push-pull.t (16.12s)test-pull-bundle.t (8.46s)test-share.t (9.34s)test-narrow-exchange-merges.t (10.12s)test-absorb-rename.t (12.80s)test-exchange-obsmarkers-case-B5.t (9.95s)test-churn.t (9.10s)test-pull-branch.t (12.07s)test-eol-hook.t (8.24s)test-bundle-type.t (13.53s)test-remotefilelog-linknodes.t (14.06s)test-notify-changegroup.t (4.64s)test-narrow-trackedcmd.t#flat (9.02s)test-narrow-trackedcmd.t#tree (8.96s)test-byteify-strings.t (0.74s)test-rebase-detach.t (12.92s)test-stream-bundle-v2.t (3.80s)test-sparse-profiles.t (9.74s)test-mq-qpush-exact.t (21.68s)test-fastannotate-protocol.t (8.65s)test-hybridencode.py (0.26s)test-rebase-bookmarks.t (14.84s)test-bookmarks-current.t (15.02s)test-convert-hg-source.t (12.28s)test-encoding-align.t (5.16s)test-debugbuilddag.t (5.79s)test-convert-baz.t (0.10s)test-inherit-mode.t (1.95s)test-histedit-non-commute-abort.t (7.32s)test-infinitepush.t (14.30s)test-releasenotes-merging.t (6.01s)test-remotefilelog-gcrepack.t (9.00s)test-convert-hg-startrev.t (9.45s)test-show-work.t (20.32s)test-narrow-strip.t#flat#lfs-off (6.85s)test-narrow-strip.t#flat#lfs-on (7.87s)test-narrow-strip.t#tree#lfs-off (6.83s)test-narrow-strip.t#tree#lfs-on (7.71s)test-repo-compengines.t (9.12s)test-merge-commit.t (7.21s)test-audit-path.t (12.48s)test-exchange-obsmarkers-case-B4.t (10.45s)test-fastannotate.t (11.28s)test-narrow-expanddirstate.t (5.43s)test-purge.t (10.47s)test-symlinks.t (11.43s)test-exchange-obsmarkers-case-C4.t (8.74s)test-sparse-revlog.t (0.10s)test-mq-safety.t (13.27s)test-directaccess.t (8.86s)test-exchange-obsmarkers-case-A6.t (9.53s)test-exchange-obsmarkers-case-A5.t (8.58s)test-remotefilelog-local.t (15.76s)test-basic.t (6.33s)test-narrow-share.t#flat (24.47s)test-narrow-share.t#tree (23.98s)test-hgweb-csp.t (5.56s)test-histedit-bookmark-motion.t (6.48s)test-obsolete-tag-cache.t (4.66s)test-diff-binary-file.t (6.08s)test-casefolding.t (0.09s)test-mq-git.t (6.18s)test-mq-qfold.t (10.03s)test-remotefilelog-cacheprocess.t (3.92s)test-patchbomb-bookmark.t (3.58s)test-stack.t (12.16s)test-journal-share.t (6.03s)test-paths.t (12.96s)test-contrib-testparseutil.t (0.29s)test-hgweb-no-request-uri.t (1.32s)test-sparse-merges.t (10.63s)test-pathconflicts-merge.t (10.82s)test-releasenotes-parsing.t (2.36s)test-diff-indent-heuristic.t#bdiff (0.72s)test-diff-indent-heuristic.t#xdiff (0.95s)test-import-merge.t (19.13s)test-drawdag.t (8.54s)test-patchbomb-tls.t (3.59s)test-exchange-obsmarkers-case-B2.t (7.96s)test-convert-p4.t (0.13s)test-show-stack.t (18.66s)test-narrow-clone-nonlinear.t (18.61s)test-mq-eol.t (5.89s)test-convert-bzr-directories.t (0.10s)test-exchange-obsmarkers-case-A4.t (7.19s)test-obsmarkers-effectflag.t (18.33s)test-rename-merge1.t (18.24s)test-fastannotate-renames.t (8.69s)test-histedit-drop.t (5.69s)test-rebase-mq-skip.t#continuecommand (17.89s)test-rebase-mq-skip.t#continueflag (17.67s)test-bookmarks-merge.t (17.33s)test-lock-badness.t (17.28s)test-repair-strip.t (5.08s)test-histedit-outgoing.t (7.83s)test-pull.t#sshv1 (6.39s)test-pull.t#sshv2 (6.50s)test-exchange-obsmarkers-case-B6.t (7.39s)test-merge-default.t (7.56s)test-extension-timing.t (0.88s)test-match.py (0.18s)test-rebase-emptycommit.t (8.07s)test-cbor.py (0.78s)test-debugbundle.t (2.94s)test-copy-move-merge.t (15.40s)test-profile.t (14.84s)test-convert-tla.t (1.35s)test-mq-qclone-http.t (13.00s)test-exchange-obsmarkers-case-A2.t (12.72s)test-exchange-obsmarkers-case-D2.t (12.58s)test-status-terse.t (12.50s)test-merge7.t (3.62s)test-phase-archived.t (4.18s)test-hgweb-no-path-info.t (1.19s)test-subrepo-missing.t (11.28s)test-pathconflicts-update.t (10.83s)test-show.t (10.65s)test-addremove-similar.t (10.53s)test-contrib.t (1.55s)test-unionrepo.t (10.37s)test-flags.t (10.19s)test-remotefilelog-gc.t (10.09s)test-commit-multiple.t (9.96s)test-commit-unresolved.t#abortcommand (9.56s)test-commit-unresolved.t#abortflag (9.54s)test-import-eol.t (9.25s)test-logtoprocess.t (9.14s)test-mq-missingfiles.t (9.27s)test-sparse-import.t (9.04s)test-rebase-transaction.t#continuecommand (9.09s)test-rebase-transaction.t#continueflag (9.04s)test-identify.t (8.58s)test-default-push.t (8.08s)test-merge-subrepos.t (7.78s)test-narrow-clone-no-ellipsis.t (24.23s)test-filebranch.t (4.35s)test-convert-datesort.t (7.76s)test-mq-qdelete.t (13.05s)test-mq-merge.t (8.42s)test-sidedata.t (3.90s)test-update-atomic.t (3.41s)test-pending.t (6.95s)test-pull-r.t (7.24s)test-clone-update-order.t (5.18s)test-fastannotate-perfhack.t (8.40s)test-origbackup-conflict.t (5.13s)test-narrow-pull.t (16.17s)test-merge-local.t (6.30s)test-bugzilla.t (2.17s)test-exchange-obsmarkers-case-D3.t (8.01s)test-remotefilelog-http.t (5.92s)test-narrow-shallow.t (16.73s)test-remote-hidden.t (5.38s)test-merge-halt.t (5.83s)test-worker.t (2.57s)test-branch-option.t (8.88s)test-empty-group.t (4.54s)test-mac-packages.t (0.18s)test-fix-metadata.t (0.78s)test-http-branchmap.t (3.88s)test-parents.t (5.88s)test-children.t (5.98s)test-diff-change.t (6.94s)test-extdata.t (6.80s)test-bundle2-pushback.t#sshv1 (3.67s)test-bundle2-pushback.t#sshv2 (3.80s)test-rebuildstate.t (6.04s)test-narrow-merge.t#flat (7.58s)test-narrow-merge.t#tree (7.55s)test-mq-pull-from-bundle.t (7.17s)test-exchange-obsmarkers-case-B3.t (7.05s)test-remotefilelog-corrupt-cache.t (4.60s)test-amend-subrepo.t#obsstore-off (7.97s)test-amend-subrepo.t#obsstore-on (7.66s)test-merge-internal-tools-pattern.t (5.04s)test-run-tests.py (0.20s)test-issue672.t (3.32s)test-extensions-afterloaded.t (4.47s)test-tools.t (1.04s)test-fastannotate-corrupt.t (4.09s)test-narrow-commit.t#flat (8.73s)test-narrow-commit.t#tree (8.69s)test-eol-clone.t (2.83s)test-wireproto-serverreactor.py (0.28s)test-excessive-merge.t (4.38s)test-relink.t (2.90s)test-mq-qqueue.t (10.04s)test-narrow-rebase.t#continuecommand (7.07s)test-narrow-rebase.t#continueflag (7.06s)test-push-cgi.t (1.79s)test-record.t (1.17s)test-convert-darcs.t (0.83s)test-remotefilelog-clone-tree.t (4.44s)test-patch.t (3.54s)test-hgweb-non-interactive.t (1.04s)test-sqlitestore.t (2.23s)test-remotefilelog-clone.t (4.42s)test-arbitraryfilectx.t (2.18s)test-remotefilelog-sparse.t (11.35s)test-cache-abuse.t (14.26s)test-rebase-backup.t (5.39s)test-simple-update.t (6.25s)test-pathconflicts-basic.t (6.10s)test-committer.t (4.37s)test-exchange-obsmarkers-case-B7.t (6.85s)test-pull-http.t (3.69s)test-remotefilelog-bundle2-legacy.t (0.64s)test-exchange-obsmarkers-case-B1.t (6.81s)test-remotefilelog-log.t (5.37s)test-mq-qdiff.t (6.27s)test-bookmarks-rebase.t (5.25s)test-serve.t (5.35s)test-exchange-obsmarkers-case-A7.t (5.92s)test-revset-outgoing.t (4.28s)test-import-context.t (1.80s)test-remotefilelog-bundle2.t (6.18s)test-eol-add.t (3.29s)test-bundle-vs-outgoing.t (4.58s)test-rebase-partial.t (4.36s)test-update-names.t (6.08s)test-mailmap.t (3.74s)test-remotefilelog-bundles.t (5.03s)test-merge-remove.t (5.88s)test-convert-tagsbranch-topology.t (1.47s)test-requires.t (3.22s)test-locate.t (8.30s)test-merge-closedheads.t (7.56s)test-rename-after-merge.t (6.14s)test-wireproto-clientreactor.py (0.25s)test-contrib-dumprevlog.t (3.25s)test-remotefilelog-pull-noshallow.t (3.45s)test-debugextensions.t (1.36s)test-narrow-clone-stream.t#flat-fncache (19.98s)test-narrow-clone-stream.t#flat-nofncache (19.96s)test-narrow-clone-stream.t#tree (19.95s)test-rebase-legacy.t#continuecommand (1.52s)test-rebase-legacy.t#continueflag (1.31s)test-issue1306.t (3.01s)test-lfs-bundle.t (5.88s)test-cat.t (7.61s)test-issue1175.t (5.74s)test-nointerrupt.t (4.69s)test-issue660.t (6.23s)test-largefiles-small-disk.t (1.54s)test-convert-clonebranches.t (5.10s)test-oldcgi.t (1.42s)test-impexp-branch.t (4.39s)test-narrow-clone-non-narrow-server.t (8.25s)test-histedit-no-backup.t#abortcommand (2.64s)test-histedit-no-backup.t#abortflag (2.68s)test-issue586.t (5.42s)test-unified-test.t (0.74s)test-rebase-templates.t (3.61s)test-remotefilelog-tags.t (4.10s)test-symlink-placeholder.t (3.21s)test-merge6.t (4.15s)test-narrow-copies.t (5.83s)test-server-view.t (4.00s)test-rebase-issue-noparam-single-rev.t (5.49s)test-dirstate.t (3.78s)test-close-head.t (4.49s)test-url-download.t (4.18s)test-merge-revert2.t (7.81s)test-verify-repo-operations.py (0.12s)test-addremove.t (5.50s)test-mq-qrename.t (9.89s)test-narrow-update.t (5.50s)test-mq-symlinks.t (8.06s)test-ssh-repoerror.t (4.49s)test-wsgirequest.py (0.35s)test-double-merge.t (2.08s)test-narrow-patch.t#flat (2.59s)test-narrow-patch.t#tree (2.75s)test-glog-topological.t (2.16s)test-sparse-verbose-json.t (3.33s)test-merge9.t (4.36s)test-context-metadata.t (2.58s)test-patch-offset.t (0.78s)test-log-exthook.t (1.19s)test-newcgi.t (1.07s)test-issue1802.t (3.39s)test-update-reverse.t (2.97s)test-wireproto-command-branchmap.t (2.97s)test-pushvars.t (2.68s)test-histedit-templates.t (2.38s)test-hgwebdirsym.t (3.53s)test-manifest.py (2.58s)test-revlog-raw.py (0.65s)test-merge-symlinks.t (1.71s)test-branch-tag-confict.t (2.38s)test-narrow-debugcommands.t (2.84s)test-custom-filters.t (2.05s)test-sparse-clone.t (1.91s)test-issue2137.t (0.96s)test-remotefilelog-partial-shallow.t (3.34s)test-eolfilename.t (2.63s)test-merge10.t (3.32s)test-journal-exists.t (2.55s)test-revlog-v2.t (1.89s)test-diffdir.t (4.72s)test-schemes.t (2.83s)test-issue522.t (2.75s)test-histedit-merge-tools.t (2.11s)test-mq-qgoto.t (6.65s)test-revlog.t (1.62s)test-newercgi.t (1.05s)test-url.py (0.24s)test-editor-filename.t (1.69s)test-import-unknown.t (5.22s)test-unbundlehash.t (1.87s)test-narrow-sparse.t#flat (3.10s)test-narrow-sparse.t#tree (3.20s)test-missing-capability.t (2.61s)test-wireproto-command-known.t (2.27s)test-wireproto-command-listkeys.t (2.74s)test-convert-identity.t (3.01s)test-merge-revert.t (7.68s)test-wireproto-command-heads.t (2.36s)test-encode.t (3.24s)test-permissions.t (2.43s)test-casecollision.t (4.97s)test-ancestor.py (0.98s)test-update-dest.t (2.53s)test-known.t (3.75s)test-sparse-fsmonitor.t (0.02s)test-no-symlinks.t (0.11s)test-remotefilelog-datapack.py (1.73s)test-convert-authormap.t (1.67s)test-sparse-requirement.t (1.67s)test-subrepo-paths.t (1.63s)test-confused-revert.t (4.34s)test-remotefilelog-permissions.t (3.93s)test-fuzz-targets.t (0.34s)test-issue1993.t (2.13s)test-issue1502.t (2.71s)test-clone-cgi.t (1.03s)test-sparse-clear.t (2.46s)test-simplemerge.py (0.21s)test-websub.t (1.55s)test-rebase-brute-force.t (2.27s)test-revlog-mmapindex.t (16.40s)test-merge2.t (5.23s)test-diff-antipatience.t#bdiff (0.78s)test-diff-antipatience.t#xdiff (1.01s)test-issue1877.t (3.60s)test-gpg.t (1.89s)test-empty-file.t (3.00s)test-lrucachedict.py (0.20s)test-changelog-exec.t (2.60s)test-hgk.t (2.11s)test-diff-hashes.t (2.13s)test-debian-packages.t (0.40s)test-absorb-edit-lines.t (2.51s)test-remotefilelog-wireproto.t (3.46s)test-mactext.t (1.20s)test-convert-bzr-ghosts.t (0.09s)test-docker-packaging.t (0.26s)test-bookmarks-strip.t (2.93s)test-narrow-acl.t (3.15s)test-remotefilelog-keepset.t (2.70s)test-lock.py (0.21s)test-remotefilelog-histpack.py (3.71s)test-remotefilelog-bad-configs.t (2.62s)test-diff-subdir.t (1.85s)test-convert-bzr-114.t (0.09s)test-trusted.py (0.29s)test-narrow-debugrebuilddirstate.t (2.02s)test-unrelated-pull.t (2.07s)test-parseindex2.py (0.32s)test-diff-reverse.t (2.30s)test-revset-dirstate-parents.t (4.91s)test-wireproto-command-pushkey.t (1.73s)test-update-issue1456.t (3.09s)test-empty.t (1.56s)test-merge5.t (2.76s)test-wireproto-framing.py (0.21s)test-narrow-archive.t (3.08s)test-diff-copy-depth.t (4.41s)test-convert-bzr-treeroot.t (0.09s)test-absorb-unfinished.t (1.48s)test-hgweb-bundle.t (1.91s)test-mq-qimport-fail-cleanup.t (1.70s)test-linerange.py (0.20s)test-fix-clang-format.t (1.37s)test-manifest-merging.t (1.98s)test-issue619.t (2.10s)test-merge8.t (2.08s)test-issue842.t (2.10s)test-remotefilelog-blame.t (3.53s)test-linelog.py (2.27s)test-filecache.py (1.04s)test-revlog-group-emptyiter.t (1.47s)test-propertycache.py (0.56s)test-pathencode.py (0.57s)test-demandimport.py (0.37s)test-archive-symlinks.t (1.43s)test-absorb-strip.t (1.32s)test-pull-permission.t (1.30s)test-issue5979.t (2.65s)test-rust-ancestor.py (0.16s)test-revisions.t (3.60s)test-merge4.t (2.29s)test-absorb-filefixupstate.py (0.37s)test-wireproto-command-lookup.t (1.42s)test-phabricator.t (0.42s)test-context.py (0.43s)test-issue612.t (2.13s)test-debugindexdot.t (2.21s)test-eol-tag.t (1.47s)test-batching.py (0.31s)test-bdiff.py (0.20s)test-hgweb-auth.py (0.20s)test-nested-repo.t (2.63s)test-minirst.py (0.22s)test-execute-bit.t (2.33s)test-username-newline.t (0.89s)test-fastannotate-revmap.py (0.36s)test-issue4074.t (1.82s)test-remotefilelog-share.t (2.09s)test-revlog-packentry.t (1.15s)test-dirstate-nonnormalset.t (1.83s)test-ui-config.py (0.39s)test-diff-issue2761.t (2.10s)test-atomictempfile.py (0.20s)test-strict.t (1.92s)test-util.py (0.20s)test-diff-newlines.t (0.97s)test-rust-discovery.py (0.16s)test-empty-dir.t (1.36s)test-storage.py (1.82s)test-absorb-phase.t (1.76s)test-annotate.py (0.22s)test-extra-filelog-entry.t (1.52s)test-debugrename.t (1.94s)test-issue1438.t (1.95s)test-issue1102.t (1.72s)test-fastannotate-diffopts.t (0.99s)test-revert-unknown.t (1.71s)test-bad-pull.t (1.29s)test-revert-flags.t (1.40s)test-simplekeyvaluefile.py (0.22s)test-issue1089.t (1.53s)test-doctest.py (0.99s)test-backwards-remove.t (1.27s)test-wireproto.py (0.26s)test-contrib-emacs.t (0.38s)test-cappedreader.py (0.16s)test-xdg.t (0.30s)test-dirstate-backup.t (0.45s)test-mq-qsave.t (1.01s)test-encoding-func.py (0.17s)test-extensions-wrapfunction.py (0.26s)test-walkrepo.py (0.37s)test-revlog-ancestry.py (0.53s)test-ui-verbosity.py (0.32s)test-filelog.py (0.37s)test-sshserver.py (0.30s)test-hg-parseurl.py (0.33s)test-symlink-os-yes-fs-no.py (1.35s)test-minifileset.py (0.24s)test-config-env.py (0.20s)test-lfs-pointer.py (0.35s)test-duplicateoptions.py (0.40s)test-hgwebdir-paths.py (0.34s)test-ui-color.py (0.31s)test-status-inprocess.py (0.32s)test-dispatch.py (0.35s)test-mdiff.py (0.20s)