Job try-40bf3d7ecc42b7f7cf8004f346b6fe304ffe7a59-debian10-system-python3-0

Repo:try
Node:40bf3d7ecc42b7f7cf8004f346b6fe304ffe7a59
Name:debian10-system-python3
Scheduled At:2019-11-04T16:33:02
Started At:2019-11-04T16:33:09
Finished At:2019-11-04T16:39:32

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-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.3 (default, Apr  3 2019, 05:39:12) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.2rc0+96-40bf3d7ecc42)
+  ** Extensions loaded: fsmonitor
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/dispatch.py", line 1174, in _dispatch
+      lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/debugcommands.py", line 1696, in debuginstall
+      problems += handler(ui, fm)
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/hgext/fsmonitor/__init__.py", line 201, in debuginstall
+      err,
+    File "/hgwork/tmp/hgtests.tg1n40qv/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.3 (default, Apr  3 2019, 05:39:12) [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.tg1n40qv/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/dispatch.py", line 1174, in _dispatch
+      lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/debugcommands.py", line 1707, in debuginstall
+      fm.end()
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/formatter.py", line 445, in end
+      baseformatter.end(self)
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/formatter.py", line 269, in end
+      self._showitem()
+    File "/hgwork/tmp/hgtests.tg1n40qv/install/lib/python/mercurial/formatter.py", line 440, in _showitem
+      u = templatefilters.json(v, paranoid=False)
+    File "/hgwork/tmp/hgtests.tg1n40qv/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
@@ -264,11 +341,11 @@
   checking encoding (ascii)...
   checking Python executable (*) (glob)
   checking Python version (2.*) (glob) (no-py3 !)
-  checking Python version (3.*) (glob) (py3 !)
+    TLS 1.2 not supported by Python install; network connections lack modern security (?)
+    SNI not supported by Python install; may have connectivity issues with some servers (?)
+  checking Python version (2.7.16)
   checking Python lib (*)... (glob)
   checking Python security support (*) (glob)
-    TLS 1.2 not supported by Python install; network connections lack modern security (?)
-    SNI not supported by Python install; may have connectivity issues with some servers (?)
   checking Mercurial version (*) (glob)
   checking Mercurial custom build (*) (glob)
   checking module policy (*) (glob)

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:35:34] "{"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:35:34] 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:35:34] code 400, message Bad request version ('"download"}')
 
   $ cat >> $TESTTMP/lfsstoreerror.py <<EOF
   > import errno

Skipped Tests

Long Tests

DurationTest
136.7stest-merge-combination.t
103.0stest-revset.t
90.7stest-obsolete-bundle-strip.t
89.0stest-bookmarks-pushpull.t#b2-binary
89.0stest-bookmarks-pushpull.t#b2-pushkey
87.6stest-subrepo.t
82.8stest-obsolete.t
78.5stest-largefiles.t
78.2stest-log.t
77.2stest-template-functions.t
76.1stest-graft.t#abortcommand
76.0stest-graft.t#abortflag
71.2stest-mq.t
69.0stest-largefiles-misc.t
68.1stest-rebase-obsolete.t
67.3stest-glog-beautifygraph.t
67.1stest-glog.t
66.8stest-import.t
64.0stest-obsmarker-template.t
61.3stest-merge-tools.t
60.4stest-install.t
58.2stest-bundle2-exchange.t#sshv2
58.1stest-bundle2-exchange.t#sshv1
56.5stest-http-permissions.t
56.5stest-check-pylint.t
56.0stest-fix.t
55.7stest-largefiles-update.t
54.3stest-commit-amend.t
54.1stest-shelve.t#stripbased
54.1stest-update-branches.t
53.4stest-shelve.t#phasebased
52.3stest-rename-merge2.t
51.7stest-revset2.t
50.5stest-strip.t
49.8stest-subrepo-git.t
49.5stest-bookmarks.t
49.1stest-copies.t#filelog
49.1stest-copies.t#sidedata
49.1stest-copies.t#changeset
48.8stest-copies.t#compatibility
48.8stest-shelve2.t#phasebased#abortcommand#continuecommand
48.6stest-shelve2.t#phasebased#abortflag#continuecommand
48.5stest-shelve2.t#phasebased#abortcommand#continueflag
48.2stest-shelve2.t#phasebased#abortflag#continueflag
47.6stest-shelve2.t#stripbased#abortcommand#continuecommand
47.4stest-shelve2.t#stripbased#abortcommand#continueflag
47.4stest-shelve2.t#stripbased#abortflag#continuecommand
47.0stest-shelve2.t#stripbased#abortflag#continueflag
46.9stest-phases-exchange.t
46.6stest-keyword.t
46.3stest-merge-force.t
44.7stest-run-tests.t
44.3stest-template-basic.t
44.3stest-push-warn.t
43.9stest-lfs.t
43.6stest-push-race.t#strict
43.3stest-mq-subrepo.t
43.2stest-push-race.t#unrelated
43.0stest-clone.t#sshv1
43.0stest-template-keywords.t
42.8stest-mv-cp-st-diff.t
42.7stest-merge-changedelete.t
42.7stest-obsolete-divergent.t
42.2stest-narrow.t#tree#lfs-on
42.2stest-narrow.t#flat#lfs-on
41.8stest-clone.t#sshv2
41.3stest-transplant.t#continueflag
41.2stest-annotate.t
41.2stest-revert.t
41.1stest-transplant.t#commandmode
40.8stest-copytrace-heuristics.t
39.6stest-mq-header-date.t
38.6stest-mq-header-from.t
38.5stest-convert-filemap.t
38.2stest-bisect.t
36.6stest-fileset.t
36.1stest-narrow.t#tree#lfs-off
35.9stest-narrow.t#flat#lfs-off
35.5stest-rebase-inmemory.t
35.3stest-resolve.t
35.0stest-tags.t
34.3stest-template-map.t
33.9stest-uncommit.t
33.0stest-rebase-scenario-global.t
32.6stest-contrib-perf.t
32.4stest-init.t
32.2stest-tag.t
32.1stest-subrepo-deep-nested-change.t
31.3stest-backout.t
31.2stest-copies-unrelated.t#changeset
31.2stest-copies-unrelated.t#compatibility
31.2stest-remotefilelog-repack.t
31.2stest-copies-unrelated.t#filelog
31.1stest-treediscovery.t
31.0stest-copies-unrelated.t#sidedata
30.9stest-treemanifest.t
29.7stest-mq-guards.t
29.4stest-branches.t
29.2stest-censor.t
29.1stest-check-code.t
29.0stest-ssh-proto.t
28.7stest-hook.t
28.0stest-commit-interactive.t
28.0stest-remotefilelog-repack-fast.t
27.8stest-remotefilelog-bgprefetch.t
27.7stest-commit.t
27.3stest-rebase-collapse.t
27.1stest-bisect2.t
27.1stest-rename.t
26.8stest-bundle.t
26.7stest-status.t
26.6stest-help.t
26.6stest-histedit-fold.t
26.5stest-convert-cvs-detectmerge.t
26.4stest-alias.t
25.9stest-hgwebdir.t
25.8stest-narrow-widen-no-ellipsis.t#flat
25.8stest-narrow-widen-no-ellipsis.t#tree
25.7stest-largefiles-wireproto.t#sshv2
25.7stest-ssh.t#sshv1
25.7stest-narrow-widen.t#tree
25.6stest-largefiles-wireproto.t#sshv1
25.6stest-ssh.t#sshv2
25.6stest-narrow-clone.t
25.5stest-subrepo-svn.t
25.3stest-narrow-widen.t#flat
25.2stest-https.t
25.2stest-automv.t
24.9stest-archive.t
24.7stest-newbranch.t
24.7stest-rebase-abort.t#abortcommand#continueflag
24.6stest-rebase-abort.t#abortflag#continueflag
24.6stest-rebase-abort.t#abortflag#continuecommand
24.5stest-fastannotate-hg.t
24.5stest-convert-cvs.t
24.5stest-rebase-abort.t#abortcommand#continuecommand
24.2stest-mq-qpush-fail.t
24.0stest-merge-no-file-change.t
23.8stest-issue3084.t
23.8stest-histedit-obsolete.t#abortcommand
23.7stest-extension.t
23.6stest-phases.t
23.5stest-ssh-bundle1.t#sshv2
23.5stest-histedit-obsolete.t#abortflag
23.5stest-narrow-share.t#flat
23.5stest-ssh-bundle1.t#sshv1
23.4stest-narrow-share.t#tree
23.3stest-eol.t
23.3stest-fetch.t
23.3stest-obshistory.t
23.0stest-acl.t
22.5stest-convert-git.t
22.4stest-histedit-arguments.t#abortflag
22.3stest-histedit-arguments.t#abortcommand
22.3stest-http-bad-server.t
22.3stest-remotefilelog-prefetch.t
22.2stest-bheads.t
21.9stest-setdiscovery.t
21.8stest-narrow-clone-no-ellipsis.t
21.6stest-convert-hg-sink.t
21.4stest-obsolete-distributed.t
21.2stest-bookflow.t
21.1stest-convert-cvs-synthetic.t
21.1stest-absorb.t
20.8stest-import-git.t
20.8stest-lfs-serve.t#lfsremote-on
20.6stest-patchbomb.t
20.3stest-git-export.t
20.3stest-split.t#obsstore-on
20.2stest-rebase-cache.t
20.1stest-mq-qnew.t
20.1stest-branch-change.t

