Job try-ca3dca416f8d5863ca6f5a4a6a6bb835dcd5feeb-debian10-cpython-3.8-0

Repo:try
Node:ca3dca416f8d5863ca6f5a4a6a6bb835dcd5feeb
Name:debian10-cpython-3.8
Scheduled At:2019-11-05T16:25:58
Started At:2019-11-05T16:27:52
Finished At:2019-11-05T16:35:05

Failed Tests

test-flagprocessor.t

--- /hgwork/src/tests/test-flagprocessor.t
+++ /hgwork/src/tests/test-flagprocessor.t.err
@@ -204,7 +204,7 @@
     File "*/mercurial/extensions.py", line *, in _runextsetup (glob)
       extsetup(ui)
     File "*/tests/flagprocessorext.py", line *, in extsetup (glob)
-      REVIDX_NOOP, (noopdonothingread, noopdonothing, validatehash,)
+      flagutil.addflagprocessor(
     File "*/mercurial/revlogutils/flagutil.py", line *, in addflagprocessor (glob)
       insertflagprocessor(flag, processor, flagprocessors)
     File "*/mercurial/revlogutils/flagutil.py", line *, in insertflagprocessor (glob)

test-hook.t

--- /hgwork/src/tests/test-hook.t
+++ /hgwork/src/tests/test-hook.t.err
@@ -988,7 +988,8 @@
   ModuleNotFoundError: No module named 'hgext_syntaxerror' (py36 !)
   Traceback (most recent call last): (py3 !)
   HookLoadError: preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed (no-py3 !)
-  mercurial.error.HookLoadError: preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed (py3 !)
+      raise error.HookLoadError(
+  mercurial.error.HookLoadError: preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed
   abort: preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed
 
   $ echo '[hooks]' > ../a/.hg/hgrc
@@ -1161,7 +1162,8 @@
   ModuleNotFoundError: No module named 'hgext_importfail' (py36 !)
   Traceback (most recent call last):
   HookLoadError: precommit.importfail hook is invalid: import of "importfail" failed (no-py3 !)
-  mercurial.error.HookLoadError: precommit.importfail hook is invalid: import of "importfail" failed (py3 !)
+      raise error.HookLoadError(
+  mercurial.error.HookLoadError: precommit.importfail hook is invalid: import of "importfail" failed
   abort: precommit.importfail hook is invalid: import of "importfail" failed
 
 Issue1827: Hooks Update & Commit not completely post operation

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 - - [05/Nov/2019 16:30:44] "{"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 - - [05/Nov/2019 16:30:44] 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 - - [05/Nov/2019 16:30:44] code 400, message Bad request version ('"download"}')
 
   $ cat >> $TESTTMP/lfsstoreerror.py <<EOF
   > import errno
@@ -353,9 +356,9 @@
   $LOCALIP - - [$ERRDATE$] HG error:  Traceback (most recent call last): (glob)
   $LOCALIP - - [$ERRDATE$] HG error:      localstore.download(oid, req.bodyfh) (glob)
   $LOCALIP - - [$ERRDATE$] HG error:      super(badstore, self).download(oid, src) (glob)
-  $LOCALIP - - [$ERRDATE$] HG error:      _(b'corrupt remote lfs object: %s') % oid (glob)
   $LOCALIP - - [$ERRDATE$] HG error:  LfsCorruptionError: corrupt remote lfs object: b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c (no-py3 !)
-  $LOCALIP - - [$ERRDATE$] HG error:  hgext.lfs.blobstore.LfsCorruptionError: corrupt remote lfs object: b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c (py3 !)
+  $LOCALIP - - [$ERRDATE$] HG error:      raise LfsCorruptionError(
+  $LOCALIP - - [$ERRDATE$] HG error:  hgext.lfs.blobstore.LfsCorruptionError: corrupt remote lfs object: b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c
   $LOCALIP - - [$ERRDATE$] HG error:   (glob)
   $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/.hg/lfs/objects/276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d': (glob)
   Traceback (most recent call last):
@@ -363,22 +366,22 @@
       self.do_hgweb()
       for chunk in self.server.application(env, self._start_response):
       for r in self._runwsgi(req, res, repo):
-      rctx, req, res, self.check_perm
       return func(*(args + a), **kw) (no-py3 !)
-      rctx.repo, req, res, lambda perm: checkperm(rctx, req, perm)
+      handled = wireprotoserver.handlewsgirequest(
+      return _processbasictransfer(
       res.setbodybytes(localstore.read(oid))
       blob = self._read(self.vfs, oid, verify)
       raise IOError(errno.EIO, r'%s: I/O error' % oid.decode("utf-8"))
   *Error: [Errno 5] 276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d: I/O error (glob)
+  $LOCALIP - - [$ERRDATE$] HG error:  LfsCorruptionError: detected corrupt lfs object: 276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d (no-py3 !)
   
   $LOCALIP - - [$ERRDATE$] HG error:  Exception happened while processing request '/.hg/lfs/objects/276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d': (glob)
   $LOCALIP - - [$ERRDATE$] HG error:  Traceback (most recent call last): (glob)
   $LOCALIP - - [$ERRDATE$] HG error:      res.setbodybytes(localstore.read(oid)) (glob)
   $LOCALIP - - [$ERRDATE$] HG error:      blob = self._read(self.vfs, oid, verify) (glob)
   $LOCALIP - - [$ERRDATE$] HG error:      blobstore._verify(oid, b'dummy content') (glob)
-  $LOCALIP - - [$ERRDATE$] HG error:      hint=_(b'run hg verify'), (glob)
-  $LOCALIP - - [$ERRDATE$] HG error:  LfsCorruptionError: detected corrupt lfs object: 276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d (no-py3 !)
-  $LOCALIP - - [$ERRDATE$] HG error:  hgext.lfs.blobstore.LfsCorruptionError: detected corrupt lfs object: 276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d (py3 !)
+  $LOCALIP - - [$ERRDATE$] HG error:      raise LfsCorruptionError(
+  $LOCALIP - - [$ERRDATE$] HG error:  hgext.lfs.blobstore.LfsCorruptionError: detected corrupt lfs object: 276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d
   $LOCALIP - - [$ERRDATE$] HG error:   (glob)
 
 Basic Authorization headers are returned by the Batch API, and sent back with

test-remotefilelog-gc.t

--- /hgwork/src/tests/test-remotefilelog-gc.t
+++ /hgwork/src/tests/test-remotefilelog-gc.t.err
@@ -107,5 +107,51 @@
 
   $ printf "asdasdas" >> $CACHEDIR/repos
   $ hg gc
-  abort: invalid path asdasda: .*(null|NULL).* (re)
-  [255]
+  ** unknown exception encountered, please report by visiting
+  ** https://mercurial-scm.org/wiki/BugTracker
+  ** Python 3.8.0 (default, Nov  5 2019, 07:58:47) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.2rc0+112-ca3dca416f8d)
+  ** Extensions loaded: remotefilelog, rebase, strip
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/mercurial/dispatch.py", line 1173, in _dispatch
+      return runcommand(
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/hgext/remotefilelog/__init__.py", line 576, in runcommand
+      return orig(lui, repo, *args, **kwargs)
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/hgext/remotefilelog/__init__.py", line 889, in gc
+      gcclient(ui, cachepath)
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/hgext/remotefilelog/__init__.py", line 928, in gcclient
+      peer = hg.peer(ui, {}, path)
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/mercurial/hg.py", line 233, in peer
+      return _peerorrepo(
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/mercurial/hg.py", line 181, in _peerorrepo
+      obj = _peerlookup(path).instance(
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/mercurial/localrepo.py", line 3447, in instance
+      return makelocalrepository(ui, localpath, intents=intents)
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/mercurial/localrepo.py", line 503, in makelocalrepository
+      hgvfs.stat()
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/mercurial/vfs.py", line 260, in stat
+      return os.stat(self.join(path))
+  ValueError: stat: embedded null character in path
+  [1]

test-ssh-proto.t

--- /hgwork/src/tests/test-ssh-proto.t
+++ /hgwork/src/tests/test-ssh-proto.t.err
@@ -111,6 +111,8 @@
   o>     capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash

   440
   capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
+  /hgdev/pyenv/versions/3.8.0/lib/python3.8/os.py:1021: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
+    return io.open(fd, *args, **kwargs)
   o> flush() -> None
 
   $ hg debugserve --sshstdio --logiofile $TESTTMP/io << EOF
@@ -118,6 +120,8 @@
   > EOF
   440
   capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash
+  /hgwork/tmp/hgtests.qo7iog8i/install/lib/python/mercurial/pycompat.py:296: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
+    return builtins.open(name, sysstr(mode), buffering, encoding)
 
   $ cat $TESTTMP/io
   e> flush() -> None

test-worker.t

--- /hgwork/src/tests/test-worker.t
+++ /hgwork/src/tests/test-worker.t.err
@@ -94,6 +94,8 @@
   $ hg --config "extensions.t=$abspath" --config 'worker.numcpus=8'    > test 100000.0 exc 2>&1 | grep '^Exception'
   Exception: unknown exception
+  Exception ignored in: <function _after_fork at 0x7f26752d1b80>
+  Exception ignored in: <function _after_fork at 0x7f26752d1b80>
 
 Workers should not do cleanups in all cases
 
@@ -125,6 +127,17 @@
   > "extensions.d=$TESTTMP/detectcleanup.py" test 100000 abort
   start
   abort: known exception
+  Exception ignored in: <function _after_fork at 0x7f8f467bbc10>
+  Traceback (most recent call last):
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/threading.py", line 1435, in _after_fork
+      threads.update(_dangling)
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/_weakrefset.py", line 59, in __iter__
+      with _IterationGuard(self):
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/_weakrefset.py", line 18, in __init__
+      self.weakcontainer = ref(weakcontainer)
+    File "/hgwork/tmp/hgtests.qo7iog8i/install/lib/python/mercurial/dispatch.py", line 303, in catchterm
+      raise error.SignalInterrupt
+  mercurial.error.SignalInterrupt: 
   [255]
 
 #endif

Skipped Tests

Long Tests

DurationTest
151.0stest-merge-combination.t
114.4stest-revset.t
101.0stest-obsolete-bundle-strip.t
98.2stest-bookmarks-pushpull.t#b2-binary
97.9stest-bookmarks-pushpull.t#b2-pushkey
97.1stest-subrepo.t
91.6stest-obsolete.t
89.9stest-largefiles.t
86.5stest-log.t
84.9stest-template-functions.t
83.7stest-graft.t#abortflag
83.3stest-graft.t#abortcommand
79.1stest-mq.t
78.5stest-largefiles-misc.t
75.3stest-rebase-obsolete.t
75.1stest-glog-beautifygraph.t
75.0stest-glog.t
74.1stest-import.t
70.9stest-obsmarker-template.t
68.3stest-merge-tools.t
66.8stest-install.t
64.2stest-bundle2-exchange.t#sshv2
64.0stest-bundle2-exchange.t#sshv1
62.6stest-http-permissions.t
62.4stest-fix.t
61.9stest-update-branches.t
60.1stest-commit-amend.t
59.8stest-shelve.t#stripbased
59.3stest-shelve.t#phasebased
58.9stest-largefiles-update.t
57.3stest-rename-merge2.t
57.1stest-revset2.t
56.2stest-strip.t
55.4stest-check-pylint.t
54.7stest-copies.t#compatibility
54.6stest-subrepo-git.t
54.6stest-bookmarks.t
54.4stest-copies.t#sidedata
54.4stest-shelve2.t#stripbased#abortflag#continueflag
54.1stest-copies.t#changeset
54.1stest-copies.t#filelog
54.0stest-shelve2.t#phasebased#abortflag#continueflag
54.0stest-shelve2.t#phasebased#abortflag#continuecommand
54.0stest-shelve2.t#stripbased#abortflag#continuecommand
53.9stest-shelve2.t#phasebased#abortcommand#continuecommand
53.7stest-shelve2.t#phasebased#abortcommand#continueflag
53.5stest-shelve2.t#stripbased#abortcommand#continueflag
53.0stest-shelve2.t#stripbased#abortcommand#continuecommand
52.0stest-phases-exchange.t
51.4stest-keyword.t
51.3stest-push-warn.t
50.8stest-merge-force.t
50.5stest-run-tests.t
49.4stest-mq-subrepo.t
49.1stest-template-basic.t
48.8stest-mv-cp-st-diff.t
48.6stest-push-race.t#unrelated
48.5stest-lfs.t
48.3stest-push-race.t#strict
47.8stest-obsolete-divergent.t
47.4stest-merge-changedelete.t
47.2stest-narrow.t#flat#lfs-on
47.1stest-template-keywords.t
47.0stest-mq-header-date.t
47.0stest-narrow.t#tree#lfs-on
46.9stest-clone.t#sshv2
45.9stest-clone.t#sshv1
45.6stest-transplant.t#commandmode
45.5stest-annotate.t
45.4stest-transplant.t#continueflag
45.3stest-mq-header-from.t
45.2stest-revert.t
45.0stest-copytrace-heuristics.t
44.5stest-bisect.t
42.5stest-convert-filemap.t
42.3stest-fileset.t
41.4stest-rebase-inmemory.t
40.0stest-narrow.t#tree#lfs-off
40.0stest-narrow.t#flat#lfs-off
39.6stest-resolve.t
39.5stest-uncommit.t
38.5stest-tags.t
38.5stest-remotefilelog-repack.t
38.3stest-template-map.t
37.4stest-backout.t
37.1stest-rebase-scenario-global.t
36.3stest-treediscovery.t
35.9stest-subrepo-deep-nested-change.t
35.6stest-init.t
35.4stest-tag.t
34.7stest-contrib-perf.t
34.3stest-copies-unrelated.t#changeset
34.3stest-copies-unrelated.t#sidedata
34.3stest-copies-unrelated.t#compatibility
34.2stest-copies-unrelated.t#filelog
34.2stest-treemanifest.t
33.2stest-mq-guards.t
32.7stest-alias.t
32.4stest-remotefilelog-repack-fast.t
32.3stest-branches.t
32.2stest-ssh-proto.t
32.2stest-rebase-collapse.t
32.2stest-censor.t
32.1stest-hook.t
31.9stest-rename.t
31.3stest-check-code.t
31.1stest-commit-interactive.t
30.8stest-remotefilelog-bgprefetch.t
30.7stest-bisect2.t
30.6stest-commit.t
30.6stest-histedit-fold.t
30.0stest-ssh-bundle1.t#sshv2
29.7stest-help.t
29.5stest-ssh-bundle1.t#sshv1
29.4stest-bundle.t
29.3stest-largefiles-wireproto.t#sshv2
29.3stest-status.t
29.2stest-largefiles-wireproto.t#sshv1
28.6stest-hgwebdir.t
28.6stest-archive.t
28.5stest-narrow-widen-no-ellipsis.t#tree
28.5stest-histedit-obsolete.t#abortcommand
28.4stest-ssh.t#sshv2
28.4stest-narrow-widen-no-ellipsis.t#flat
28.4stest-narrow-clone.t
28.3stest-ssh.t#sshv1
28.3stest-fastannotate-hg.t
28.2stest-narrow-widen.t#tree
28.1stest-narrow-widen.t#flat
28.0stest-obshistory.t
28.0stest-subrepo-svn.t
27.9stest-histedit-obsolete.t#abortflag
27.6stest-issue3084.t
27.6stest-automv.t
27.3stest-rebase-abort.t#abortcommand#continueflag
27.2stest-https.t
27.2stest-rebase-abort.t#abortflag#continueflag
27.1stest-rebase-abort.t#abortflag#continuecommand
27.1stest-rebase-abort.t#abortcommand#continuecommand
27.0stest-check-pyflakes.t
26.9stest-newbranch.t
26.7stest-mq-qpush-fail.t
26.6stest-histedit-arguments.t#abortcommand
26.5stest-convert-cvs-detectmerge.t
26.5stest-extension.t
26.3stest-histedit-arguments.t#abortflag
26.3stest-merge-no-file-change.t
25.9stest-fetch.t
25.9stest-eol.t
25.8stest-phases.t
25.3stest-acl.t
25.1stest-remotefilelog-prefetch.t
24.9stest-convert-cvs.t
24.6stest-convert-git.t
24.2stest-bheads.t
24.2stest-narrow-share.t#flat
24.2stest-setdiscovery.t
24.1stest-narrow-clone-no-ellipsis.t
24.1stest-http-bad-server.t
23.9stest-convert-hg-sink.t
23.8stest-narrow-share.t#tree
23.7stest-obsolete-distributed.t
23.5stest-bookflow.t
23.5stest-audit-subrepo.t
23.4stest-absorb.t
23.0stest-patchbomb.t
22.7stest-import-git.t
22.7stest-remove.t
22.4stest-git-export.t
22.4stest-lfs-serve.t#lfsremote-on
22.2stest-branch-change.t
22.1stest-rebase-cache.t
22.0stest-split.t#obsstore-on
21.9stest-mq-qnew.t
21.9stest-hghave.t
21.9stest-upgrade-repo.t
21.8stest-merge1.t
21.7stest-narrow-shallow-merges.t
21.6stest-push-http.t#bundle2
21.4stest-clone-uncompressed.t#stream-bundle2
21.4stest-amend.t#obsstore-on
21.4stest-sparse.t
21.2stest-mq-qpush-exact.t
21.2stest-unamend.t
21.2stest-treediscovery-legacy.t
21.1stest-push-http.t#bundle1
21.0stest-convert-cvs-synthetic.t
20.9stest-rebase-dest.t
20.9stest-grep.t
20.8stest-bundle-r.t
20.8stest-walk.t
20.7stest-amend.t#obsstore-off
20.7stest-histedit-edit.t
20.6stest-rebase-parameters.t
20.6stest-debugcommands.t
20.3stest-split.t#obsstore-off
20.1stest-hgweb-commands.t

Timeline

test-contrib-check-code.t (1.44s)test-contrib-perf.t (34.73s)test-obsolete-checkheads.t (14.73s)test-check-code.t (31.30s)test-contrib-check-commit.t (0.17s)test-imports-checker.t (0.95s)test-merge-combination.t (150.96s)test-push-checkheads-unpushed-D3.t (6.32s)test-push-checkheads-unpushed-D4.t (6.44s)test-push-checkheads-unpushed-D5.t (6.52s)test-push-race.t#strict (48.29s)test-push-race.t#unrelated (48.57s)test-run-tests.t (50.53s)test-check-py3-compat.t (5.85s)test-push-checkheads-pruned-B8.t (7.20s)test-largefiles-update.t (58.87s)test-push-checkheads-pruned-B5.t (5.60s)test-push-checkheads-superceed-A6.t (6.12s)test-push-checkheads-superceed-A7.t (6.16s)test-push-checkheads-unpushed-D2.t (5.32s)test-push-checkheads-unpushed-D7.t (6.48s)test-rebase-check-restore.t (6.39s)test-push-checkheads-pruned-B2.t (4.73s)test-push-checkheads-pruned-B3.t (4.71s)test-push-checkheads-pruned-B4.t (4.50s)test-push-checkheads-superceed-A2.t (5.44s)test-push-checkheads-superceed-A3.t (5.45s)test-push-checkheads-partial-C1.t (4.28s)test-push-checkheads-partial-C2.t (4.33s)test-push-checkheads-partial-C3.t (4.16s)test-push-checkheads-partial-C4.t (4.10s)test-push-checkheads-pruned-B6.t (4.78s)test-push-checkheads-pruned-B7.t (4.80s)test-push-checkheads-superceed-A8.t (5.02s)test-push-checkheads-unpushed-D1.t (4.34s)test-push-checkheads-unpushed-D6.t (5.12s)test-subrepo-svn.t (28.01s)test-push-checkheads-superceed-A4.t (3.95s)test-push-checkheads-superceed-A5.t (3.83s)test-push-checkheads-pruned-B1.t (3.18s)test-push-checkheads-superceed-A1.t (3.34s)test-copytrace-heuristics.t (45.01s)test-check-config.t (9.98s)test-glog-beautifygraph.t (75.13s)test-gendoc-ja.t (4.09s)test-convert-cvs.t (24.88s)test-check-module-imports.t (12.15s)test-help.t (29.71s)test-obsolete-bounds-checking.t (0.86s)test-gendoc.t (5.28s)test-glog.t (75.01s)test-convert-svn-sink.t (19.80s)test-check-help.t (8.92s)test-patchbomb.t (22.96s)test-convert-svn-source.t (0.11s)test-obsolete-bundle-strip.t (100.95s)test-check-pyflakes.t (27.03s)test-abort-checkin.t (0.91s)test-http-bad-server.t (24.11s)test-ssh-proto-unbundle.t (18.87s)test-obsmarker-template.t (70.89s)test-acl.t (25.28s)test-check-commit.t (1.09s)test-check-shbang.t (2.17s)test-convert-svn-move.t (0.12s)test-check-interfaces.py (0.44s)test-hgweb-commands.t (20.05s)test-hgweb-symrev.t (18.87s)test-obsolete.t (91.57s)test-upgrade-repo.t (21.92s)test-extension.t (26.47s)test-ssh-proto.t (32.24s)test-log.t (86.55s)test-check-execute.t (1.32s)test-dirstate-race.t (15.23s)test-check-pylint.t (55.41s)test-graft.t#abortcommand (83.27s)test-graft.t#abortflag (83.70s)test-convert-svn-encoding.t (0.11s)test-wireproto-content-redirects.t (4.29s)test-hgweb-filelog.t (9.18s)test-hgwebdir.t (28.62s)test-wireproto-exchangev2.t (17.30s)test-bundle2-format.t (11.16s)test-template-map.t (38.27s)test-revset.t (114.41s)test-subrepo.t (97.10s)test-convert-cvs-detectmerge.t (26.54s)test-rebase-obsolete.t (75.27s)test-largefiles.t (89.92s)test-merge-tools.t (68.30s)test-hgweb-json.t (11.07s)test-convert-cvs-synthetic.t (20.98s)test-gendoc-ro.t (3.53s)test-import.t (74.10s)test-subrepo-deep-nested-change.t (35.85s)test-bundle2-exchange.t#sshv1 (63.98s)test-bundle2-exchange.t#sshv2 (64.24s)test-phases-exchange.t (51.98s)test-bookmarks-pushpull.t#b2-binary (98.15s)test-bookmarks-pushpull.t#b2-pushkey (97.89s)test-convert-cvsnt-mergepoints.t (12.62s)test-strip.t (56.17s)test-template-functions.t (84.90s)test-commit-interactive.t (31.12s)test-merge-changedelete.t (47.35s)test-lfs.t (48.53s)test-fix.t (62.35s)test-hook.t (32.07s)test-rename-merge2.t (57.29s)test-https.t (27.25s)test-highlight.t (11.86s)test-convert-git.t (24.59s)test-http-permissions.t (62.65s)test-lfs-test-server.t#git-server (0.22s)test-lfs-test-server.t#hg-server (12.22s)test-setdiscovery.t (24.17s)test-commandserver.t (19.79s)test-clone.t#sshv1 (45.85s)test-clone.t#sshv2 (46.90s)test-bookmarks.t (54.60s)test-check-clang-format.t (2.26s)test-merge-force.t (50.83s)test-revset2.t (57.06s)test-convert-cvs-branch.t (19.26s)test-shelve.t#phasebased (59.31s)test-shelve.t#stripbased (59.82s)test-largefiles-misc.t (78.47s)test-commit-amend.t (60.08s)test-branches.t (32.31s)test-http-protocol.t (12.30s)test-hgweb-diffs.t (12.04s)test-keyword.t (51.37s)test-revert.t (45.18s)test-template-keywords.t (47.12s)test-wireproto-command-filesdata.t (8.63s)test-convert-svn-branches.t (0.10s)test-mq.t (79.14s)test-convert-hg-svn.t (0.11s)test-gendoc-de.t (4.01s)test-lfs-serve-access.t (12.82s)test-wireproto-command-capabilities.t (3.78s)test-generaldelta.t (14.24s)test-subrepo-git.t (54.64s)test-lfs-serve.t#lfsremote-off (7.54s)test-lfs-serve.t#lfsremote-on (22.43s)test-transplant.t#commandmode (45.62s)test-transplant.t#continueflag (45.41s)test-treemanifest.t (34.25s)test-tags.t (38.55s)test-phases.t (25.75s)test-template-basic.t (49.07s)test-tag.t (35.42s)test-subrepo-recursion.t (18.89s)test-hgweb.t (14.15s)test-convert.t (8.35s)test-check-jshint.t (0.27s)test-http-api-httpv2.t (8.23s)test-http.t (19.88s)test-convert-filemap.t (42.51s)test-obsolete-divergent.t (47.82s)test-annotate.t (45.51s)test-bundle.t (29.36s)test-resolve.t (39.65s)test-shelve2.t#phasebased#abortcommand#continuecommand (53.93s)test-shelve2.t#phasebased#abortcommand#continueflag (53.69s)test-shelve2.t#phasebased#abortflag#continuecommand (53.98s)test-shelve2.t#phasebased#abortflag#continueflag (53.99s)test-shelve2.t#stripbased#abortcommand#continuecommand (53.03s)test-shelve2.t#stripbased#abortcommand#continueflag (53.48s)test-shelve2.t#stripbased#abortflag#continuecommand (53.95s)test-shelve2.t#stripbased#abortflag#continueflag (54.38s)test-split.t#obsstore-off (20.27s)test-split.t#obsstore-on (21.97s)test-notify.t (10.50s)test-encoding-textwrap.t (2.46s)test-obsolete-distributed.t (23.73s)test-walk.t (20.75s)test-mv-cp-st-diff.t (48.81s)test-bisect.t (44.54s)test-convert-p4-filetypes.t (0.09s)test-rebase-scenario-global.t (37.13s)test-commit.t (30.59s)test-ssh.t#sshv1 (28.34s)test-ssh.t#sshv2 (28.42s)test-bundle2-remote-changegroup.t#sshv1 (17.21s)test-bundle2-remote-changegroup.t#sshv2 (17.17s)test-clonebundles.t (17.42s)test-wireproto-exchangev2-shallow.t (5.35s)test-import-git.t (22.74s)test-mq-header-from.t (45.27s)test-i18n.t (4.11s)test-treediscovery.t (36.29s)test-bisect2.t (30.72s)test-archive.t (28.57s)test-fileset.t (42.33s)test-grep.t (20.85s)test-push-warn.t (51.34s)test-hgweb-annotate-whitespace.t (4.66s)test-remotefilelog-repack.t (38.48s)test-debugcommands.t (20.55s)test-remove.t (22.69s)test-rebase-inmemory.t (41.42s)test-clone-uncompressed.t#stream-bundle2 (21.44s)test-clone-uncompressed.t#stream-legacy (17.90s)test-alias.t (32.71s)test-ssh-bundle1.t#sshv1 (29.46s)test-ssh-bundle1.t#sshv2 (30.02s)test-mq-header-date.t (47.03s)test-wireproto-command-changesetdata.t (9.96s)test-pull-pull-corruption.t (15.28s)test-blackbox.t (13.36s)test-convert-svn-startrev.t (0.10s)test-devel-warnings.t (5.12s)test-backout.t (37.36s)test-push-http.t#bundle1 (21.15s)test-push-http.t#bundle2 (21.58s)test-check-format.t (13.44s)test-rebase-collapse.t (32.20s)test-contrib-relnotes.t (1.47s)test-update-branches.t (61.89s)test-audit-subrepo.t (23.48s)test-histedit-obsolete.t#abortcommand (28.52s)test-histedit-obsolete.t#abortflag (27.94s)test-histedit-arguments.t#abortcommand (26.64s)test-histedit-arguments.t#abortflag (26.33s)test-wireproto.t (11.58s)test-globalopts.t (13.07s)test-http-bundle1.t (19.61s)test-hgweb-descend-empties.t (3.56s)test-obshistory.t (28.03s)test-fncache.t (12.89s)test-rename.t (31.93s)test-uncommit.t (39.49s)test-mq-subrepo.t (49.44s)test-fastannotate-hg.t (28.30s)test-histedit-fold.t (30.58s)test-progress.t (5.29s)test-remotefilelog-repack-fast.t (32.35s)test-log-linerange.t (9.22s)test-extdiff.t (17.30s)test-getbundle.t (5.83s)test-largefiles-wireproto.t#sshv1 (29.23s)test-largefiles-wireproto.t#sshv2 (29.34s)test-status-color.t (17.73s)test-narrow.t#flat#lfs-off (39.96s)test-narrow.t#flat#lfs-on (47.22s)test-narrow.t#tree#lfs-off (39.99s)test-narrow.t#tree#lfs-on (46.96s)test-convert-hg-sink.t (23.95s)test-logexchange.t (15.79s)test-merge-types.t (12.51s)test-install.t (66.76s)test-histedit-commute.t (14.28s)test-censor.t (32.16s)test-lfconvert.t (16.49s)test-histedit-edit.t (20.66s)test-remotefilelog-bgprefetch.t (30.80s)test-fetch.t (25.94s)test-copies.t#changeset (54.15s)test-copies.t#compatibility (54.74s)test-copies.t#filelog (54.12s)test-copies.t#sidedata (54.38s)test-wireproto-caching.t (5.83s)test-amend.t#obsstore-off (20.71s)test-amend.t#obsstore-on (21.37s)test-incoming-outgoing.t (13.29s)test-clone-pull-corruption.t (7.91s)test-eol.t (25.93s)test-rollback.t (19.28s)test-newbranch.t (26.94s)test-bundle2-multiple-changegroups.t (7.07s)test-merge-criss-cross.t (14.75s)test-wireproto-command-manifestdata.t (5.85s)test-git-export.t (22.43s)test-infinitepush-ci.t (12.73s)test-status.t (29.27s)test-diff-color.t (6.91s)test-rebase-abort.t#abortcommand#continuecommand (27.13s)test-rebase-abort.t#abortcommand#continueflag (27.29s)test-rebase-abort.t#abortflag#continuecommand (27.15s)test-rebase-abort.t#abortflag#continueflag (27.20s)test-lfs-largefiles.t (13.56s)test-hgweb-empty.t (1.96s)test-dirstate-race2.t (1.76s)test-merge1.t (21.78s)test-infinitepush-bundlestore.t (19.36s)test-rebase-conflicts.t (13.23s)test-push.t (17.73s)test-rebase-newancestor.t (19.73s)test-convert-mtn.t (0.11s)test-copies-in-changeset.t#extra (16.64s)test-copies-in-changeset.t#sidedata (18.41s)test-narrow-shallow-merges.t (21.66s)test-mq-guards.t (33.24s)test-hghave.t (21.94s)test-convert-svn-tags.t (0.10s)test-pager.t (12.31s)test-completion.t (5.69s)test-wireproto-command-filedata.t (7.44s)test-qrecord.t (6.10s)test-mq-subrepo-svn.t (2.17s)test-revset-legacy-lookup.t (18.28s)test-copies-unrelated.t#changeset (34.34s)test-copies-unrelated.t#compatibility (34.26s)test-copies-unrelated.t#filelog (34.25s)test-copies-unrelated.t#sidedata (34.30s)test-rebase-interruptions.t (18.22s)test-absorb.t (23.41s)test-rebase-parameters.t (20.62s)test-hardlinks.t (13.13s)test-export.t (11.94s)test-issue3084.t (27.63s)test-merge-no-file-change.t (26.33s)test-verify.t (8.56s)test-narrow-patterns.t (16.20s)test-rebase-dest.t (20.94s)test-mq-qpush-fail.t (26.73s)test-narrow-widen-no-ellipsis.t#flat (28.39s)test-narrow-widen-no-ellipsis.t#tree (28.54s)test-bundle-r.t (20.81s)test-rebase-pull.t (17.74s)test-exchange-obsmarkers-case-A1.t (16.61s)test-branch-change.t (22.21s)test-sparse.t (21.36s)test-commit-interactive-curses.t (14.13s)test-rebase-named-branches.t (16.60s)test-fix-topology.t#obsstore-off (11.37s)test-fix-topology.t#obsstore-on (13.22s)test-import-bypass.t (16.58s)test-revert-interactive.t (12.22s)test-parse-date.t (19.47s)test-treediscovery-legacy.t (21.19s)test-narrow-widen.t#flat (28.12s)test-narrow-widen.t#tree (28.19s)test-rebase-cache.t (22.14s)test-journal.t (6.82s)test-help-hide.t (0.43s)test-releasenotes-formatting.t (11.76s)test-mq-qrefresh.t (17.07s)test-histedit-fold-non-commute.t (14.78s)test-gendoc-pt_BR.t (4.21s)test-gendoc-zh_CN.t (3.98s)test-gendoc-zh_TW.t (4.00s)test-exchange-obsmarkers-case-A3.t (17.43s)test-mq-qrefresh-interactive.t (3.88s)test-chg.t (0.10s)test-wireproto-command-rawstorefiledata.t (3.23s)test-static-http.t (11.00s)test-histedit-non-commute.t (14.31s)test-hgignore.t (10.23s)test-githelp.t (15.26s)test-exchange-obsmarkers-case-C3.t (11.09s)test-win32text.t (10.56s)test-gendoc-it.t (3.97s)test-gendoc-el.t (3.92s)test-gendoc-fr.t (4.01s)test-gendoc-ru.t (4.11s)test-gendoc-sv.t (4.03s)test-gendoc-da.t (3.99s)test-share-bookmarks.t#svfs (12.40s)test-share-bookmarks.t#vfs (12.59s)test-mq-qnew.t (21.95s)test-bheads.t (24.24s)test-flagprocessor.t (16.97s)test-diff-ignore-whitespace.t (13.85s)test-bookflow.t (23.50s)test-config.t (10.73s)test-http-api.t (3.53s)test-largefiles-cache.t (14.84s)test-encoding.t (6.40s)test-rebase-rename.t (15.77s)test-convert-bzr-merges.t (0.09s)test-mq-qimport.t (18.36s)test-manifest.t (12.18s)test-url-rev.t (13.23s)test-diff-unified.t (9.04s)test-mq-qrefresh-replace-log-message.t (12.76s)test-unamend.t (21.22s)test-init.t (35.65s)test-pager-legacy.t (8.61s)test-rebase-base-flag.t (14.29s)test-histedit-base.t (7.43s)test-parseindex.t (4.23s)test-clone-r.t (11.73s)test-bad-extension.t (1.83s)test-hgweb-raw.t (3.85s)test-rebase-mq.t (16.74s)test-exchange-obsmarkers-case-D1.t (10.46s)test-hgweb-removed.t (1.97s)test-eol-patch.t (6.79s)test-automv.t (27.62s)test-exchange-obsmarkers-case-C2.t (10.11s)test-single-head.t (12.24s)test-ssh-clone-r.t#sshv1 (11.39s)test-ssh-clone-r.t#sshv2 (11.41s)test-subrepo-relative-path.t (10.10s)test-hgrc.t (5.73s)test-casecollision-merge.t (0.08s)test-http-clone-r.t (10.77s)test-convert-bzr.t (0.09s)test-bookmarks-corner-case.t (8.08s)test-rename-dir-merge.t (12.57s)test-strip-cross.t (17.20s)test-add.t (18.73s)test-histedit-no-change.t (10.57s)test-narrow-clone.t (28.36s)test-diffstat.t (12.32s)test-convert-splicemap.t (10.48s)test-http-proxy.t (4.36s)test-removeemptydirs.t (11.64s)test-fileset-generated.t (6.43s)test-bundle-phases.t (15.35s)test-exchange-obsmarkers-case-C1.t (9.53s)test-status-rev.t (5.98s)test-diff-upgrade.t (4.51s)test-pull-update.t (12.53s)test-copy.t (13.79s)test-bisect3.t (8.54s)test-conflict.t (7.19s)test-remotefilelog-prefetch.t (25.05s)test-up-local-change.t (11.73s)test-dispatch.t (9.37s)test-narrow-exchange.t#lfs-off (9.85s)test-narrow-exchange.t#lfs-on (11.15s)test-obsolete-changeset-exchange.t (7.44s)test-exchange-obsmarkers-case-D4.t (8.52s)test-eol-update.t (6.19s)test-remotefilelog-push-pull.t (16.46s)test-pull-bundle.t (8.22s)test-share.t (9.16s)test-narrow-exchange-merges.t (10.06s)test-absorb-rename.t (12.75s)test-exchange-obsmarkers-case-B5.t (9.82s)test-churn.t (8.93s)test-pull-branch.t (11.90s)test-eol-hook.t (8.14s)test-bundle-type.t (13.41s)test-remotefilelog-linknodes.t (14.06s)test-notify-changegroup.t (4.59s)test-narrow-trackedcmd.t#flat (9.02s)test-narrow-trackedcmd.t#tree (9.08s)test-byteify-strings.t (0.68s)test-rebase-detach.t (12.73s)test-stream-bundle-v2.t (3.62s)test-sparse-profiles.t (9.56s)test-mq-qpush-exact.t (21.25s)test-fastannotate-protocol.t (8.54s)test-hybridencode.py (0.29s)test-rebase-bookmarks.t (14.64s)test-bookmarks-current.t (14.86s)test-convert-hg-source.t (12.14s)test-encoding-align.t (5.05s)test-debugbuilddag.t (5.71s)test-convert-baz.t (0.09s)test-inherit-mode.t (1.94s)test-infinitepush.t (14.35s)test-histedit-non-commute-abort.t (7.20s)test-releasenotes-merging.t (5.87s)test-remotefilelog-gcrepack.t (9.15s)test-convert-hg-startrev.t (9.19s)test-show-work.t (19.98s)test-narrow-strip.t#flat#lfs-off (6.81s)test-narrow-strip.t#flat#lfs-on (7.78s)test-narrow-strip.t#tree#lfs-off (6.77s)test-narrow-strip.t#tree#lfs-on (7.99s)test-repo-compengines.t (9.02s)test-merge-commit.t (7.16s)test-audit-path.t (12.21s)test-exchange-obsmarkers-case-B4.t (10.20s)test-fastannotate.t (11.18s)test-narrow-expanddirstate.t (5.36s)test-purge.t (10.27s)test-symlinks.t (11.32s)test-exchange-obsmarkers-case-C4.t (8.66s)test-sparse-revlog.t (0.08s)test-mq-safety.t (13.00s)test-directaccess.t (8.76s)test-exchange-obsmarkers-case-A6.t (9.37s)test-exchange-obsmarkers-case-A5.t (8.49s)test-remotefilelog-local.t (16.49s)test-basic.t (6.29s)test-narrow-share.t#flat (24.18s)test-narrow-share.t#tree (23.78s)test-hgweb-csp.t (5.55s)test-histedit-bookmark-motion.t (6.42s)test-obsolete-tag-cache.t (4.53s)test-diff-binary-file.t (6.06s)test-casefolding.t (0.08s)test-mq-git.t (6.07s)test-mq-qfold.t (9.76s)test-remotefilelog-cacheprocess.t (3.97s)test-patchbomb-bookmark.t (3.53s)test-stack.t (12.03s)test-journal-share.t (6.01s)test-paths.t (12.99s)test-contrib-testparseutil.t (0.34s)test-hgweb-no-request-uri.t (1.32s)test-sparse-merges.t (10.38s)test-pathconflicts-merge.t (10.65s)test-releasenotes-parsing.t (2.25s)test-diff-indent-heuristic.t#bdiff (0.73s)test-diff-indent-heuristic.t#xdiff (0.94s)test-import-merge.t (18.71s)test-drawdag.t (8.37s)test-patchbomb-tls.t (3.64s)test-exchange-obsmarkers-case-B2.t (7.83s)test-convert-p4.t (0.09s)test-show-stack.t (18.24s)test-narrow-clone-nonlinear.t (18.21s)test-mq-eol.t (5.70s)test-exchange-obsmarkers-case-A4.t (7.08s)test-convert-bzr-directories.t (0.09s)test-obsmarkers-effectflag.t (17.61s)test-fastannotate-renames.t (8.55s)test-rename-merge1.t (17.72s)test-histedit-drop.t (5.60s)test-rebase-mq-skip.t#continuecommand (17.36s)test-rebase-mq-skip.t#continueflag (17.04s)test-bookmarks-merge.t (16.71s)test-lock-badness.t (16.59s)test-repair-strip.t (5.19s)test-histedit-outgoing.t (7.61s)test-pull.t#sshv1 (6.39s)test-pull.t#sshv2 (6.51s)test-exchange-obsmarkers-case-B6.t (7.24s)test-merge-default.t (7.55s)test-extension-timing.t (0.85s)test-match.py (0.24s)test-rebase-emptycommit.t (15.26s)test-cbor.py (0.69s)test-debugbundle.t (2.71s)test-copy-move-merge.t (14.93s)test-profile.t (14.50s)test-convert-tla.t (1.37s)test-mq-qclone-http.t (12.80s)test-exchange-obsmarkers-case-A2.t (12.37s)test-exchange-obsmarkers-case-D2.t (12.30s)test-status-terse.t (12.22s)test-merge7.t (3.49s)test-phase-archived.t (4.00s)test-hgweb-no-path-info.t (1.21s)test-subrepo-missing.t (10.81s)test-pathconflicts-update.t (10.51s)test-show.t (10.13s)test-addremove-similar.t (10.20s)test-contrib.t (1.51s)test-unionrepo.t (10.16s)test-flags.t (9.97s)test-remotefilelog-gc.t (9.92s)test-commit-multiple.t (9.60s)test-commit-unresolved.t#abortcommand (9.27s)test-commit-unresolved.t#abortflag (8.99s)test-import-eol.t (8.99s)test-logtoprocess.t (8.82s)test-mq-missingfiles.t (8.69s)test-sparse-import.t (8.50s)test-rebase-transaction.t#continuecommand (8.50s)test-rebase-transaction.t#continueflag (8.47s)test-identify.t (8.27s)test-default-push.t (7.78s)test-merge-subrepos.t (7.52s)test-filebranch.t (4.26s)test-narrow-clone-no-ellipsis.t (24.14s)test-convert-datesort.t (7.62s)test-mq-qdelete.t (12.83s)test-sidedata.t (3.85s)test-update-atomic.t (3.43s)test-mq-merge.t (8.38s)test-pending.t (6.90s)test-pull-r.t (7.19s)test-clone-update-order.t (5.05s)test-fastannotate-perfhack.t (8.29s)test-narrow-pull.t (16.35s)test-origbackup-conflict.t (5.09s)test-merge-local.t (6.18s)test-bugzilla.t (2.20s)test-remotefilelog-http.t (5.92s)test-exchange-obsmarkers-case-D3.t (7.85s)test-remote-hidden.t (5.49s)test-merge-halt.t (5.88s)test-narrow-shallow.t (16.59s)test-worker.t (2.45s)test-branch-option.t (8.76s)test-empty-group.t (4.39s)test-mac-packages.t (0.17s)test-parents.t (5.67s)test-fix-metadata.t (0.74s)test-children.t (5.89s)test-http-branchmap.t (3.84s)test-diff-change.t (6.87s)test-extdata.t (6.67s)test-bundle2-pushback.t#sshv1 (3.65s)test-bundle2-pushback.t#sshv2 (3.66s)test-rebuildstate.t (5.81s)test-narrow-merge.t#flat (7.53s)test-narrow-merge.t#tree (7.51s)test-mq-pull-from-bundle.t (7.03s)test-exchange-obsmarkers-case-B3.t (6.90s)test-remotefilelog-corrupt-cache.t (4.74s)test-amend-subrepo.t#obsstore-off (7.87s)test-amend-subrepo.t#obsstore-on (7.56s)test-merge-internal-tools-pattern.t (4.88s)test-run-tests.py (0.24s)test-issue672.t (3.26s)test-extensions-afterloaded.t (4.46s)test-tools.t (0.99s)test-fastannotate-corrupt.t (4.10s)test-narrow-commit.t#flat (8.67s)test-narrow-commit.t#tree (8.64s)test-eol-clone.t (2.80s)test-wireproto-serverreactor.py (0.27s)test-excessive-merge.t (4.28s)test-relink.t (2.86s)test-mq-qqueue.t (9.90s)test-narrow-rebase.t#continuecommand (7.04s)test-narrow-rebase.t#continueflag (7.06s)test-push-cgi.t (1.80s)test-record.t (1.15s)test-convert-darcs.t (0.90s)test-remotefilelog-clone-tree.t (4.56s)test-patch.t (3.50s)test-hgweb-non-interactive.t (1.05s)test-sqlitestore.t (2.21s)test-remotefilelog-clone.t (4.53s)test-arbitraryfilectx.t (2.15s)test-remotefilelog-sparse.t (11.58s)test-cache-abuse.t (14.04s)test-rebase-backup.t (5.25s)test-simple-update.t (6.22s)test-pathconflicts-basic.t (5.97s)test-committer.t (4.39s)test-exchange-obsmarkers-case-B7.t (6.71s)test-pull-http.t (3.72s)test-remotefilelog-bundle2-legacy.t (0.66s)test-exchange-obsmarkers-case-B1.t (6.75s)test-remotefilelog-log.t (5.50s)test-mq-qdiff.t (6.25s)test-bookmarks-rebase.t (5.22s)test-serve.t (5.29s)test-exchange-obsmarkers-case-A7.t (5.92s)test-revset-outgoing.t (4.24s)test-import-context.t (1.79s)test-remotefilelog-bundle2.t (6.26s)test-eol-add.t (3.21s)test-bundle-vs-outgoing.t (4.51s)test-rebase-partial.t (4.34s)test-update-names.t (5.90s)test-mailmap.t (3.75s)test-remotefilelog-bundles.t (5.02s)test-merge-remove.t (5.78s)test-convert-tagsbranch-topology.t (1.46s)test-requires.t (3.12s)test-locate.t (8.17s)test-merge-closedheads.t (7.46s)test-rename-after-merge.t (6.16s)test-wireproto-clientreactor.py (0.30s)test-contrib-dumprevlog.t (3.25s)test-remotefilelog-pull-noshallow.t (3.50s)test-debugextensions.t (1.31s)test-narrow-clone-stream.t#flat-fncache (19.88s)test-narrow-clone-stream.t#flat-nofncache (19.83s)test-narrow-clone-stream.t#tree (19.86s)test-rebase-legacy.t#continuecommand (1.47s)test-rebase-legacy.t#continueflag (1.29s)test-issue1306.t (2.98s)test-lfs-bundle.t (5.82s)test-issue1175.t (5.70s)test-cat.t (7.46s)test-nointerrupt.t (4.69s)test-issue660.t (6.14s)test-largefiles-small-disk.t (1.56s)test-convert-clonebranches.t (5.01s)test-oldcgi.t (1.42s)test-impexp-branch.t (4.35s)test-narrow-clone-non-narrow-server.t (8.34s)test-histedit-no-backup.t#abortcommand (2.55s)test-histedit-no-backup.t#abortflag (2.67s)test-issue586.t (5.27s)test-unified-test.t (0.71s)test-rebase-templates.t (3.52s)test-remotefilelog-tags.t (4.13s)test-symlink-placeholder.t (3.13s)test-merge6.t (4.05s)test-narrow-copies.t (5.77s)test-server-view.t (4.06s)test-rebase-issue-noparam-single-rev.t (5.46s)test-dirstate.t (3.71s)test-close-head.t (4.49s)test-url-download.t (4.25s)test-merge-revert2.t (7.63s)test-verify-repo-operations.py (0.11s)test-addremove.t (5.47s)test-mq-qrename.t (9.76s)test-narrow-update.t (5.47s)test-mq-symlinks.t (7.87s)test-ssh-repoerror.t (4.49s)test-wsgirequest.py (0.38s)test-double-merge.t (2.09s)test-narrow-patch.t#flat (2.62s)test-narrow-patch.t#tree (2.69s)test-glog-topological.t (2.13s)test-sparse-verbose-json.t (3.24s)test-merge9.t (4.25s)test-context-metadata.t (2.55s)test-patch-offset.t (0.77s)test-log-exthook.t (1.18s)test-newcgi.t (1.06s)test-issue1802.t (3.30s)test-update-reverse.t (2.96s)test-wireproto-command-branchmap.t (2.94s)test-pushvars.t (2.65s)test-histedit-templates.t (2.38s)test-hgwebdirsym.t (3.53s)test-manifest.py (2.44s)test-revlog-raw.py (0.67s)test-merge-symlinks.t (1.69s)test-branch-tag-confict.t (2.30s)test-narrow-debugcommands.t (2.85s)test-custom-filters.t (1.98s)test-issue2137.t (0.95s)test-sparse-clone.t (1.86s)test-remotefilelog-partial-shallow.t (3.41s)test-eolfilename.t (2.57s)test-merge10.t (3.19s)test-journal-exists.t (2.55s)test-revlog-v2.t (1.89s)test-diffdir.t (4.64s)test-schemes.t (2.84s)test-issue522.t (2.69s)test-histedit-merge-tools.t (2.12s)test-mq-qgoto.t (6.58s)test-revlog.t (1.66s)test-newercgi.t (1.05s)test-editor-filename.t (1.65s)test-url.py (0.23s)test-import-unknown.t (5.05s)test-unbundlehash.t (1.85s)test-narrow-sparse.t#flat (3.03s)test-narrow-sparse.t#tree (3.21s)test-missing-capability.t (2.60s)test-wireproto-command-known.t (2.16s)test-wireproto-command-listkeys.t (2.58s)test-convert-identity.t (2.97s)test-merge-revert.t (7.66s)test-wireproto-command-heads.t (2.46s)test-encode.t (3.20s)test-permissions.t (2.36s)test-casecollision.t (4.95s)test-ancestor.py (0.91s)test-update-dest.t (2.48s)test-known.t (3.69s)test-sparse-fsmonitor.t (0.02s)test-no-symlinks.t (0.08s)test-remotefilelog-datapack.py (1.75s)test-convert-authormap.t (1.66s)test-subrepo-paths.t (1.62s)test-sparse-requirement.t (1.64s)test-confused-revert.t (4.23s)test-remotefilelog-permissions.t (4.05s)test-fuzz-targets.t (0.32s)test-issue1993.t (2.11s)test-issue1502.t (2.69s)test-clone-cgi.t (1.01s)test-sparse-clear.t (2.45s)test-simplemerge.py (0.22s)test-websub.t (1.53s)test-rebase-brute-force.t (2.25s)test-revlog-mmapindex.t (16.20s)test-merge2.t (5.16s)test-diff-antipatience.t#bdiff (0.77s)test-diff-antipatience.t#xdiff (1.00s)test-issue1877.t (3.55s)test-gpg.t (1.92s)test-empty-file.t (2.88s)test-lrucachedict.py (0.23s)test-changelog-exec.t (2.62s)test-hgk.t (2.05s)test-diff-hashes.t (2.08s)test-debian-packages.t (0.36s)test-absorb-edit-lines.t (2.50s)test-remotefilelog-wireproto.t (3.53s)test-mactext.t (1.18s)test-convert-bzr-ghosts.t (0.09s)test-docker-packaging.t (0.23s)test-bookmarks-strip.t (2.87s)test-narrow-acl.t (3.18s)test-remotefilelog-keepset.t (2.72s)test-lock.py (0.24s)test-remotefilelog-histpack.py (3.11s)test-remotefilelog-bad-configs.t (2.66s)test-diff-subdir.t (1.83s)test-convert-bzr-114.t (0.09s)test-trusted.py (0.27s)test-narrow-debugrebuilddirstate.t (2.06s)test-unrelated-pull.t (2.04s)test-parseindex2.py (0.36s)test-diff-reverse.t (2.28s)test-revset-dirstate-parents.t (4.78s)test-wireproto-command-pushkey.t (1.65s)test-update-issue1456.t (3.11s)test-empty.t (1.52s)test-merge5.t (2.71s)test-wireproto-framing.py (0.23s)test-narrow-archive.t (3.07s)test-diff-copy-depth.t (4.32s)test-convert-bzr-treeroot.t (0.09s)test-hgweb-bundle.t (1.93s)test-absorb-unfinished.t (1.45s)test-mq-qimport-fail-cleanup.t (1.65s)test-linerange.py (0.23s)test-fix-clang-format.t (1.38s)test-manifest-merging.t (1.94s)test-issue619.t (2.03s)test-merge8.t (2.09s)test-issue842.t (2.07s)test-remotefilelog-blame.t (3.56s)test-linelog.py (2.95s)test-filecache.py (1.03s)test-revlog-group-emptyiter.t (1.47s)test-propertycache.py (0.59s)test-pathencode.py (0.52s)test-demandimport.py (0.38s)test-archive-symlinks.t (1.39s)test-absorb-strip.t (1.32s)test-pull-permission.t (1.29s)test-issue5979.t (2.68s)test-rust-ancestor.py (0.19s)test-revisions.t (3.52s)test-merge4.t (2.20s)test-absorb-filefixupstate.py (0.38s)test-phabricator.t (0.44s)test-wireproto-command-lookup.t (1.34s)test-context.py (0.46s)test-issue612.t (2.06s)test-debugindexdot.t (2.21s)test-eol-tag.t (1.45s)test-batching.py (0.31s)test-bdiff.py (0.23s)test-hgweb-auth.py (0.19s)test-nested-repo.t (2.70s)test-minirst.py (0.22s)test-execute-bit.t (2.30s)test-username-newline.t (0.88s)test-fastannotate-revmap.py (0.38s)test-issue4074.t (1.69s)test-remotefilelog-share.t (2.12s)test-revlog-packentry.t (1.12s)test-dirstate-nonnormalset.t (1.77s)test-ui-config.py (0.39s)test-diff-issue2761.t (2.02s)test-atomictempfile.py (0.22s)test-strict.t (1.88s)test-util.py (0.22s)test-diff-newlines.t (0.97s)test-rust-discovery.py (0.17s)test-empty-dir.t (1.35s)test-storage.py (1.78s)test-absorb-phase.t (1.80s)test-annotate.py (0.25s)test-extra-filelog-entry.t (1.46s)test-debugrename.t (1.88s)test-issue1438.t (1.95s)test-issue1102.t (1.63s)test-fastannotate-diffopts.t (0.95s)test-revert-unknown.t (1.66s)test-bad-pull.t (1.29s)test-revert-flags.t (1.44s)test-simplekeyvaluefile.py (0.23s)test-issue1089.t (1.48s)test-doctest.py (1.00s)test-backwards-remove.t (1.23s)test-wireproto.py (0.28s)test-contrib-emacs.t (0.42s)test-cappedreader.py (0.19s)test-dirstate-backup.t (0.47s)test-xdg.t (0.28s)test-mq-qsave.t (0.96s)test-encoding-func.py (0.19s)test-extensions-wrapfunction.py (0.28s)test-walkrepo.py (0.37s)test-revlog-ancestry.py (0.51s)test-ui-verbosity.py (0.32s)test-filelog.py (0.35s)test-sshserver.py (0.31s)test-hg-parseurl.py (0.35s)test-symlink-os-yes-fs-no.py (1.41s)test-minifileset.py (0.25s)test-config-env.py (0.26s)test-lfs-pointer.py (0.31s)test-duplicateoptions.py (0.41s)test-hgwebdir-paths.py (0.27s)test-ui-color.py (0.32s)test-status-inprocess.py (0.37s)test-dispatch.py (0.40s)test-mdiff.py (0.21s)