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

Repo:try
Node:40bf3d7ecc42b7f7cf8004f346b6fe304ffe7a59
Name:debian10-cpython-3.8
Scheduled At:2019-11-04T16:33:03
Started At:2019-11-04T16:33:11
Finished At:2019-11-04T16:41:11

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-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-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-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-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.8.0 (default, Nov  2 2019, 18:18:19) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.2rc0+96-40bf3d7ecc42)
+  ** Extensions loaded: fsmonitor
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 1173, in _dispatch
+      return runcommand(
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/debugcommands.py", line 1696, in debuginstall
+      problems += handler(ui, fm)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/hgext/fsmonitor/__init__.py", line 197, in debuginstall
+      fm.condwrite(
+    File "/hgwork/tmp/hgtests.2p8_pwts/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.8.0 (default, Nov  2 2019, 18:18:19) [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.2p8_pwts/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 1173, in _dispatch
+      return runcommand(
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/debugcommands.py", line 1707, in debuginstall
+      fm.end()
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/formatter.py", line 445, in end
+      baseformatter.end(self)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/formatter.py", line 269, in end
+      self._showitem()
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/formatter.py", line 440, in _showitem
+      u = templatefilters.json(v, paranoid=False)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/templatefilters.py", line 334, in json
+      raise error.ProgrammingError(
+  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
@@ -353,9 +353,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 +363,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  2 2019, 18:18:19) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.2rc0+96-40bf3d7ecc42)
+  ** Extensions loaded: remotefilelog, rebase, strip
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 1173, in _dispatch
+      return runcommand(
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/hgext/remotefilelog/__init__.py", line 576, in runcommand
+      return orig(lui, repo, *args, **kwargs)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/hgext/remotefilelog/__init__.py", line 889, in gc
+      gcclient(ui, cachepath)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/hgext/remotefilelog/__init__.py", line 928, in gcclient
+      peer = hg.peer(ui, {}, path)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/hg.py", line 233, in peer
+      return _peerorrepo(
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/hg.py", line 181, in _peerorrepo
+      obj = _peerlookup(path).instance(
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/localrepo.py", line 3447, in instance
+      return makelocalrepository(ui, localpath, intents=intents)
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/localrepo.py", line 503, in makelocalrepository
+      hgvfs.stat()
+    File "/hgwork/tmp/hgtests.2p8_pwts/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.2p8_pwts/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
@@ -80,6 +80,17 @@
   > test 100000.0 abort 2>&1
   start
   abort: known exception
+  Exception ignored in: <function _after_fork at 0x7fb8731adb80>
+  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 20, in __enter__
+      def __enter__(self):
+    File "/hgwork/tmp/hgtests.2p8_pwts/install/lib/python/mercurial/dispatch.py", line 303, in catchterm
+      raise error.SignalInterrupt
+  mercurial.error.SignalInterrupt: 
   [255]
 
   $ hg --config "extensions.t=$abspath" --config 'worker.numcpus=8' 

Skipped Tests

Long Tests

DurationTest
155.0stest-merge-combination.t
117.6stest-revset.t
103.8stest-obsolete-bundle-strip.t
101.2stest-bookmarks-pushpull.t#b2-binary
101.0stest-bookmarks-pushpull.t#b2-pushkey
100.4stest-subrepo.t
94.5stest-obsolete.t
92.8stest-largefiles.t
89.0stest-log.t
87.8stest-template-functions.t
86.6stest-graft.t#abortcommand
86.2stest-graft.t#abortflag
81.0stest-largefiles-misc.t
80.5stest-mq.t
77.5stest-rebase-obsolete.t
77.0stest-glog.t
76.9stest-glog-beautifygraph.t
76.1stest-import.t
73.4stest-obsmarker-template.t
69.6stest-merge-tools.t
66.2stest-bundle2-exchange.t#sshv1
66.2stest-http-permissions.t
65.8stest-bundle2-exchange.t#sshv2
63.6stest-largefiles-update.t
63.4stest-fix.t
62.0stest-commit-amend.t
61.9stest-shelve.t#stripbased
61.0stest-update-branches.t
61.0stest-shelve.t#phasebased
59.2stest-revset2.t
59.0stest-rename-merge2.t
57.5stest-strip.t
56.5stest-check-pylint.t
56.4stest-copies.t#filelog
56.4stest-subrepo-git.t
56.3stest-bookmarks.t
55.8stest-copies.t#changeset
55.8stest-copies.t#sidedata
55.6stest-copies.t#compatibility
55.2stest-shelve2.t#phasebased#abortcommand#continuecommand
55.2stest-shelve2.t#phasebased#abortcommand#continueflag
54.9stest-shelve2.t#phasebased#abortflag#continuecommand
54.8stest-shelve2.t#phasebased#abortflag#continueflag
54.0stest-shelve2.t#stripbased#abortflag#continuecommand
53.9stest-shelve2.t#stripbased#abortcommand#continuecommand
53.8stest-phases-exchange.t
53.6stest-shelve2.t#stripbased#abortcommand#continueflag
53.1stest-shelve2.t#stripbased#abortflag#continueflag
52.6stest-keyword.t
52.6stest-merge-force.t
51.5stest-run-tests.t
51.0stest-push-warn.t
50.6stest-template-basic.t
49.9stest-lfs.t
49.3stest-push-race.t#strict
49.1stest-obsolete-divergent.t
49.1stest-mq-subrepo.t
48.7stest-merge-changedelete.t
48.7stest-push-race.t#unrelated
48.6stest-template-keywords.t
48.3stest-mv-cp-st-diff.t
48.2stest-narrow.t#tree#lfs-on
48.1stest-narrow.t#flat#lfs-on
47.9stest-clone.t#sshv1
47.8stest-clone.t#sshv2
47.0stest-transplant.t#continueflag
46.8stest-copytrace-heuristics.t
46.8stest-annotate.t
46.8stest-transplant.t#commandmode
46.3stest-revert.t
45.3stest-mq-header-date.t
44.1stest-mq-header-from.t
43.8stest-convert-filemap.t
43.7stest-bisect.t
41.7stest-fileset.t
41.2stest-narrow.t#tree#lfs-off
40.9stest-narrow.t#flat#lfs-off
40.5stest-resolve.t
40.1stest-rebase-inmemory.t
40.0stest-tags.t
39.2stest-template-map.t
38.8stest-uncommit.t
38.0stest-rebase-scenario-global.t
36.7stest-subrepo-deep-nested-change.t
36.7stest-init.t
36.5stest-tag.t
35.8stest-backout.t
35.4stest-copies-unrelated.t#changeset
35.4stest-copies-unrelated.t#sidedata
35.4stest-remotefilelog-repack.t
35.3stest-treemanifest.t
35.1stest-copies-unrelated.t#compatibility
35.1stest-copies-unrelated.t#filelog
34.9stest-contrib-perf.t
34.6stest-treediscovery.t
33.7stest-mq-guards.t
33.3stest-branches.t
33.0stest-ssh-proto.t
33.0stest-censor.t
32.8stest-hook.t
31.9stest-commit-interactive.t
31.6stest-remotefilelog-repack-fast.t
31.4stest-check-code.t
31.4stest-commit.t
31.3stest-remotefilelog-bgprefetch.t
31.0stest-rebase-collapse.t
30.9stest-bisect2.t
30.8stest-rename.t
30.6stest-help.t
30.5stest-alias.t
30.4stest-bundle.t
30.1stest-histedit-fold.t
30.1stest-status.t
29.8stest-largefiles-wireproto.t#sshv1
29.8stest-largefiles-wireproto.t#sshv2
29.6stest-hgwebdir.t
29.4stest-narrow-widen-no-ellipsis.t#tree
29.1stest-narrow-widen.t#flat
29.1stest-ssh.t#sshv2
29.1stest-narrow-clone.t
29.0stest-narrow-widen-no-ellipsis.t#flat
29.0stest-ssh.t#sshv1
29.0stest-narrow-widen.t#tree
28.4stest-automv.t
28.4stest-archive.t
28.3stest-https.t
28.3stest-rebase-abort.t#abortcommand#continuecommand
28.2stest-issue3084.t
28.1stest-subrepo-svn.t
27.9stest-newbranch.t
27.9stest-rebase-abort.t#abortflag#continuecommand
27.9stest-check-pyflakes.t
27.9stest-rebase-abort.t#abortcommand#continueflag
27.8stest-rebase-abort.t#abortflag#continueflag
27.7stest-mq-qpush-fail.t
27.6stest-fastannotate-hg.t
27.3stest-narrow-share.t#flat
27.3stest-narrow-share.t#tree
27.2stest-merge-no-file-change.t
26.9stest-extension.t
26.9stest-obshistory.t
26.8stest-ssh-bundle1.t#sshv1
26.8stest-phases.t
26.8stest-histedit-obsolete.t#abortcommand
26.6stest-fetch.t
26.6stest-histedit-obsolete.t#abortflag
26.5stest-ssh-bundle1.t#sshv2
26.5stest-eol.t
26.1stest-convert-cvs-detectmerge.t
26.0stest-acl.t
25.8stest-remotefilelog-prefetch.t
25.5stest-histedit-arguments.t#abortcommand
25.4stest-bheads.t
25.3stest-histedit-arguments.t#abortflag
25.0stest-convert-git.t
24.9stest-convert-cvs.t
24.9stest-setdiscovery.t
24.8stest-http-bad-server.t
24.8stest-narrow-clone-no-ellipsis.t
24.5stest-convert-hg-sink.t
24.4stest-obsolete-distributed.t
24.3stest-bookflow.t
24.1stest-absorb.t
23.4stest-patchbomb.t
23.4stest-import-git.t
23.2stest-git-export.t
22.9stest-branch-change.t
22.8stest-mq-qnew.t
22.8stest-rebase-cache.t
22.8stest-lfs-serve.t#lfsremote-on
22.8stest-split.t#obsstore-on
22.4stest-merge1.t
22.3stest-upgrade-repo.t
22.2stest-sparse.t
22.1stest-narrow-shallow-merges.t
22.0stest-mq-qpush-exact.t
21.9stest-remove.t
21.9stest-unamend.t
21.8stest-treediscovery-legacy.t
21.8stest-amend.t#obsstore-on
21.6stest-grep.t
21.6stest-hghave.t
21.5stest-rebase-dest.t
21.5stest-audit-subrepo.t
21.5stest-show-stack.t
21.4stest-narrow-clone-nonlinear.t
21.4stest-rebase-parameters.t
21.3stest-walk.t
21.3stest-amend.t#obsstore-off
21.3stest-bundle-r.t
21.0stest-obsmarkers-effectflag.t
20.9stest-histedit-edit.t
20.8stest-rename-merge1.t
20.8stest-split.t#obsstore-off
20.7stest-http.t
20.7stest-show-work.t
20.6stest-hgweb-commands.t
20.6stest-rebase-mq-skip.t#continuecommand
20.4stest-clone-uncompressed.t#stream-bundle2
20.4stest-narrow-clone-stream.t#flat-fncache
20.4stest-convert-cvs-synthetic.t
20.4stest-narrow-clone-stream.t#flat-nofncache
20.4stest-narrow-clone-stream.t#tree
20.3stest-debugcommands.t
20.3stest-commandserver.t
20.3stest-rebase-mq-skip.t#continueflag
20.1stest-rebase-newancestor.t
20.1stest-rollback.t
20.1stest-lock-badness.t
20.0stest-bookmarks-merge.t

Timeline

test-check-code.t (31.43s)test-contrib-check-code.t (1.57s)test-contrib-check-commit.t (0.20s)test-contrib-perf.t (34.87s)test-imports-checker.t (0.92s)test-merge-combination.t (155.04s)test-obsolete-checkheads.t (14.95s)test-push-race.t#strict (49.30s)test-push-race.t#unrelated (48.67s)test-run-tests.t (51.55s)test-push-checkheads-unpushed-D4.t (6.76s)test-push-checkheads-unpushed-D5.t (6.78s)test-check-py3-compat.t (5.48s)test-push-checkheads-pruned-B8.t (7.41s)test-push-checkheads-superceed-A6.t (6.48s)test-push-checkheads-superceed-A7.t (6.46s)test-push-checkheads-unpushed-D3.t (6.50s)test-push-checkheads-unpushed-D7.t (6.72s)test-rebase-check-restore.t (6.73s)test-largefiles-update.t (63.58s)test-push-checkheads-pruned-B5.t (5.85s)test-push-checkheads-unpushed-D2.t (5.52s)test-push-checkheads-pruned-B2.t (4.94s)test-push-checkheads-pruned-B3.t (4.87s)test-push-checkheads-pruned-B4.t (4.62s)test-push-checkheads-superceed-A2.t (5.65s)test-push-checkheads-superceed-A3.t (5.65s)test-push-checkheads-unpushed-D6.t (5.19s)test-push-checkheads-partial-C1.t (4.50s)test-push-checkheads-partial-C2.t (4.42s)test-push-checkheads-partial-C4.t (4.18s)test-push-checkheads-partial-C3.t (4.25s)test-push-checkheads-pruned-B6.t (4.94s)test-push-checkheads-pruned-B7.t (4.81s)test-push-checkheads-superceed-A8.t (5.18s)test-push-checkheads-unpushed-D1.t (4.48s)test-subrepo-svn.t (28.15s)test-push-checkheads-superceed-A4.t (4.04s)test-push-checkheads-superceed-A5.t (3.91s)test-push-checkheads-pruned-B1.t (3.39s)test-push-checkheads-superceed-A1.t (3.59s)test-copytrace-heuristics.t (46.82s)test-check-config.t (10.30s)test-glog-beautifygraph.t (76.90s)test-gendoc-ja.t (3.86s)test-convert-cvs.t (24.94s)test-check-module-imports.t (12.30s)test-help.t (30.64s)test-obsolete-bounds-checking.t (0.95s)test-gendoc.t (5.56s)test-glog.t (77.00s)test-convert-svn-sink.t (19.66s)test-check-help.t (9.30s)test-patchbomb.t (23.45s)test-convert-svn-source.t (0.12s)test-obsolete-bundle-strip.t (103.79s)test-check-pyflakes.t (27.91s)test-abort-checkin.t (0.95s)test-http-bad-server.t (24.81s)test-ssh-proto-unbundle.t (19.63s)test-obsmarker-template.t (73.43s)test-acl.t (26.01s)test-check-commit.t (1.60s)test-check-shbang.t (2.15s)test-convert-svn-move.t (0.11s)test-check-interfaces.py (0.48s)test-hgweb-commands.t (20.62s)test-hgweb-symrev.t (18.95s)test-obsolete.t (94.45s)test-upgrade-repo.t (22.32s)test-extension.t (26.95s)test-ssh-proto.t (33.03s)test-log.t (89.02s)test-check-execute.t (1.44s)test-dirstate-race.t (15.30s)test-check-pylint.t (56.47s)test-graft.t#abortcommand (86.62s)test-graft.t#abortflag (86.18s)test-convert-svn-encoding.t (0.11s)test-wireproto-content-redirects.t (4.30s)test-hgweb-filelog.t (9.61s)test-hgwebdir.t (29.59s)test-wireproto-exchangev2.t (17.52s)test-bundle2-format.t (11.60s)test-template-map.t (39.20s)test-revset.t (117.60s)test-subrepo.t (100.41s)test-convert-cvs-detectmerge.t (26.10s)test-rebase-obsolete.t (77.54s)test-largefiles.t (92.77s)test-merge-tools.t (69.64s)test-hgweb-json.t (11.34s)test-convert-cvs-synthetic.t (20.42s)test-gendoc-ro.t (3.88s)test-import.t (76.14s)test-subrepo-deep-nested-change.t (36.74s)test-bundle2-exchange.t#sshv1 (66.21s)test-bundle2-exchange.t#sshv2 (65.81s)test-phases-exchange.t (53.80s)test-bookmarks-pushpull.t#b2-binary (101.19s)test-bookmarks-pushpull.t#b2-pushkey (101.04s)test-convert-cvsnt-mergepoints.t (13.23s)test-strip.t (57.45s)test-template-functions.t (87.82s)test-commit-interactive.t (31.92s)test-merge-changedelete.t (48.70s)test-lfs.t (49.86s)test-fix.t (63.37s)test-hook.t (32.77s)test-rename-merge2.t (59.01s)test-https.t (28.30s)test-highlight.t (12.23s)test-convert-git.t (25.03s)test-http-permissions.t (66.15s)test-lfs-test-server.t#git-server (0.23s)test-lfs-test-server.t#hg-server (12.67s)test-setdiscovery.t (24.85s)test-commandserver.t (20.30s)test-clone.t#sshv1 (47.89s)test-clone.t#sshv2 (47.76s)test-bookmarks.t (56.27s)test-check-clang-format.t (2.02s)test-merge-force.t (52.56s)test-revset2.t (59.16s)test-convert-cvs-branch.t (18.69s)test-shelve.t#phasebased (60.95s)test-shelve.t#stripbased (61.87s)test-largefiles-misc.t (80.99s)test-commit-amend.t (62.01s)test-branches.t (33.32s)test-http-protocol.t (13.54s)test-hgweb-diffs.t (12.09s)test-keyword.t (52.58s)test-revert.t (46.32s)test-template-keywords.t (48.57s)test-wireproto-command-filesdata.t (8.77s)test-convert-svn-branches.t (0.10s)test-mq.t (80.52s)test-convert-hg-svn.t (0.11s)test-gendoc-de.t (4.13s)test-lfs-serve-access.t (13.19s)test-wireproto-command-capabilities.t (4.16s)test-generaldelta.t (14.10s)test-subrepo-git.t (56.39s)test-lfs-serve.t#lfsremote-off (7.70s)test-lfs-serve.t#lfsremote-on (22.78s)test-transplant.t#commandmode (46.76s)test-transplant.t#continueflag (46.95s)test-treemanifest.t (35.31s)test-tags.t (40.02s)test-phases.t (26.80s)test-template-basic.t (50.61s)test-tag.t (36.46s)test-subrepo-recursion.t (19.46s)test-hgweb.t (14.54s)test-convert.t (8.57s)test-check-jshint.t (0.29s)test-http-api-httpv2.t (8.75s)test-http.t (20.72s)test-convert-filemap.t (43.83s)test-obsolete-divergent.t (49.14s)test-annotate.t (46.77s)test-bundle.t (30.35s)test-resolve.t (40.47s)test-shelve2.t#phasebased#abortcommand#continuecommand (55.25s)test-shelve2.t#phasebased#abortcommand#continueflag (55.25s)test-shelve2.t#phasebased#abortflag#continuecommand (54.94s)test-shelve2.t#phasebased#abortflag#continueflag (54.84s)test-shelve2.t#stripbased#abortcommand#continuecommand (53.94s)test-shelve2.t#stripbased#abortcommand#continueflag (53.59s)test-shelve2.t#stripbased#abortflag#continuecommand (53.99s)test-shelve2.t#stripbased#abortflag#continueflag (53.07s)test-split.t#obsstore-off (20.78s)test-split.t#obsstore-on (22.76s)test-notify.t (10.71s)test-encoding-textwrap.t (2.55s)test-obsolete-distributed.t (24.36s)test-walk.t (21.34s)test-mv-cp-st-diff.t (48.34s)test-bisect.t (43.70s)test-convert-p4-filetypes.t (0.09s)test-rebase-scenario-global.t (37.96s)test-commit.t (31.40s)test-ssh.t#sshv1 (29.04s)test-ssh.t#sshv2 (29.06s)test-bundle2-remote-changegroup.t#sshv1 (17.55s)test-bundle2-remote-changegroup.t#sshv2 (17.70s)test-clonebundles.t (17.84s)test-wireproto-exchangev2-shallow.t (5.50s)test-import-git.t (23.43s)test-mq-header-from.t (44.10s)test-i18n.t (4.11s)test-treediscovery.t (34.58s)test-bisect2.t (30.93s)test-archive.t (28.38s)test-fileset.t (41.74s)test-grep.t (21.59s)test-push-warn.t (50.98s)test-hgweb-annotate-whitespace.t (4.83s)test-remotefilelog-repack.t (35.43s)test-debugcommands.t (20.34s)test-remove.t (21.91s)test-rebase-inmemory.t (40.10s)test-clone-uncompressed.t#stream-bundle2 (20.43s)test-clone-uncompressed.t#stream-legacy (17.26s)test-alias.t (30.54s)test-ssh-bundle1.t#sshv1 (26.81s)test-ssh-bundle1.t#sshv2 (26.54s)test-mq-header-date.t (45.33s)test-wireproto-command-changesetdata.t (10.43s)test-pull-pull-corruption.t (15.22s)test-blackbox.t (12.54s)test-convert-svn-startrev.t (0.11s)test-devel-warnings.t (5.31s)test-backout.t (35.83s)test-push-http.t#bundle1 (18.12s)test-push-http.t#bundle2 (18.62s)test-check-format.t (0.39s)test-rebase-collapse.t (31.03s)test-contrib-relnotes.t (1.43s)test-update-branches.t (60.98s)test-audit-subrepo.t (21.53s)test-histedit-obsolete.t#abortcommand (26.77s)test-histedit-obsolete.t#abortflag (26.60s)test-histedit-arguments.t#abortcommand (25.46s)test-histedit-arguments.t#abortflag (25.26s)test-wireproto.t (9.44s)test-globalopts.t (10.96s)test-http-bundle1.t (18.24s)test-hgweb-descend-empties.t (2.09s)test-obshistory.t (26.87s)test-fncache.t (11.38s)test-rename.t (30.76s)test-uncommit.t (38.77s)test-mq-subrepo.t (49.09s)test-fastannotate-hg.t (27.62s)test-histedit-fold.t (30.12s)test-progress.t (4.61s)test-remotefilelog-repack-fast.t (31.57s)test-log-linerange.t (8.82s)test-extdiff.t (17.21s)test-getbundle.t (5.66s)test-largefiles-wireproto.t#sshv1 (29.75s)test-largefiles-wireproto.t#sshv2 (29.75s)test-status-color.t (17.93s)test-narrow.t#flat#lfs-off (40.93s)test-narrow.t#flat#lfs-on (48.15s)test-narrow.t#tree#lfs-off (41.20s)test-narrow.t#tree#lfs-on (48.18s)test-convert-hg-sink.t (24.48s)test-logexchange.t (16.04s)test-merge-types.t (12.74s)test-histedit-commute.t (14.55s)test-censor.t (32.99s)test-lfconvert.t (16.82s)test-histedit-edit.t (20.90s)test-remotefilelog-bgprefetch.t (31.32s)test-fetch.t (26.61s)test-copies.t#changeset (55.79s)test-copies.t#compatibility (55.56s)test-copies.t#filelog (56.42s)test-copies.t#sidedata (55.78s)test-wireproto-caching.t (5.84s)test-amend.t#obsstore-off (21.30s)test-amend.t#obsstore-on (21.81s)test-incoming-outgoing.t (13.51s)test-clone-pull-corruption.t (7.90s)test-eol.t (26.49s)test-rollback.t (20.11s)test-install.t (3.25s)test-newbranch.t (27.94s)test-bundle2-multiple-changegroups.t (7.33s)test-merge-criss-cross.t (15.10s)test-wireproto-command-manifestdata.t (6.07s)test-git-export.t (23.23s)test-infinitepush-ci.t (13.11s)test-status.t (30.08s)test-diff-color.t (7.13s)test-rebase-abort.t#abortcommand#continuecommand (28.28s)test-rebase-abort.t#abortcommand#continueflag (27.91s)test-rebase-abort.t#abortflag#continuecommand (27.93s)test-rebase-abort.t#abortflag#continueflag (27.83s)test-lfs-largefiles.t (13.95s)test-hgweb-empty.t (1.88s)test-dirstate-race2.t (1.78s)test-merge1.t (22.39s)test-infinitepush-bundlestore.t (19.99s)test-rebase-conflicts.t (13.64s)test-push.t (18.43s)test-rebase-newancestor.t (20.14s)test-convert-mtn.t (0.09s)test-copies-in-changeset.t#extra (17.30s)test-copies-in-changeset.t#sidedata (19.06s)test-narrow-shallow-merges.t (22.06s)test-mq-guards.t (33.70s)test-hghave.t (21.58s)test-convert-svn-tags.t (0.16s)test-pager.t (12.55s)test-completion.t (5.83s)test-wireproto-command-filedata.t (7.69s)test-qrecord.t (6.28s)test-mq-subrepo-svn.t (2.25s)test-revset-legacy-lookup.t (18.66s)test-copies-unrelated.t#changeset (35.43s)test-copies-unrelated.t#compatibility (35.12s)test-copies-unrelated.t#filelog (35.07s)test-copies-unrelated.t#sidedata (35.43s)test-rebase-interruptions.t (18.83s)test-absorb.t (24.14s)test-rebase-parameters.t (21.40s)test-hardlinks.t (13.60s)test-export.t (12.37s)test-issue3084.t (28.17s)test-merge-no-file-change.t (27.23s)test-verify.t (8.77s)test-narrow-patterns.t (16.45s)test-rebase-dest.t (21.54s)test-mq-qpush-fail.t (27.72s)test-narrow-widen-no-ellipsis.t#flat (29.04s)test-narrow-widen-no-ellipsis.t#tree (29.36s)test-bundle-r.t (21.28s)test-rebase-pull.t (18.15s)test-exchange-obsmarkers-case-A1.t (17.00s)test-branch-change.t (22.92s)test-sparse.t (22.20s)test-commit-interactive-curses.t (14.54s)test-rebase-named-branches.t (16.90s)test-fix-topology.t#obsstore-off (11.82s)test-fix-topology.t#obsstore-on (13.53s)test-import-bypass.t (17.60s)test-revert-interactive.t (12.79s)test-parse-date.t (19.99s)test-treediscovery-legacy.t (21.84s)test-narrow-widen.t#flat (29.07s)test-narrow-widen.t#tree (28.97s)test-rebase-cache.t (22.83s)test-journal.t (7.22s)test-help-hide.t (0.45s)test-releasenotes-formatting.t (12.23s)test-mq-qrefresh.t (17.57s)test-histedit-fold-non-commute.t (15.33s)test-gendoc-pt_BR.t (4.17s)test-gendoc-zh_CN.t (4.08s)test-gendoc-zh_TW.t (4.04s)test-exchange-obsmarkers-case-A3.t (17.88s)test-mq-qrefresh-interactive.t (4.10s)test-chg.t (0.09s)test-wireproto-command-rawstorefiledata.t (3.41s)test-static-http.t (11.29s)test-histedit-non-commute.t (14.82s)test-hgignore.t (10.58s)test-githelp.t (15.49s)test-win32text.t (10.67s)test-exchange-obsmarkers-case-C3.t (11.34s)test-gendoc-it.t (4.06s)test-gendoc-el.t (4.06s)test-gendoc-fr.t (4.07s)test-gendoc-ru.t (4.30s)test-gendoc-sv.t (4.10s)test-gendoc-da.t (4.05s)test-share-bookmarks.t#svfs (12.74s)test-share-bookmarks.t#vfs (12.80s)test-mq-qnew.t (22.84s)test-bheads.t (25.39s)test-flagprocessor.t (17.44s)test-diff-ignore-whitespace.t (14.34s)test-bookflow.t (24.26s)test-config.t (10.98s)test-http-api.t (3.96s)test-largefiles-cache.t (15.26s)test-encoding.t (6.65s)test-rebase-rename.t (16.30s)test-convert-bzr-merges.t (0.09s)test-mq-qimport.t (18.84s)test-manifest.t (12.30s)test-url-rev.t (13.68s)test-diff-unified.t (9.23s)test-mq-qrefresh-replace-log-message.t (12.94s)test-unamend.t (21.88s)test-init.t (36.69s)test-pager-legacy.t (8.85s)test-rebase-base-flag.t (14.56s)test-histedit-base.t (7.63s)test-parseindex.t (4.40s)test-clone-r.t (12.15s)test-bad-extension.t (1.88s)test-hgweb-raw.t (4.08s)test-rebase-mq.t (17.25s)test-exchange-obsmarkers-case-D1.t (10.67s)test-hgweb-removed.t (2.11s)test-eol-patch.t (6.97s)test-automv.t (28.43s)test-exchange-obsmarkers-case-C2.t (10.48s)test-single-head.t (12.59s)test-ssh-clone-r.t#sshv1 (11.79s)test-ssh-clone-r.t#sshv2 (11.91s)test-subrepo-relative-path.t (10.37s)test-hgrc.t (5.94s)test-casecollision-merge.t (0.09s)test-http-clone-r.t (11.09s)test-convert-bzr.t (0.09s)test-bookmarks-corner-case.t (8.22s)test-rename-dir-merge.t (13.00s)test-strip-cross.t (17.61s)test-add.t (19.19s)test-histedit-no-change.t (10.86s)test-narrow-clone.t (29.05s)test-diffstat.t (12.65s)test-convert-splicemap.t (10.74s)test-http-proxy.t (4.32s)test-removeemptydirs.t (11.93s)test-fileset-generated.t (6.75s)test-bundle-phases.t (16.07s)test-exchange-obsmarkers-case-C1.t (9.79s)test-status-rev.t (6.07s)test-diff-upgrade.t (4.63s)test-pull-update.t (12.66s)test-copy.t (14.15s)test-bisect3.t (8.78s)test-conflict.t (7.41s)test-remotefilelog-prefetch.t (25.81s)test-up-local-change.t (12.13s)test-dispatch.t (9.65s)test-narrow-exchange.t#lfs-off (10.15s)test-narrow-exchange.t#lfs-on (11.55s)test-obsolete-changeset-exchange.t (7.62s)test-exchange-obsmarkers-case-D4.t (8.67s)test-eol-update.t (6.52s)test-remotefilelog-push-pull.t (16.93s)test-pull-bundle.t (8.59s)test-share.t (9.45s)test-absorb-rename.t (13.09s)test-narrow-exchange-merges.t (10.29s)test-exchange-obsmarkers-case-B5.t (10.07s)test-churn.t (9.14s)test-pull-branch.t (12.58s)test-eol-hook.t (8.42s)test-bundle-type.t (13.79s)test-remotefilelog-linknodes.t (14.71s)test-notify-changegroup.t (4.73s)test-narrow-trackedcmd.t#flat (9.21s)test-narrow-trackedcmd.t#tree (9.32s)test-byteify-strings.t (0.71s)test-rebase-detach.t (13.04s)test-stream-bundle-v2.t (3.86s)test-sparse-profiles.t (9.87s)test-mq-qpush-exact.t (21.98s)test-fastannotate-protocol.t (8.78s)test-hybridencode.py (0.30s)test-rebase-bookmarks.t (14.98s)test-bookmarks-current.t (15.24s)test-convert-hg-source.t (12.41s)test-encoding-align.t (5.23s)test-debugbuilddag.t (5.90s)test-convert-baz.t (0.10s)test-inherit-mode.t (1.96s)test-infinitepush.t (14.71s)test-histedit-non-commute-abort.t (7.50s)test-releasenotes-merging.t (6.05s)test-remotefilelog-gcrepack.t (9.52s)test-convert-hg-startrev.t (9.48s)test-show-work.t (20.71s)test-narrow-strip.t#flat#lfs-off (7.01s)test-narrow-strip.t#flat#lfs-on (8.03s)test-narrow-strip.t#tree#lfs-off (6.96s)test-narrow-strip.t#tree#lfs-on (8.05s)test-repo-compengines.t (9.12s)test-merge-commit.t (7.28s)test-audit-path.t (12.62s)test-exchange-obsmarkers-case-B4.t (10.53s)test-fastannotate.t (11.49s)test-narrow-expanddirstate.t (5.60s)test-purge.t (10.75s)test-symlinks.t (11.69s)test-exchange-obsmarkers-case-C4.t (8.91s)test-sparse-revlog.t (0.09s)test-mq-safety.t (13.41s)test-directaccess.t (8.93s)test-exchange-obsmarkers-case-A5.t (8.69s)test-exchange-obsmarkers-case-A6.t (9.57s)test-remotefilelog-local.t (16.72s)test-basic.t (6.45s)test-narrow-share.t#flat (27.28s)test-narrow-share.t#tree (27.27s)test-hgweb-csp.t (5.69s)test-histedit-bookmark-motion.t (6.59s)test-obsolete-tag-cache.t (4.71s)test-diff-binary-file.t (6.20s)test-casefolding.t (0.09s)test-mq-git.t (6.31s)test-mq-qfold.t (9.96s)test-remotefilelog-cacheprocess.t (4.10s)test-patchbomb-bookmark.t (3.63s)test-stack.t (12.25s)test-journal-share.t (6.17s)test-paths.t (13.08s)test-contrib-testparseutil.t (0.36s)test-hgweb-no-request-uri.t (1.36s)test-sparse-merges.t (10.74s)test-pathconflicts-merge.t (10.96s)test-releasenotes-parsing.t (2.36s)test-diff-indent-heuristic.t#bdiff (0.72s)test-diff-indent-heuristic.t#xdiff (0.97s)test-import-merge.t (11.46s)test-drawdag.t (8.60s)test-patchbomb-tls.t (3.64s)test-exchange-obsmarkers-case-B2.t (8.25s)test-convert-p4.t (0.10s)test-show-stack.t (21.48s)test-narrow-clone-nonlinear.t (21.42s)test-mq-eol.t (5.94s)test-exchange-obsmarkers-case-A4.t (7.29s)test-convert-bzr-directories.t (0.09s)test-obsmarkers-effectflag.t (21.01s)test-rename-merge1.t (20.78s)test-fastannotate-renames.t (8.78s)test-histedit-drop.t (5.70s)test-rebase-mq-skip.t#continuecommand (20.55s)test-rebase-mq-skip.t#continueflag (20.27s)test-bookmarks-merge.t (20.04s)test-lock-badness.t (20.06s)test-repair-strip.t (5.22s)test-histedit-outgoing.t (7.82s)test-pull.t#sshv1 (6.53s)test-pull.t#sshv2 (6.73s)test-exchange-obsmarkers-case-B6.t (7.65s)test-merge-default.t (7.76s)test-extension-timing.t (0.87s)test-match.py (0.24s)test-rebase-emptycommit.t (18.50s)test-cbor.py (0.75s)test-debugbundle.t (2.83s)test-copy-move-merge.t (18.07s)test-profile.t (17.67s)test-convert-tla.t (1.43s)test-mq-qclone-http.t (15.87s)test-exchange-obsmarkers-case-A2.t (15.47s)test-exchange-obsmarkers-case-D2.t (15.45s)test-status-terse.t (15.31s)test-merge7.t (3.68s)test-phase-archived.t (14.62s)test-hgweb-no-path-info.t (1.25s)test-subrepo-missing.t (13.88s)test-pathconflicts-update.t (13.43s)test-show.t (13.25s)test-addremove-similar.t (13.32s)test-contrib.t (1.55s)test-unionrepo.t (13.22s)test-flags.t (13.05s)test-remotefilelog-gc.t (12.84s)test-commit-multiple.t (12.63s)test-commit-unresolved.t#abortcommand (12.44s)test-commit-unresolved.t#abortflag (11.96s)test-import-eol.t (11.84s)test-logtoprocess.t (11.66s)test-mq-missingfiles.t (11.84s)test-rebase-transaction.t#continuecommand (11.81s)test-sparse-import.t (11.60s)test-rebase-transaction.t#continueflag (11.68s)test-identify.t (11.07s)test-default-push.t (10.81s)test-merge-subrepos.t (7.86s)test-narrow-clone-no-ellipsis.t (24.77s)test-convert-datesort.t (7.64s)test-filebranch.t (4.29s)test-mq-qdelete.t (13.17s)test-sidedata.t (3.89s)test-mq-merge.t (8.68s)test-update-atomic.t (3.54s)test-pull-r.t (7.55s)test-clone-update-order.t (5.34s)test-pending.t (7.05s)test-fastannotate-perfhack.t (8.49s)test-merge-local.t (6.32s)test-narrow-pull.t (16.58s)test-origbackup-conflict.t (5.15s)test-remotefilelog-http.t (6.05s)test-bugzilla.t (2.16s)test-exchange-obsmarkers-case-D3.t (8.01s)test-remote-hidden.t (5.59s)test-narrow-shallow.t (17.21s)test-worker.t (2.48s)test-branch-option.t (8.98s)test-merge-halt.t (6.00s)test-empty-group.t (4.66s)test-mac-packages.t (0.16s)test-parents.t (6.01s)test-fix-metadata.t (0.76s)test-http-branchmap.t (3.98s)test-children.t (6.06s)test-diff-change.t (7.00s)test-extdata.t (6.82s)test-bundle2-pushback.t#sshv1 (3.72s)test-bundle2-pushback.t#sshv2 (3.76s)test-rebuildstate.t (6.11s)test-narrow-merge.t#flat (7.61s)test-narrow-merge.t#tree (7.79s)test-mq-pull-from-bundle.t (7.26s)test-exchange-obsmarkers-case-B3.t (7.17s)test-remotefilelog-corrupt-cache.t (4.89s)test-amend-subrepo.t#obsstore-off (8.11s)test-amend-subrepo.t#obsstore-on (7.85s)test-merge-internal-tools-pattern.t (5.00s)test-run-tests.py (0.25s)test-issue672.t (3.36s)test-extensions-afterloaded.t (4.54s)test-tools.t (1.03s)test-fastannotate-corrupt.t (4.18s)test-narrow-commit.t#flat (8.88s)test-narrow-commit.t#tree (8.82s)test-eol-clone.t (2.89s)test-wireproto-serverreactor.py (0.31s)test-excessive-merge.t (4.40s)test-relink.t (3.00s)test-mq-qqueue.t (10.11s)test-narrow-rebase.t#continuecommand (7.30s)test-narrow-rebase.t#continueflag (7.30s)test-push-cgi.t (1.85s)test-record.t (1.17s)test-convert-darcs.t (0.83s)test-remotefilelog-clone-tree.t (4.72s)test-patch.t (3.60s)test-hgweb-non-interactive.t (1.08s)test-sqlitestore.t (2.23s)test-remotefilelog-clone.t (4.68s)test-arbitraryfilectx.t (2.21s)test-remotefilelog-sparse.t (11.99s)test-cache-abuse.t (14.32s)test-rebase-backup.t (5.52s)test-simple-update.t (6.32s)test-pathconflicts-basic.t (6.18s)test-committer.t (4.45s)test-exchange-obsmarkers-case-B7.t (6.95s)test-pull-http.t (3.87s)test-remotefilelog-bundle2-legacy.t (0.68s)test-exchange-obsmarkers-case-B1.t (6.79s)test-remotefilelog-log.t (5.70s)test-mq-qdiff.t (6.48s)test-bookmarks-rebase.t (5.40s)test-serve.t (5.73s)test-exchange-obsmarkers-case-A7.t (6.06s)test-revset-outgoing.t (4.37s)test-import-context.t (1.85s)test-remotefilelog-bundle2.t (6.44s)test-eol-add.t (3.40s)test-bundle-vs-outgoing.t (4.59s)test-rebase-partial.t (4.32s)test-update-names.t (6.05s)test-mailmap.t (3.74s)test-remotefilelog-bundles.t (5.27s)test-merge-remove.t (5.81s)test-convert-tagsbranch-topology.t (1.51s)test-requires.t (3.25s)test-locate.t (8.37s)test-merge-closedheads.t (7.61s)test-rename-after-merge.t (6.33s)test-wireproto-clientreactor.py (0.29s)test-contrib-dumprevlog.t (3.36s)test-remotefilelog-pull-noshallow.t (3.56s)test-debugextensions.t (1.39s)test-narrow-clone-stream.t#flat-fncache (20.43s)test-narrow-clone-stream.t#flat-nofncache (20.42s)test-narrow-clone-stream.t#tree (20.38s)test-rebase-legacy.t#continuecommand (1.48s)test-rebase-legacy.t#continueflag (1.32s)test-issue1306.t (3.04s)test-lfs-bundle.t (5.93s)test-issue1175.t (5.80s)test-cat.t (7.70s)test-nointerrupt.t (4.73s)test-issue660.t (6.43s)test-largefiles-small-disk.t (1.60s)test-convert-clonebranches.t (5.22s)test-oldcgi.t (1.48s)test-impexp-branch.t (4.51s)test-narrow-clone-non-narrow-server.t (8.40s)test-histedit-no-backup.t#abortcommand (2.67s)test-histedit-no-backup.t#abortflag (2.69s)test-issue586.t (5.50s)test-unified-test.t (0.69s)test-rebase-templates.t (3.64s)test-remotefilelog-tags.t (4.38s)test-symlink-placeholder.t (3.21s)test-merge6.t (4.16s)test-narrow-copies.t (5.96s)test-server-view.t (4.16s)test-rebase-issue-noparam-single-rev.t (5.68s)test-dirstate.t (3.81s)test-close-head.t (4.59s)test-url-download.t (4.35s)test-merge-revert2.t (7.88s)test-verify-repo-operations.py (0.12s)test-addremove.t (5.64s)test-mq-qrename.t (10.00s)test-narrow-update.t (5.54s)test-mq-symlinks.t (8.07s)test-ssh-repoerror.t (4.54s)test-wsgirequest.py (0.39s)test-double-merge.t (2.14s)test-narrow-patch.t#flat (2.72s)test-narrow-patch.t#tree (2.81s)test-glog-topological.t (2.19s)test-sparse-verbose-json.t (3.40s)test-merge9.t (4.37s)test-context-metadata.t (2.61s)test-patch-offset.t (0.80s)test-log-exthook.t (1.22s)test-newcgi.t (1.08s)test-issue1802.t (3.45s)test-update-reverse.t (2.97s)test-wireproto-command-branchmap.t (3.17s)test-pushvars.t (2.72s)test-histedit-templates.t (2.41s)test-hgwebdirsym.t (3.68s)test-manifest.py (2.49s)test-revlog-raw.py (0.68s)test-merge-symlinks.t (1.76s)test-branch-tag-confict.t (2.37s)test-narrow-debugcommands.t (2.93s)test-custom-filters.t (2.04s)test-sparse-clone.t (1.92s)test-issue2137.t (0.96s)test-remotefilelog-partial-shallow.t (3.45s)test-eolfilename.t (2.69s)test-merge10.t (3.37s)test-journal-exists.t (2.60s)test-revlog-v2.t (1.96s)test-diffdir.t (4.83s)test-schemes.t (2.93s)test-issue522.t (2.82s)test-histedit-merge-tools.t (2.17s)test-mq-qgoto.t (6.79s)test-revlog.t (1.63s)test-newercgi.t (1.08s)test-url.py (0.27s)test-editor-filename.t (1.67s)test-import-unknown.t (5.26s)test-unbundlehash.t (1.91s)test-narrow-sparse.t#flat (3.16s)test-narrow-sparse.t#tree (3.25s)test-wireproto-command-known.t (2.30s)test-missing-capability.t (2.67s)test-wireproto-command-listkeys.t (2.77s)test-convert-identity.t (3.00s)test-merge-revert.t (7.82s)test-wireproto-command-heads.t (2.52s)test-encode.t (3.24s)test-permissions.t (2.42s)test-casecollision.t (5.05s)test-ancestor.py (0.90s)test-update-dest.t (2.57s)test-known.t (3.76s)test-sparse-fsmonitor.t (0.01s)test-no-symlinks.t (0.09s)test-remotefilelog-datapack.py (1.74s)test-convert-authormap.t (1.75s)test-subrepo-paths.t (1.70s)test-sparse-requirement.t (1.68s)test-confused-revert.t (4.38s)test-remotefilelog-permissions.t (4.18s)test-fuzz-targets.t (0.32s)test-issue1993.t (2.15s)test-issue1502.t (2.72s)test-clone-cgi.t (1.06s)test-sparse-clear.t (2.50s)test-simplemerge.py (0.24s)test-websub.t (1.54s)test-rebase-brute-force.t (2.29s)test-revlog-mmapindex.t (16.65s)test-merge2.t (5.22s)test-diff-antipatience.t#bdiff (0.79s)test-diff-antipatience.t#xdiff (1.02s)test-issue1877.t (3.66s)test-gpg.t (1.91s)test-empty-file.t (2.99s)test-lrucachedict.py (0.23s)test-hgk.t (2.13s)test-changelog-exec.t (2.68s)test-diff-hashes.t (2.13s)test-debian-packages.t (0.37s)test-absorb-edit-lines.t (2.54s)test-remotefilelog-wireproto.t (3.63s)test-mactext.t (1.23s)test-convert-bzr-ghosts.t (0.09s)test-docker-packaging.t (0.24s)test-bookmarks-strip.t (2.95s)test-narrow-acl.t (3.17s)test-remotefilelog-keepset.t (2.80s)test-lock.py (0.24s)test-remotefilelog-histpack.py (3.10s)test-remotefilelog-bad-configs.t (2.72s)test-diff-subdir.t (1.87s)test-convert-bzr-114.t (0.10s)test-trusted.py (0.29s)test-narrow-debugrebuilddirstate.t (2.11s)test-unrelated-pull.t (2.11s)test-parseindex2.py (0.35s)test-diff-reverse.t (2.35s)test-revset-dirstate-parents.t (4.96s)test-wireproto-command-pushkey.t (1.76s)test-update-issue1456.t (3.16s)test-empty.t (1.57s)test-merge5.t (2.84s)test-wireproto-framing.py (0.22s)test-narrow-archive.t (3.16s)test-diff-copy-depth.t (4.53s)test-convert-bzr-treeroot.t (0.08s)test-hgweb-bundle.t (1.96s)test-absorb-unfinished.t (1.48s)test-mq-qimport-fail-cleanup.t (1.70s)test-linerange.py (0.22s)test-fix-clang-format.t (1.39s)test-manifest-merging.t (2.02s)test-issue619.t (2.10s)test-merge8.t (2.15s)test-issue842.t (2.13s)test-remotefilelog-blame.t (3.69s)test-linelog.py (3.06s)test-filecache.py (1.08s)test-propertycache.py (0.60s)test-revlog-group-emptyiter.t (1.53s)test-pathencode.py (0.52s)test-demandimport.py (0.39s)test-archive-symlinks.t (1.42s)test-absorb-strip.t (1.36s)test-pull-permission.t (1.30s)test-issue5979.t (2.68s)test-rust-ancestor.py (0.20s)test-revisions.t (3.66s)test-merge4.t (2.29s)test-absorb-filefixupstate.py (0.39s)test-wireproto-command-lookup.t (1.47s)test-phabricator.t (0.45s)test-context.py (0.48s)test-issue612.t (2.13s)test-debugindexdot.t (2.32s)test-eol-tag.t (1.48s)test-batching.py (0.32s)test-bdiff.py (0.23s)test-hgweb-auth.py (0.20s)test-nested-repo.t (2.75s)test-minirst.py (0.24s)test-execute-bit.t (2.34s)test-username-newline.t (0.90s)test-fastannotate-revmap.py (0.38s)test-issue4074.t (1.72s)test-remotefilelog-share.t (2.22s)test-revlog-packentry.t (1.18s)test-dirstate-nonnormalset.t (1.81s)test-ui-config.py (0.40s)test-diff-issue2761.t (2.01s)test-atomictempfile.py (0.24s)test-strict.t (1.94s)test-util.py (0.23s)test-diff-newlines.t (0.98s)test-rust-discovery.py (0.19s)test-empty-dir.t (1.42s)test-absorb-phase.t (1.79s)test-storage.py (1.84s)test-annotate.py (0.25s)test-extra-filelog-entry.t (1.49s)test-debugrename.t (1.89s)test-issue1438.t (1.99s)test-issue1102.t (1.72s)test-fastannotate-diffopts.t (0.99s)test-revert-unknown.t (1.75s)test-bad-pull.t (1.33s)test-revert-flags.t (1.46s)test-simplekeyvaluefile.py (0.25s)test-issue1089.t (1.54s)test-backwards-remove.t (1.33s)test-doctest.py (1.07s)test-wireproto.py (0.30s)test-contrib-emacs.t (0.38s)test-cappedreader.py (0.23s)test-xdg.t (0.29s)test-dirstate-backup.t (0.45s)test-mq-qsave.t (1.01s)test-encoding-func.py (0.21s)test-extensions-wrapfunction.py (0.29s)test-walkrepo.py (0.39s)test-revlog-ancestry.py (0.50s)test-ui-verbosity.py (0.30s)test-filelog.py (0.38s)test-sshserver.py (0.33s)test-hg-parseurl.py (0.38s)test-symlink-os-yes-fs-no.py (1.39s)test-minifileset.py (0.26s)test-config-env.py (0.27s)test-lfs-pointer.py (0.30s)test-duplicateoptions.py (0.43s)test-hgwebdir-paths.py (0.33s)test-ui-color.py (0.31s)test-status-inprocess.py (0.36s)test-dispatch.py (0.38s)test-mdiff.py (0.19s)