Timeline

test-check-code.t (29.13s)test-contrib-check-code.t (1.30s)test-contrib-check-commit.t (0.16s)test-contrib-perf.t (32.60s)test-imports-checker.t (0.84s)test-merge-combination.t (136.72s)test-obsolete-checkheads.t (13.00s)test-push-checkheads-unpushed-D4.t (5.88s)test-push-race.t#strict (43.58s)test-push-race.t#unrelated (43.25s)test-run-tests.t (44.66s)test-check-py3-compat.t (4.47s)test-push-checkheads-pruned-B8.t (6.52s)test-push-checkheads-superceed-A6.t (5.65s)test-push-checkheads-superceed-A7.t (5.65s)test-push-checkheads-unpushed-D3.t (5.67s)test-push-checkheads-unpushed-D5.t (5.87s)test-push-checkheads-unpushed-D7.t (5.83s)test-rebase-check-restore.t (5.68s)test-largefiles-update.t (55.66s)test-push-checkheads-partial-C2.t (3.96s)test-push-checkheads-pruned-B2.t (4.27s)test-push-checkheads-pruned-B3.t (4.31s)test-push-checkheads-pruned-B4.t (4.11s)test-push-checkheads-pruned-B5.t (5.17s)test-push-checkheads-superceed-A2.t (4.87s)test-push-checkheads-superceed-A3.t (4.91s)test-push-checkheads-unpushed-D2.t (4.92s)test-push-checkheads-unpushed-D6.t (4.65s)test-push-checkheads-partial-C1.t (4.00s)test-push-checkheads-partial-C3.t (3.82s)test-push-checkheads-partial-C4.t (3.76s)test-push-checkheads-pruned-B6.t (4.16s)test-push-checkheads-pruned-B7.t (4.28s)test-push-checkheads-superceed-A8.t (4.57s)test-push-checkheads-unpushed-D1.t (3.92s)test-subrepo-svn.t (25.50s)test-push-checkheads-superceed-A4.t (3.56s)test-push-checkheads-superceed-A5.t (3.56s)test-push-checkheads-pruned-B1.t (2.89s)test-push-checkheads-superceed-A1.t (3.01s)test-copytrace-heuristics.t (40.83s)test-check-config.t (8.75s)test-glog-beautifygraph.t (67.27s)test-gendoc-ja.t (3.52s)test-convert-cvs.t (24.47s)test-check-module-imports.t (10.38s)test-help.t (26.57s)test-obsolete-bounds-checking.t (0.79s)test-gendoc.t (5.07s)test-glog.t (67.11s)test-convert-svn-sink.t (17.65s)test-check-help.t (8.13s)test-patchbomb.t (20.62s)test-convert-svn-source.t (0.11s)test-obsolete-bundle-strip.t (90.65s)test-check-pyflakes.t (13.44s)test-abort-checkin.t (0.86s)test-http-bad-server.t (22.33s)test-ssh-proto-unbundle.t (17.05s)test-acl.t (22.98s)test-obsmarker-template.t (63.98s)test-check-commit.t (1.48s)test-check-shbang.t (1.97s)test-convert-svn-move.t (0.11s)test-check-interfaces.py (0.42s)test-hgweb-commands.t (17.71s)test-hgweb-symrev.t (16.14s)test-obsolete.t (82.85s)test-upgrade-repo.t (19.59s)test-extension.t (23.69s)test-ssh-proto.t (29.00s)test-log.t (78.16s)test-check-execute.t (1.23s)test-dirstate-race.t (13.51s)test-check-pylint.t (56.53s)test-graft.t#abortcommand (76.10s)test-graft.t#abortflag (76.02s)test-convert-svn-encoding.t (0.11s)test-wireproto-content-redirects.t (3.80s)test-hgweb-filelog.t (8.34s)test-hgwebdir.t (25.89s)test-wireproto-exchangev2.t (15.99s)test-bundle2-format.t (10.01s)test-template-map.t (34.26s)test-revset.t (102.96s)test-subrepo.t (87.56s)test-convert-cvs-detectmerge.t (26.47s)test-rebase-obsolete.t (68.06s)test-largefiles.t (78.51s)test-merge-tools.t (61.31s)test-hgweb-json.t (9.93s)test-convert-cvs-synthetic.t (21.10s)test-gendoc-ro.t (3.40s)test-import.t (66.85s)test-subrepo-deep-nested-change.t (32.11s)test-bundle2-exchange.t#sshv1 (58.10s)test-bundle2-exchange.t#sshv2 (58.22s)test-phases-exchange.t (46.87s)test-bookmarks-pushpull.t#b2-binary (89.00s)test-bookmarks-pushpull.t#b2-pushkey (88.98s)test-convert-cvsnt-mergepoints.t (13.21s)test-strip.t (50.45s)test-template-functions.t (77.20s)test-commit-interactive.t (27.96s)test-merge-changedelete.t (42.72s)test-lfs.t (43.90s)test-fix.t (56.01s)test-hook.t (28.73s)test-rename-merge2.t (52.28s)test-https.t (25.18s)test-highlight.t (10.57s)test-convert-git.t (22.52s)test-http-permissions.t (56.54s)test-lfs-test-server.t#git-server (0.24s)test-lfs-test-server.t#hg-server (11.00s)test-setdiscovery.t (21.91s)test-commandserver.t (17.97s)test-clone.t#sshv1 (43.01s)test-clone.t#sshv2 (41.83s)test-bookmarks.t (49.50s)test-check-clang-format.t (1.90s)test-merge-force.t (46.27s)test-revset2.t (51.72s)test-convert-cvs-branch.t (19.25s)test-shelve.t#phasebased (53.40s)test-shelve.t#stripbased (54.09s)test-largefiles-misc.t (69.01s)test-commit-amend.t (54.34s)test-branches.t (29.42s)test-http-protocol.t (11.05s)test-hgweb-diffs.t (10.83s)test-keyword.t (46.56s)test-revert.t (41.17s)test-template-keywords.t (42.97s)test-wireproto-command-filesdata.t (7.84s)test-convert-svn-branches.t (0.10s)test-mq.t (71.24s)test-convert-hg-svn.t (0.14s)test-gendoc-de.t (3.53s)test-lfs-serve-access.t (11.82s)test-wireproto-command-capabilities.t (3.45s)test-generaldelta.t (12.84s)test-subrepo-git.t (49.76s)test-lfs-serve.t#lfsremote-off (6.90s)test-lfs-serve.t#lfsremote-on (20.75s)test-transplant.t#commandmode (41.14s)test-transplant.t#continueflag (41.34s)test-treemanifest.t (30.91s)test-tags.t (35.02s)test-phases.t (23.56s)test-template-basic.t (44.33s)test-tag.t (32.21s)test-subrepo-recursion.t (17.05s)test-hgweb.t (12.69s)test-convert.t (7.52s)test-check-jshint.t (0.24s)test-http-api-httpv2.t (7.24s)test-http.t (18.24s)test-convert-filemap.t (38.52s)test-obsolete-divergent.t (42.69s)test-annotate.t (41.20s)test-bundle.t (26.81s)test-resolve.t (35.34s)test-shelve2.t#phasebased#abortcommand#continuecommand (48.75s)test-shelve2.t#phasebased#abortcommand#continueflag (48.47s)test-shelve2.t#phasebased#abortflag#continuecommand (48.60s)test-shelve2.t#phasebased#abortflag#continueflag (48.19s)test-shelve2.t#stripbased#abortcommand#continuecommand (47.59s)test-shelve2.t#stripbased#abortcommand#continueflag (47.44s)test-shelve2.t#stripbased#abortflag#continuecommand (47.40s)test-shelve2.t#stripbased#abortflag#continueflag (46.99s)test-split.t#obsstore-off (18.61s)test-split.t#obsstore-on (20.29s)test-notify.t (9.62s)test-encoding-textwrap.t (2.21s)test-obsolete-distributed.t (21.37s)test-walk.t (18.72s)test-mv-cp-st-diff.t (42.79s)test-bisect.t (38.19s)test-convert-p4-filetypes.t (0.15s)test-rebase-scenario-global.t (32.97s)test-commit.t (27.68s)test-ssh.t#sshv1 (25.70s)test-ssh.t#sshv2 (25.60s)test-bundle2-remote-changegroup.t#sshv1 (15.66s)test-bundle2-remote-changegroup.t#sshv2 (15.75s)test-clonebundles.t (16.14s)test-wireproto-exchangev2-shallow.t (4.89s)test-import-git.t (20.75s)test-mq-header-from.t (38.62s)test-i18n.t (3.69s)test-treediscovery.t (31.09s)test-bisect2.t (27.15s)test-archive.t (24.94s)test-fileset.t (36.63s)test-grep.t (18.84s)test-push-warn.t (44.31s)test-hgweb-annotate-whitespace.t (4.19s)test-remotefilelog-repack.t (31.18s)test-debugcommands.t (18.34s)test-remove.t (19.34s)test-rebase-inmemory.t (35.48s)test-clone-uncompressed.t#stream-bundle2 (18.19s)test-clone-uncompressed.t#stream-legacy (15.61s)test-alias.t (26.36s)test-ssh-bundle1.t#sshv1 (23.47s)test-ssh-bundle1.t#sshv2 (23.53s)test-mq-header-date.t (39.64s)test-wireproto-command-changesetdata.t (9.05s)test-pull-pull-corruption.t (14.65s)test-blackbox.t (11.07s)test-convert-svn-startrev.t (0.11s)test-devel-warnings.t (4.57s)test-backout.t (31.34s)test-push-http.t#bundle1 (15.89s)test-push-http.t#bundle2 (16.46s)test-check-format.t (0.07s)test-rebase-collapse.t (27.28s)test-contrib-relnotes.t (1.17s)test-update-branches.t (54.09s)test-audit-subrepo.t (19.19s)test-histedit-obsolete.t#abortcommand (23.77s)test-histedit-obsolete.t#abortflag (23.50s)test-histedit-arguments.t#abortcommand (22.34s)test-histedit-arguments.t#abortflag (22.37s)test-wireproto.t (8.47s)test-globalopts.t (9.74s)test-http-bundle1.t (16.18s)test-hgweb-descend-empties.t (1.82s)test-obshistory.t (23.29s)test-fncache.t (10.08s)test-rename.t (27.12s)test-uncommit.t (33.94s)test-mq-subrepo.t (43.31s)test-fastannotate-hg.t (24.49s)test-histedit-fold.t (26.56s)test-progress.t (4.00s)test-remotefilelog-repack-fast.t (27.96s)test-log-linerange.t (7.79s)test-extdiff.t (15.30s)test-getbundle.t (5.04s)test-largefiles-wireproto.t#sshv1 (25.61s)test-largefiles-wireproto.t#sshv2 (25.72s)test-status-color.t (15.85s)test-narrow.t#flat#lfs-off (35.90s)test-narrow.t#flat#lfs-on (42.18s)test-narrow.t#tree#lfs-off (36.12s)test-narrow.t#tree#lfs-on (42.20s)test-convert-hg-sink.t (21.55s)test-logexchange.t (14.27s)test-merge-types.t (11.44s)test-histedit-commute.t (12.97s)test-censor.t (29.21s)test-lfconvert.t (14.50s)test-histedit-edit.t (18.51s)test-remotefilelog-bgprefetch.t (27.76s)test-fetch.t (23.29s)test-copies.t#changeset (49.06s)test-copies.t#compatibility (48.84s)test-copies.t#filelog (49.10s)test-copies.t#sidedata (49.09s)test-wireproto-caching.t (4.91s)test-amend.t#obsstore-off (18.71s)test-amend.t#obsstore-on (19.08s)test-incoming-outgoing.t (11.98s)test-clone-pull-corruption.t (7.70s)test-eol.t (23.33s)test-rollback.t (17.54s)test-install.t (60.39s)test-newbranch.t (24.71s)test-bundle2-multiple-changegroups.t (6.43s)test-merge-criss-cross.t (13.35s)test-wireproto-command-manifestdata.t (5.32s)test-git-export.t (20.31s)test-infinitepush-ci.t (11.46s)test-status.t (26.66s)test-diff-color.t (6.21s)test-rebase-abort.t#abortcommand#continuecommand (24.46s)test-rebase-abort.t#abortcommand#continueflag (24.67s)test-rebase-abort.t#abortflag#continuecommand (24.56s)test-rebase-abort.t#abortflag#continueflag (24.62s)test-lfs-largefiles.t (11.73s)test-hgweb-empty.t (1.65s)test-dirstate-race2.t (1.56s)test-merge1.t (19.84s)test-infinitepush-bundlestore.t (17.57s)test-rebase-conflicts.t (12.06s)test-push.t (16.10s)test-rebase-newancestor.t (17.82s)test-convert-mtn.t (0.09s)test-copies-in-changeset.t#extra (15.19s)test-copies-in-changeset.t#sidedata (17.00s)test-narrow-shallow-merges.t (19.32s)test-mq-guards.t (29.73s)test-hghave.t (18.88s)test-convert-svn-tags.t (0.11s)test-pager.t (11.24s)test-completion.t (5.18s)test-wireproto-command-filedata.t (6.71s)test-qrecord.t (5.53s)test-mq-subrepo-svn.t (1.99s)test-revset-legacy-lookup.t (16.40s)test-copies-unrelated.t#changeset (31.24s)test-copies-unrelated.t#compatibility (31.20s)test-copies-unrelated.t#filelog (31.16s)test-copies-unrelated.t#sidedata (31.01s)test-rebase-interruptions.t (16.72s)test-absorb.t (21.09s)test-rebase-parameters.t (19.00s)test-hardlinks.t (11.96s)test-export.t (10.89s)test-issue3084.t (23.83s)test-merge-no-file-change.t (24.02s)test-verify.t (7.65s)test-narrow-patterns.t (14.29s)test-rebase-dest.t (19.33s)test-mq-qpush-fail.t (24.21s)test-narrow-widen-no-ellipsis.t#flat (25.84s)test-narrow-widen-no-ellipsis.t#tree (25.79s)test-bundle-r.t (18.69s)test-rebase-pull.t (16.02s)test-exchange-obsmarkers-case-A1.t (14.79s)test-branch-change.t (20.09s)test-sparse.t (19.26s)test-commit-interactive-curses.t (12.49s)test-rebase-named-branches.t (15.04s)test-fix-topology.t#obsstore-off (10.38s)test-fix-topology.t#obsstore-on (12.05s)test-import-bypass.t (15.47s)test-revert-interactive.t (11.22s)test-parse-date.t (17.57s)test-treediscovery-legacy.t (19.54s)test-narrow-widen.t#flat (25.31s)test-narrow-widen.t#tree (25.69s)test-rebase-cache.t (20.17s)test-journal.t (6.12s)test-help-hide.t (0.47s)test-releasenotes-formatting.t (10.79s)test-mq-qrefresh.t (15.71s)test-histedit-fold-non-commute.t (13.33s)test-gendoc-pt_BR.t (3.69s)test-gendoc-zh_CN.t (3.61s)test-gendoc-zh_TW.t (3.59s)test-exchange-obsmarkers-case-A3.t (15.70s)test-mq-qrefresh-interactive.t (3.54s)test-chg.t (0.08s)test-wireproto-command-rawstorefiledata.t (2.97s)test-static-http.t (9.91s)test-histedit-non-commute.t (12.96s)test-hgignore.t (9.39s)test-githelp.t (13.59s)test-win32text.t (9.49s)test-exchange-obsmarkers-case-C3.t (9.94s)test-gendoc-it.t (3.63s)test-gendoc-el.t (3.57s)test-gendoc-fr.t (3.66s)test-gendoc-ru.t (3.79s)test-gendoc-sv.t (3.66s)test-gendoc-da.t (3.54s)test-share-bookmarks.t#svfs (11.19s)test-share-bookmarks.t#vfs (11.30s)test-mq-qnew.t (20.10s)test-bheads.t (22.25s)test-flagprocessor.t (15.42s)test-diff-ignore-whitespace.t (12.50s)test-bookflow.t (21.25s)test-config.t (9.69s)test-http-api.t (3.28s)test-largefiles-cache.t (13.38s)test-encoding.t (5.80s)test-rebase-rename.t (14.34s)test-convert-bzr-merges.t (0.08s)test-mq-qimport.t (16.53s)test-manifest.t (10.83s)test-url-rev.t (11.99s)test-diff-unified.t (8.12s)test-mq-qrefresh-replace-log-message.t (11.39s)test-unamend.t (19.06s)test-init.t (32.41s)test-pager-legacy.t (7.92s)test-rebase-base-flag.t (13.11s)test-histedit-base.t (6.85s)test-parseindex.t (3.86s)test-clone-r.t (10.69s)test-bad-extension.t (1.70s)test-hgweb-raw.t (3.56s)test-rebase-mq.t (15.15s)test-exchange-obsmarkers-case-D1.t (9.46s)test-hgweb-removed.t (1.83s)test-eol-patch.t (6.23s)test-automv.t (25.16s)test-exchange-obsmarkers-case-C2.t (9.14s)test-single-head.t (11.16s)test-ssh-clone-r.t#sshv1 (10.42s)test-ssh-clone-r.t#sshv2 (10.55s)test-subrepo-relative-path.t (9.22s)test-hgrc.t (5.19s)test-casecollision-merge.t (0.11s)test-http-clone-r.t (9.79s)test-convert-bzr.t (0.11s)test-bookmarks-corner-case.t (7.52s)test-rename-dir-merge.t (11.33s)test-strip-cross.t (15.50s)test-add.t (16.87s)test-histedit-no-change.t (9.61s)test-narrow-clone.t (25.58s)test-diffstat.t (11.20s)test-convert-splicemap.t (9.43s)test-http-proxy.t (3.89s)test-removeemptydirs.t (10.63s)test-fileset-generated.t (5.91s)test-bundle-phases.t (13.95s)test-exchange-obsmarkers-case-C1.t (8.63s)test-status-rev.t (5.50s)test-diff-upgrade.t (4.22s)test-pull-update.t (11.13s)test-copy.t (12.50s)test-bisect3.t (7.66s)test-conflict.t (6.45s)test-remotefilelog-prefetch.t (22.31s)test-up-local-change.t (10.72s)test-dispatch.t (8.49s)test-narrow-exchange.t#lfs-off (8.89s)test-narrow-exchange.t#lfs-on (10.19s)test-obsolete-changeset-exchange.t (6.73s)test-exchange-obsmarkers-case-D4.t (7.64s)test-eol-update.t (5.59s)test-remotefilelog-push-pull.t (14.60s)test-pull-bundle.t (7.45s)test-share.t (8.27s)test-narrow-exchange-merges.t (9.03s)test-absorb-rename.t (11.44s)test-exchange-obsmarkers-case-B5.t (8.90s)test-churn.t (8.08s)test-pull-branch.t (10.88s)test-eol-hook.t (7.41s)test-bundle-type.t (12.09s)test-remotefilelog-linknodes.t (12.74s)test-notify-changegroup.t (4.14s)test-narrow-trackedcmd.t#flat (8.08s)test-narrow-trackedcmd.t#tree (8.14s)test-byteify-strings.t (0.69s)test-rebase-detach.t (11.50s)test-stream-bundle-v2.t (3.42s)test-sparse-profiles.t (8.75s)test-mq-qpush-exact.t (19.37s)test-fastannotate-protocol.t (7.78s)test-hybridencode.py (0.23s)test-rebase-bookmarks.t (13.33s)test-bookmarks-current.t (13.42s)test-convert-hg-source.t (10.88s)test-encoding-align.t (4.59s)test-debugbuilddag.t (5.18s)test-convert-baz.t (0.09s)test-inherit-mode.t (1.83s)test-infinitepush.t (12.95s)test-histedit-non-commute-abort.t (6.57s)test-releasenotes-merging.t (5.35s)test-remotefilelog-gcrepack.t (8.39s)test-convert-hg-startrev.t (8.33s)test-show-work.t (18.23s)test-narrow-strip.t#flat#lfs-off (6.16s)test-narrow-strip.t#flat#lfs-on (7.10s)test-narrow-strip.t#tree#lfs-off (6.16s)test-narrow-strip.t#tree#lfs-on (6.99s)test-merge-commit.t (6.46s)test-repo-compengines.t (8.07s)test-audit-path.t (11.06s)test-exchange-obsmarkers-case-B4.t (9.26s)test-fastannotate.t (10.07s)test-narrow-expanddirstate.t (4.88s)test-purge.t (9.28s)test-symlinks.t (10.32s)test-exchange-obsmarkers-case-C4.t (7.87s)test-sparse-revlog.t (0.08s)test-mq-safety.t (11.67s)test-directaccess.t (7.86s)test-exchange-obsmarkers-case-A6.t (8.41s)test-exchange-obsmarkers-case-A5.t (7.65s)test-remotefilelog-local.t (14.53s)test-basic.t (5.72s)test-narrow-share.t#flat (23.50s)test-narrow-share.t#tree (23.39s)test-hgweb-csp.t (5.04s)test-histedit-bookmark-motion.t (5.78s)test-obsolete-tag-cache.t (4.20s)test-diff-binary-file.t (5.41s)test-casefolding.t (0.09s)test-mq-git.t (5.56s)test-mq-qfold.t (8.90s)test-remotefilelog-cacheprocess.t (3.57s)test-patchbomb-bookmark.t (3.22s)test-stack.t (10.91s)test-journal-share.t (5.43s)test-paths.t (12.09s)test-contrib-testparseutil.t (0.27s)test-hgweb-no-request-uri.t (1.17s)test-sparse-merges.t (9.45s)test-pathconflicts-merge.t (9.77s)test-releasenotes-parsing.t (2.06s)test-diff-indent-heuristic.t#bdiff (0.64s)test-diff-indent-heuristic.t#xdiff (0.86s)test-import-merge.t (18.75s)test-drawdag.t (7.40s)test-patchbomb-tls.t (3.28s)test-exchange-obsmarkers-case-B2.t (7.11s)test-convert-p4.t (0.10s)test-show-stack.t (18.10s)test-narrow-clone-nonlinear.t (18.10s)test-mq-eol.t (5.24s)test-exchange-obsmarkers-case-A4.t (6.27s)test-convert-bzr-directories.t (0.09s)test-obsmarkers-effectflag.t (17.81s)test-rename-merge1.t (17.91s)test-fastannotate-renames.t (7.85s)test-histedit-drop.t (5.09s)test-rebase-mq-skip.t#continuecommand (17.32s)test-rebase-mq-skip.t#continueflag (17.18s)test-bookmarks-merge.t (17.00s)test-lock-badness.t (17.03s)test-repair-strip.t (4.63s)test-histedit-outgoing.t (6.96s)test-pull.t#sshv1 (5.73s)test-pull.t#sshv2 (5.82s)test-exchange-obsmarkers-case-B6.t (6.74s)test-merge-default.t (6.79s)test-extension-timing.t (0.70s)test-match.py (0.19s)test-rebase-emptycommit.t (15.66s)test-cbor.py (0.65s)test-debugbundle.t (2.48s)test-copy-move-merge.t (15.26s)test-profile.t (14.95s)test-convert-tla.t (1.29s)test-mq-qclone-http.t (13.46s)test-exchange-obsmarkers-case-A2.t (13.07s)test-exchange-obsmarkers-case-D2.t (12.97s)test-status-terse.t (12.76s)test-merge7.t (3.17s)test-phase-archived.t (12.17s)test-hgweb-no-path-info.t (1.11s)test-subrepo-missing.t (11.68s)test-pathconflicts-update.t (11.23s)test-show.t (11.10s)test-addremove-similar.t (11.12s)test-contrib.t (1.38s)test-unionrepo.t (10.99s)test-flags.t (10.90s)test-remotefilelog-gc.t (10.39s)test-commit-multiple.t (10.25s)test-commit-unresolved.t#abortcommand (10.08s)test-commit-unresolved.t#abortflag (9.84s)test-import-eol.t (9.82s)test-logtoprocess.t (9.76s)test-mq-missingfiles.t (9.71s)test-sparse-import.t (9.56s)test-rebase-transaction.t#continuecommand (9.59s)test-rebase-transaction.t#continueflag (9.17s)test-identify.t (17.72s)test-default-push.t (5.58s)test-merge-subrepos.t (6.89s)test-convert-datesort.t (6.83s)test-filebranch.t (3.89s)test-mq-qdelete.t (11.71s)test-narrow-clone-no-ellipsis.t (21.82s)test-sidedata.t (3.50s)test-mq-merge.t (7.60s)test-update-atomic.t (3.13s)test-pull-r.t (6.48s)test-pending.t (6.57s)test-clone-update-order.t (4.65s)test-fastannotate-perfhack.t (7.43s)test-origbackup-conflict.t (4.65s)test-narrow-pull.t (14.55s)test-merge-local.t (5.55s)test-remotefilelog-http.t (5.40s)test-bugzilla.t (1.96s)test-exchange-obsmarkers-case-D3.t (7.10s)test-merge-halt.t (5.29s)test-narrow-shallow.t (14.99s)test-remote-hidden.t (4.86s)test-worker.t (2.35s)test-branch-option.t (7.94s)test-empty-group.t (4.13s)test-mac-packages.t (0.17s)test-parents.t (5.25s)test-children.t (5.29s)test-fix-metadata.t (0.67s)test-http-branchmap.t (3.46s)test-diff-change.t (6.17s)test-extdata.t (6.03s)test-bundle2-pushback.t#sshv1 (3.25s)test-bundle2-pushback.t#sshv2 (3.40s)test-rebuildstate.t (5.38s)test-narrow-merge.t#flat (6.63s)test-narrow-merge.t#tree (6.67s)test-mq-pull-from-bundle.t (6.34s)test-exchange-obsmarkers-case-B3.t (6.32s)test-remotefilelog-corrupt-cache.t (4.21s)test-amend-subrepo.t#obsstore-off (7.09s)test-amend-subrepo.t#obsstore-on (6.88s)test-merge-internal-tools-pattern.t (4.44s)test-run-tests.py (0.18s)test-issue672.t (2.94s)test-extensions-afterloaded.t (3.98s)test-tools.t (1.00s)test-fastannotate-corrupt.t (3.67s)test-narrow-commit.t#flat (8.10s)test-narrow-commit.t#tree (8.12s)test-eol-clone.t (2.53s)test-wireproto-serverreactor.py (0.26s)test-excessive-merge.t (3.89s)test-relink.t (2.64s)test-mq-qqueue.t (8.96s)test-narrow-rebase.t#continuecommand (6.18s)test-narrow-rebase.t#continueflag (6.41s)test-push-cgi.t (1.60s)test-record.t (1.03s)test-convert-darcs.t (0.79s)test-remotefilelog-clone-tree.t (4.06s)test-patch.t (3.23s)test-hgweb-non-interactive.t (0.91s)test-sqlitestore.t (1.99s)test-remotefilelog-clone.t (3.99s)test-arbitraryfilectx.t (1.94s)test-remotefilelog-sparse.t (10.36s)test-cache-abuse.t (12.74s)test-rebase-backup.t (4.83s)test-simple-update.t (5.66s)test-pathconflicts-basic.t (5.44s)test-committer.t (3.92s)test-exchange-obsmarkers-case-B7.t (6.02s)test-pull-http.t (3.35s)test-remotefilelog-bundle2-legacy.t (0.57s)test-exchange-obsmarkers-case-B1.t (6.07s)test-remotefilelog-log.t (4.83s)test-mq-qdiff.t (5.53s)test-bookmarks-rebase.t (4.69s)test-serve.t (5.00s)test-exchange-obsmarkers-case-A7.t (5.32s)test-revset-outgoing.t (3.83s)test-import-context.t (1.62s)test-remotefilelog-bundle2.t (5.57s)test-eol-add.t (2.89s)test-bundle-vs-outgoing.t (4.05s)test-rebase-partial.t (3.84s)test-update-names.t (5.39s)test-mailmap.t (3.40s)test-remotefilelog-bundles.t (4.54s)test-merge-remove.t (5.18s)test-convert-tagsbranch-topology.t (1.35s)test-requires.t (2.80s)test-locate.t (7.43s)test-merge-closedheads.t (6.73s)test-rename-after-merge.t (5.59s)test-wireproto-clientreactor.py (0.23s)test-contrib-dumprevlog.t (2.94s)test-remotefilelog-pull-noshallow.t (3.11s)test-debugextensions.t (1.22s)test-narrow-clone-stream.t#flat-fncache (17.98s)test-narrow-clone-stream.t#flat-nofncache (17.92s)test-narrow-clone-stream.t#tree (17.99s)test-rebase-legacy.t#continuecommand (1.35s)test-rebase-legacy.t#continueflag (1.15s)test-issue1306.t (2.68s)test-lfs-bundle.t (5.23s)test-issue1175.t (5.17s)test-cat.t (6.79s)test-nointerrupt.t (4.64s)test-issue660.t (5.60s)test-largefiles-small-disk.t (1.39s)test-convert-clonebranches.t (4.52s)test-oldcgi.t (1.28s)test-impexp-branch.t (3.93s)test-narrow-clone-non-narrow-server.t (7.38s)test-histedit-no-backup.t#abortcommand (2.34s)test-histedit-no-backup.t#abortflag (2.46s)test-issue586.t (4.81s)test-unified-test.t (0.70s)test-rebase-templates.t (3.22s)test-remotefilelog-tags.t (3.66s)test-symlink-placeholder.t (2.89s)test-merge6.t (3.65s)test-narrow-copies.t (5.21s)test-server-view.t (3.67s)test-rebase-issue-noparam-single-rev.t (4.95s)test-dirstate.t (3.43s)test-close-head.t (4.04s)test-url-download.t (3.73s)test-merge-revert2.t (7.01s)test-verify-repo-operations.py (0.12s)test-addremove.t (4.91s)test-mq-qrename.t (8.84s)test-narrow-update.t (4.95s)test-mq-symlinks.t (7.23s)test-ssh-repoerror.t (4.01s)test-wsgirequest.py (0.31s)test-double-merge.t (1.83s)test-narrow-patch.t#flat (2.32s)test-narrow-patch.t#tree (2.47s)test-glog-topological.t (1.93s)test-sparse-verbose-json.t (2.99s)test-merge9.t (3.87s)test-context-metadata.t (2.30s)test-patch-offset.t (0.72s)test-log-exthook.t (1.05s)test-newcgi.t (0.94s)test-issue1802.t (2.99s)test-update-reverse.t (2.65s)test-wireproto-command-branchmap.t (2.71s)test-pushvars.t (2.37s)test-histedit-templates.t (2.13s)test-hgwebdirsym.t (3.24s)test-manifest.py (2.20s)test-revlog-raw.py (0.60s)test-merge-symlinks.t (1.52s)test-branch-tag-confict.t (2.09s)test-narrow-debugcommands.t (2.53s)test-custom-filters.t (1.82s)test-sparse-clone.t (1.70s)test-issue2137.t (0.86s)test-remotefilelog-partial-shallow.t (3.04s)test-eolfilename.t (2.38s)test-merge10.t (2.96s)test-journal-exists.t (2.31s)test-revlog-v2.t (1.73s)test-diffdir.t (4.21s)test-schemes.t (2.47s)test-issue522.t (2.47s)test-histedit-merge-tools.t (1.90s)test-mq-qgoto.t (5.91s)test-revlog.t (1.41s)test-newercgi.t (0.95s)test-url.py (0.20s)test-editor-filename.t (1.47s)test-import-unknown.t (4.53s)test-unbundlehash.t (1.74s)test-narrow-sparse.t#flat (2.77s)test-narrow-sparse.t#tree (2.86s)test-wireproto-command-known.t (1.99s)test-missing-capability.t (2.35s)test-wireproto-command-listkeys.t (2.38s)test-convert-identity.t (2.66s)test-merge-revert.t (6.90s)test-wireproto-command-heads.t (2.15s)test-encode.t (2.90s)test-permissions.t (2.13s)test-casecollision.t (4.43s)test-ancestor.py (0.83s)test-update-dest.t (2.29s)test-known.t (3.33s)test-sparse-fsmonitor.t (0.02s)test-no-symlinks.t (0.10s)test-convert-authormap.t (1.56s)test-remotefilelog-datapack.py (1.53s)test-subrepo-paths.t (1.47s)test-sparse-requirement.t (1.50s)test-confused-revert.t (3.85s)test-remotefilelog-permissions.t (3.63s)test-fuzz-targets.t (0.33s)test-issue1993.t (1.91s)test-issue1502.t (2.38s)test-clone-cgi.t (0.91s)test-sparse-clear.t (2.16s)test-simplemerge.py (0.18s)test-websub.t (1.38s)test-rebase-brute-force.t (2.03s)test-revlog-mmapindex.t (14.64s)test-merge2.t (4.67s)test-diff-antipatience.t#bdiff (0.68s)test-diff-antipatience.t#xdiff (0.90s)test-issue1877.t (3.27s)test-gpg.t (1.73s)test-empty-file.t (2.65s)test-lrucachedict.py (0.18s)test-hgk.t (1.88s)test-changelog-exec.t (2.36s)test-diff-hashes.t (1.87s)test-debian-packages.t (0.38s)test-absorb-edit-lines.t (2.23s)test-remotefilelog-wireproto.t (3.09s)test-mactext.t (1.10s)test-convert-bzr-ghosts.t (0.10s)test-docker-packaging.t (0.22s)test-bookmarks-strip.t (2.62s)test-narrow-acl.t (2.80s)test-remotefilelog-keepset.t (2.44s)test-lock.py (0.19s)test-remotefilelog-bad-configs.t (2.36s)test-remotefilelog-histpack.py (2.97s)test-diff-subdir.t (1.64s)test-convert-bzr-114.t (0.09s)test-trusted.py (0.25s)test-narrow-debugrebuilddirstate.t (1.83s)test-unrelated-pull.t (1.88s)test-parseindex2.py (0.31s)test-diff-reverse.t (2.07s)test-revset-dirstate-parents.t (4.37s)test-wireproto-command-pushkey.t (1.53s)test-update-issue1456.t (2.80s)test-empty.t (1.36s)test-merge5.t (2.49s)test-wireproto-framing.py (0.18s)test-narrow-archive.t (2.75s)test-diff-copy-depth.t (3.98s)test-convert-bzr-treeroot.t (0.08s)test-hgweb-bundle.t (1.66s)test-absorb-unfinished.t (1.32s)test-mq-qimport-fail-cleanup.t (1.47s)test-linerange.py (0.18s)test-fix-clang-format.t (1.25s)test-manifest-merging.t (1.76s)test-issue619.t (1.88s)test-merge8.t (1.86s)test-issue842.t (1.87s)test-remotefilelog-blame.t (3.23s)test-linelog.py (1.24s)test-filecache.py (0.93s)test-revlog-group-emptyiter.t (1.31s)test-propertycache.py (0.50s)test-pathencode.py (0.45s)test-demandimport.py (0.33s)test-archive-symlinks.t (1.33s)test-absorb-strip.t (1.23s)test-pull-permission.t (1.14s)test-issue5979.t (2.38s)test-rust-ancestor.py (0.14s)test-revisions.t (3.15s)test-merge4.t (2.02s)test-absorb-filefixupstate.py (0.33s)test-wireproto-command-lookup.t (1.24s)test-phabricator.t (0.44s)test-context.py (0.39s)test-issue612.t (1.87s)test-debugindexdot.t (2.08s)test-eol-tag.t (1.35s)test-batching.py (0.27s)test-bdiff.py (0.18s)test-hgweb-auth.py (0.18s)test-nested-repo.t (2.40s)test-minirst.py (0.20s)test-execute-bit.t (2.08s)test-username-newline.t (0.82s)test-fastannotate-revmap.py (0.34s)test-issue4074.t (1.65s)test-remotefilelog-share.t (1.91s)test-revlog-packentry.t (1.02s)test-dirstate-nonnormalset.t (1.60s)test-ui-config.py (0.36s)test-diff-issue2761.t (1.86s)test-atomictempfile.py (0.19s)test-strict.t (1.71s)test-util.py (0.18s)test-diff-newlines.t (0.86s)test-rust-discovery.py (0.14s)test-empty-dir.t (1.18s)test-storage.py (1.83s)test-absorb-phase.t (1.61s)test-annotate.py (0.20s)test-extra-filelog-entry.t (1.32s)test-debugrename.t (1.72s)test-issue1438.t (1.73s)test-fastannotate-diffopts.t (0.88s)test-issue1102.t (1.50s)test-revert-unknown.t (1.50s)test-bad-pull.t (1.21s)test-revert-flags.t (1.31s)test-simplekeyvaluefile.py (0.20s)test-issue1089.t (1.41s)test-doctest.py (0.86s)test-backwards-remove.t (1.13s)test-wireproto.py (0.25s)test-contrib-emacs.t (0.36s)test-cappedreader.py (0.17s)test-xdg.t (0.26s)test-dirstate-backup.t (0.42s)test-mq-qsave.t (0.93s)test-encoding-func.py (0.14s)test-extensions-wrapfunction.py (0.25s)test-walkrepo.py (0.33s)test-revlog-ancestry.py (0.46s)test-ui-verbosity.py (0.29s)test-filelog.py (0.34s)test-sshserver.py (0.26s)test-hg-parseurl.py (0.29s)test-symlink-os-yes-fs-no.py (1.36s)test-minifileset.py (0.22s)test-config-env.py (0.20s)test-lfs-pointer.py (0.26s)test-duplicateoptions.py (0.37s)test-hgwebdir-paths.py (0.29s)test-ui-color.py (0.30s)test-status-inprocess.py (0.30s)test-dispatch.py (0.34s)test-mdiff.py (0.12s)