Job try-e82c7bc25d5515827fd9379b4a611e1478beb0d2-debian10-cpython-3.8-0

Repo:try
Node:e82c7bc25d5515827fd9379b4a611e1478beb0d2
Name:debian10-cpython-3.8
Scheduled At:2019-11-02T21:39:27
Started At:2019-11-02T21:39:35
Finished At:2019-11-02T21:47:02

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-convert-tla.t

--- /hgwork/src/tests/test-convert-tla.t
+++ /hgwork/src/tests/test-convert-tla.t.err
@@ -96,15 +96,8 @@
   $ hg convert tla-repo tla-repo-hg
   initializing destination tla-repo-hg repository
   analyzing tree version tla@mercurial--convert/tla--test--0...
-  scanning source...
-  sorting...
-  converting...
-  5 initial import
-  4 added a file, src and src/b (binary)
-  3 added link to a and modify a
-  2 added second link and modify b
-  1 file to link and link to file test
-  0 move and rename a-link-2 file and src directory
+  abort: could not parse cat-log of tla@mercurial--convert/tla--test--0--patch-5
+  [255]
   $ tla register-archive -d tla@mercurial--convert
   $ glog()
   > {
@@ -114,21 +107,5 @@
 show graph log
 
   $ glog -R tla-repo-hg
-  o  5 "move and rename a-link-2 file and src directory" files: c src/a-link src/a-link-2 src/b test/a-link test/b
-  |
-  o  4 "file to link and link to file test" files: src/a-link-2 src/b
-  |
-  o  3 "added second link and modify b" files: src/a-link-2 src/b
-  |
-  o  2 "added link to a and modify a" files: a src/a-link
-  |
-  o  1 "added a file, src and src/b (binary)" files: a src/b
-  |
-  o  0 "initial import" files:
-  
   $ hg up -q -R tla-repo-hg
   $ hg -R tla-repo-hg manifest --debug
-  c4072c4b72e1cabace081888efa148ee80ca3cbb 644   a
-  0201ac32a3a8e86e303dff60366382a54b48a72e 644   c
-  c0067ba5ff0b7c9a3eb17270839d04614c435623 644 @ test/a-link
-  375f4263d86feacdea7e3c27100abd1560f2a973 644 @ test/b

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: b'preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed' (py3 !)
+      raise error.HookLoadError(
+  mercurial.error.HookLoadError: b'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: b'precommit.importfail hook is invalid: import of "importfail" failed' (py3 !)
+      raise error.HookLoadError(
+  mercurial.error.HookLoadError: b'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,132 @@
 
 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+87-e82c7bc25d55)
+  ** Extensions loaded: fsmonitor
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 98, in _command
+      return self._watchmanclient.query(*watchmanargs)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 1156, in query
+      self._connect()
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 1024, in _connect
+      self.sockpath = self._resolvesockname()
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 1005, in _resolvesockname
+      raise WatchmanError("watchman exited with code %d" % exitcode)
+  hgext.fsmonitor.pywatchman.WatchmanError: watchman exited with code 1
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/fsmonitor/__init__.py", line 189, in debuginstall
+      v = c.command(b"version")
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 109, in command
+      return self._command(*args)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 104, in _command
+      raise Unavailable(str(ex))
+  hgext.fsmonitor.watchmanclient.Unavailable: <exception str() failed>
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.unyg44i7/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 1173, in _dispatch
+      return runcommand(
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/debugcommands.py", line 1696, in debuginstall
+      problems += handler(ui, fm)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/fsmonitor/__init__.py", line 196, in debuginstall
+      err = str(e)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 28, in __str__
+      return b'warning: Watchman unavailable: %s' % self.msg
+  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
-    "fsmonitor-watchman": "false",
-    "fsmonitor-watchman-error": "warning: Watchman unavailable: watchman exited with code 1",
+  ** 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+87-e82c7bc25d55)
+  ** Extensions loaded: fsmonitor
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 98, in _command
+      return self._watchmanclient.query(*watchmanargs)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 1156, in query
+      self._connect()
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 1024, in _connect
+      self.sockpath = self._resolvesockname()
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 1005, in _resolvesockname
+      raise WatchmanError("watchman exited with code %d" % exitcode)
+  hgext.fsmonitor.pywatchman.WatchmanError: watchman exited with code 1
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/fsmonitor/__init__.py", line 189, in debuginstall
+      v = c.command(b"version")
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 109, in command
+      return self._command(*args)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 104, in _command
+      raise Unavailable(str(ex))
+  hgext.fsmonitor.watchmanclient.Unavailable: <exception str() failed>
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.unyg44i7/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 1173, in _dispatch
+      return runcommand(
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/debugcommands.py", line 1696, in debuginstall
+      problems += handler(ui, fm)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/fsmonitor/__init__.py", line 196, in debuginstall
+      err = str(e)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 28, in __str__
+      return b'warning: Watchman unavailable: %s' % self.msg
+  TypeError: %b requires a bytes-like object, or an object that implements __bytes__, not 'str'
+  [1]
 
 
 #if test-repo

test-lfs-serve-access.t

--- /hgwork/src/tests/test-lfs-serve-access.t
+++ /hgwork/src/tests/test-lfs-serve-access.t.err
@@ -163,11 +163,13 @@
 
   $ cat $TESTTMP/access.log $TESTTMP/errors.log
   $LOCALIP - - [$LOGDATE$] "POST /missing/objects/batch HTTP/1.1" 404 - (glob)
+  $LOCALIP - - [02/Nov/2019 21:42:40] "{"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 - - [02/Nov/2019 21:42:40] 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 - - [02/Nov/2019 21:42:40] code 400, message Bad request version ('"download"}')
 
   $ cat >> $TESTTMP/lfsstoreerror.py <<EOF
   > import errno
@@ -353,18 +356,18 @@
   $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 (glob)
+  $LOCALIP - - [$ERRDATE$] HG error:      raise LfsCorruptionError(
+  $LOCALIP - - [$ERRDATE$] HG error:  hgext.lfs.blobstore.LfsCorruptionError: b'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):
       self.do_write()
       self.do_hgweb()
       for chunk in self.server.application(env, self._start_response):
+      return func(*(args + a), **kw) (no-py3 !)
       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"))
@@ -375,8 +378,8 @@
   $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 (glob)
+  $LOCALIP - - [$ERRDATE$] HG error:      raise LfsCorruptionError(
+  $LOCALIP - - [$ERRDATE$] HG error:  hgext.lfs.blobstore.LfsCorruptionError: b'detected corrupt lfs object: 276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d'
   $LOCALIP - - [$ERRDATE$] HG error:   (glob)
 
 Basic Authorization headers are returned by the Batch API, and sent back with

test-notify-changegroup.t

--- /hgwork/src/tests/test-notify-changegroup.t
+++ /hgwork/src/tests/test-notify-changegroup.t.err
@@ -53,7 +53,8 @@
   Subject: * (glob)
   From: test
   X-Hg-Notification: changeset cb9a9f314b8b
-  Message-Id: <*> (glob)
+  Message-Id: 
+   <hg.cb9a9f314b8b.1572731138.-8200509853109932689@ip-172-31-41-104.us-west-2.compute.internal>
   To: baz, foo@bar
   
   changeset cb9a9f314b8b in $TESTTMP/a
@@ -106,7 +107,8 @@
   Subject: * (glob)
   From: test
   X-Hg-Notification: changeset cb9a9f314b8b
-  Message-Id: <*> (glob)
+  Message-Id: 
+   <hg.cb9a9f314b8b.1572731139.-8200509853109932689@ip-172-31-41-104.us-west-2.compute.internal>
   To: baz, foo@bar
   
   changeset cb9a9f314b8b in $TESTTMP/a
@@ -183,7 +185,8 @@
   Subject: * (glob)
   From: committer_1
   X-Hg-Notification: changeset 84e487dddc58
-  Message-Id: <*> (glob)
+  Message-Id: 
+   <hg.84e487dddc58.1572731141.-8200509853109932689@ip-172-31-41-104.us-west-2.compute.internal>
   To: baz, foo@bar
   
   changeset 84e487dddc58 in $TESTTMP/a

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+87-e82c7bc25d55)
+  ** Extensions loaded: remotefilelog, rebase, strip
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.unyg44i7/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 1173, in _dispatch
+      return runcommand(
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/remotefilelog/__init__.py", line 576, in runcommand
+      return orig(lui, repo, *args, **kwargs)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/remotefilelog/__init__.py", line 889, in gc
+      gcclient(ui, cachepath)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/hgext/remotefilelog/__init__.py", line 928, in gcclient
+      peer = hg.peer(ui, {}, path)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/hg.py", line 233, in peer
+      return _peerorrepo(
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/hg.py", line 181, in _peerorrepo
+      obj = _peerlookup(path).instance(
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/localrepo.py", line 3447, in instance
+      return makelocalrepository(ui, localpath, intents=intents)
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/localrepo.py", line 503, in makelocalrepository
+      hgvfs.stat()
+    File "/hgwork/tmp/hgtests.unyg44i7/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.unyg44i7/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 0x7f867c315b80>
+  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 65, in __iter__
+      yield item
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/_weakrefset.py", line 30, in __exit__
+      s.remove(self)
+    File "/hgwork/tmp/hgtests.unyg44i7/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' @@ -125,6 +136,15 @@
   > "extensions.d=$TESTTMP/detectcleanup.py" test 100000 abort
   start
   abort: known exception
+  Exception ignored in: <function _after_fork at 0x7fe8dcb26c10>
+  Traceback (most recent call last):
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/threading.py", line 1442, in _after_fork
+      thread._reset_internal_locks(True)
+    File "/hgdev/pyenv/versions/3.8.0/lib/python3.8/threading.py", line 808, in _reset_internal_locks
+      def _reset_internal_locks(self, is_alive):
+    File "/hgwork/tmp/hgtests.unyg44i7/install/lib/python/mercurial/dispatch.py", line 303, in catchterm
+      raise error.SignalInterrupt
+  mercurial.error.SignalInterrupt: 
   [255]
 
 #endif

Skipped Tests

Long Tests

DurationTest
150.2stest-merge-combination.t
113.8stest-revset.t
100.5stest-obsolete-bundle-strip.t
97.9stest-bookmarks-pushpull.t#b2-pushkey
97.9stest-bookmarks-pushpull.t#b2-binary
97.4stest-subrepo.t
91.8stest-obsolete.t
90.1stest-largefiles.t
86.3stest-log.t
85.3stest-template-functions.t
84.1stest-graft.t#abortflag
83.5stest-graft.t#abortcommand
78.7stest-mq.t
78.5stest-largefiles-misc.t
75.4stest-rebase-obsolete.t
74.7stest-glog.t
74.5stest-glog-beautifygraph.t
73.9stest-import.t
71.3stest-obsmarker-template.t
67.9stest-merge-tools.t
63.9stest-bundle2-exchange.t#sshv1
63.8stest-bundle2-exchange.t#sshv2
62.8stest-http-permissions.t
62.0stest-fix.t
60.0stest-shelve.t#stripbased
59.9stest-commit-amend.t
59.4stest-update-branches.t
59.3stest-shelve.t#phasebased
58.7stest-largefiles-update.t
57.2stest-rename-merge2.t
57.0stest-revset2.t
55.8stest-strip.t
55.1stest-check-pylint.t
54.9stest-subrepo-git.t
54.4stest-bookmarks.t
54.4stest-copies.t#filelog
54.3stest-copies.t#changeset
54.2stest-copies.t#sidedata
54.2stest-copies.t#compatibility
53.6stest-shelve2.t#phasebased#abortcommand#continueflag
53.6stest-shelve2.t#phasebased#abortcommand#continuecommand
53.3stest-shelve2.t#phasebased#abortflag#continueflag
53.2stest-shelve2.t#phasebased#abortflag#continuecommand
52.6stest-shelve2.t#stripbased#abortcommand#continuecommand
52.6stest-shelve2.t#stripbased#abortcommand#continueflag
52.3stest-shelve2.t#stripbased#abortflag#continueflag
52.2stest-shelve2.t#stripbased#abortflag#continuecommand
51.9stest-phases-exchange.t
51.0stest-keyword.t
50.8stest-merge-force.t
50.5stest-run-tests.t
49.4stest-push-warn.t
49.0stest-template-basic.t
48.7stest-lfs.t
48.1stest-push-race.t#strict
47.7stest-mq-subrepo.t
47.7stest-push-race.t#unrelated
47.5stest-obsolete-divergent.t
47.3stest-merge-changedelete.t
47.2stest-template-keywords.t
46.9stest-mv-cp-st-diff.t
46.9stest-clone.t#sshv1
46.9stest-clone.t#sshv2
46.7stest-narrow.t#flat#lfs-on
46.7stest-narrow.t#tree#lfs-on
45.6stest-annotate.t
45.4stest-transplant.t#continueflag
45.1stest-transplant.t#commandmode
45.1stest-revert.t
44.9stest-copytrace-heuristics.t
44.1stest-mq-header-date.t
42.7stest-mq-header-from.t
42.7stest-convert-filemap.t
42.6stest-bisect.t
40.4stest-fileset.t
40.1stest-narrow.t#tree#lfs-off
39.8stest-narrow.t#flat#lfs-off
39.3stest-resolve.t
39.2stest-rebase-inmemory.t
38.6stest-tags.t
38.1stest-template-map.t
37.6stest-uncommit.t
36.5stest-rebase-scenario-global.t
36.1stest-subrepo-deep-nested-change.t
35.8stest-init.t
35.5stest-tag.t
34.7stest-backout.t
34.5stest-remotefilelog-repack.t
34.5stest-contrib-perf.t
34.4stest-copies-unrelated.t#compatibility
34.4stest-copies-unrelated.t#sidedata
34.3stest-copies-unrelated.t#changeset
34.1stest-copies-unrelated.t#filelog
34.0stest-treemanifest.t
33.7stest-treediscovery.t
32.9stest-mq-guards.t
32.6stest-ssh-proto.t
32.4stest-branches.t
32.2stest-censor.t
32.0stest-hook.t
31.3stest-check-code.t
31.0stest-remotefilelog-repack-fast.t
30.9stest-commit-interactive.t
30.7stest-commit.t
30.2stest-rebase-collapse.t
30.1stest-rename.t
30.0stest-help.t
30.0stest-bisect2.t
29.7stest-alias.t
29.6stest-bundle.t
29.4stest-remotefilelog-bgprefetch.t
29.4stest-status.t
29.2stest-histedit-fold.t
28.9stest-largefiles-wireproto.t#sshv2
28.9stest-largefiles-wireproto.t#sshv1
28.6stest-narrow-widen-no-ellipsis.t#tree
28.6stest-hgwebdir.t
28.4stest-narrow-widen-no-ellipsis.t#flat
28.3stest-narrow-widen.t#tree
28.3stest-ssh.t#sshv1
28.2stest-ssh.t#sshv2
28.2stest-narrow-clone.t
28.2stest-narrow-widen.t#flat
27.6stest-subrepo-svn.t
27.5stest-automv.t
27.4stest-issue3084.t
27.3stest-https.t
27.2stest-newbranch.t
27.2stest-rebase-abort.t#abortcommand#continueflag
27.2stest-rebase-abort.t#abortcommand#continuecommand
27.2stest-check-pyflakes.t
27.2stest-archive.t
27.1stest-rebase-abort.t#abortflag#continueflag
27.1stest-rebase-abort.t#abortflag#continuecommand
26.9stest-fastannotate-hg.t
26.8stest-mq-qpush-fail.t
26.7stest-convert-cvs-detectmerge.t
26.5stest-merge-no-file-change.t
26.2stest-extension.t
26.1stest-phases.t
26.1stest-histedit-obsolete.t#abortcommand
26.0stest-narrow-share.t#flat
26.0stest-histedit-obsolete.t#abortflag
25.9stest-obshistory.t
25.9stest-ssh-bundle1.t#sshv2
25.9stest-ssh-bundle1.t#sshv1
25.9stest-narrow-share.t#tree
25.7stest-eol.t
25.7stest-fetch.t
25.3stest-acl.t
25.1stest-remotefilelog-prefetch.t
24.8stest-histedit-arguments.t#abortflag
24.7stest-histedit-arguments.t#abortcommand
24.6stest-convert-cvs.t
24.6stest-convert-git.t
24.4stest-bheads.t
24.3stest-setdiscovery.t
23.9stest-http-bad-server.t
23.8stest-convert-hg-sink.t
23.7stest-obsolete-distributed.t
23.6stest-bookflow.t
23.4stest-absorb.t
22.7stest-import-git.t
22.6stest-patchbomb.t
22.4stest-lfs-serve.t#lfsremote-on
22.2stest-git-export.t
22.2stest-rebase-cache.t
22.1stest-mq-qnew.t
22.0stest-branch-change.t
22.0stest-split.t#obsstore-on
21.7stest-merge1.t
21.6stest-upgrade-repo.t
21.5stest-sparse.t
21.5stest-narrow-shallow-merges.t
21.4stest-mq-qpush-exact.t
21.3stest-hghave.t
21.3stest-remove.t
21.1stest-amend.t#obsstore-on
21.1stest-unamend.t
21.1stest-convert-cvs-synthetic.t
21.0stest-treediscovery-legacy.t
20.9stest-rebase-dest.t
20.9stest-audit-subrepo.t
20.9stest-rebase-parameters.t
20.8stest-grep.t
20.7stest-bundle-r.t
20.7stest-amend.t#obsstore-off
20.6stest-walk.t
20.3stest-histedit-edit.t
20.2stest-split.t#obsstore-off
20.1stest-show-stack.t
20.1stest-narrow-clone-nonlinear.t
20.0stest-debugcommands.t

Timeline

test-contrib-check-code.t (1.44s)test-contrib-perf.t (34.46s)test-merge-combination.t (150.23s)test-obsolete-checkheads.t (14.48s)test-run-tests.t (50.47s)test-check-code.t (31.31s)test-contrib-check-commit.t (0.16s)test-imports-checker.t (0.90s)test-push-checkheads-unpushed-D4.t (6.38s)test-push-race.t#strict (48.12s)test-push-race.t#unrelated (47.67s)test-push-checkheads-unpushed-D3.t (6.33s)test-push-checkheads-unpushed-D5.t (6.43s)test-check-py3-compat.t (5.42s)test-push-checkheads-pruned-B8.t (7.13s)test-push-checkheads-superceed-A6.t (6.19s)test-push-checkheads-superceed-A7.t (6.26s)test-push-checkheads-unpushed-D7.t (6.44s)test-rebase-check-restore.t (6.46s)test-largefiles-update.t (58.70s)test-push-checkheads-pruned-B5.t (5.58s)test-push-checkheads-superceed-A2.t (5.45s)test-push-checkheads-superceed-A3.t (5.42s)test-push-checkheads-unpushed-D2.t (5.29s)test-push-checkheads-partial-C2.t (4.33s)test-push-checkheads-pruned-B2.t (4.69s)test-push-checkheads-pruned-B3.t (4.78s)test-push-checkheads-pruned-B4.t (4.54s)test-push-checkheads-unpushed-D6.t (5.22s)test-push-checkheads-partial-C1.t (4.34s)test-push-checkheads-partial-C3.t (4.14s)test-push-checkheads-partial-C4.t (3.96s)test-push-checkheads-pruned-B6.t (4.79s)test-push-checkheads-pruned-B7.t (4.85s)test-push-checkheads-superceed-A8.t (5.01s)test-push-checkheads-unpushed-D1.t (4.36s)test-subrepo-svn.t (27.60s)test-push-checkheads-superceed-A4.t (3.85s)test-push-checkheads-superceed-A5.t (3.90s)test-push-checkheads-pruned-B1.t (3.22s)test-push-checkheads-superceed-A1.t (3.44s)test-copytrace-heuristics.t (44.87s)test-check-config.t (10.06s)test-glog-beautifygraph.t (74.48s)test-gendoc-ja.t (3.81s)test-convert-cvs.t (24.65s)test-check-module-imports.t (12.22s)test-help.t (30.01s)test-obsolete-bounds-checking.t (0.90s)test-gendoc.t (5.40s)test-glog.t (74.68s)test-convert-svn-sink.t (19.10s)test-check-help.t (9.09s)test-patchbomb.t (22.61s)test-convert-svn-source.t (0.11s)test-obsolete-bundle-strip.t (100.48s)test-check-pyflakes.t (27.21s)test-abort-checkin.t (0.94s)test-http-bad-server.t (23.93s)test-ssh-proto-unbundle.t (18.80s)test-obsmarker-template.t (71.35s)test-acl.t (25.31s)test-check-commit.t (1.59s)test-check-shbang.t (2.14s)test-convert-svn-move.t (0.10s)test-check-interfaces.py (0.45s)test-hgweb-commands.t (19.66s)test-hgweb-symrev.t (18.43s)test-obsolete.t (91.81s)test-upgrade-repo.t (21.56s)test-extension.t (26.21s)test-ssh-proto.t (32.63s)test-log.t (86.26s)test-check-execute.t (1.38s)test-dirstate-race.t (14.90s)test-check-pylint.t (55.09s)test-graft.t#abortcommand (83.45s)test-graft.t#abortflag (84.09s)test-convert-svn-encoding.t (0.11s)test-wireproto-content-redirects.t (4.33s)test-hgweb-filelog.t (9.28s)test-hgwebdir.t (28.58s)test-wireproto-exchangev2.t (17.38s)test-bundle2-format.t (11.20s)test-template-map.t (38.15s)test-revset.t (113.85s)test-subrepo.t (97.44s)test-convert-cvs-detectmerge.t (26.70s)test-rebase-obsolete.t (75.39s)test-largefiles.t (90.12s)test-merge-tools.t (67.87s)test-hgweb-json.t (11.22s)test-convert-cvs-synthetic.t (21.07s)test-gendoc-ro.t (3.70s)test-import.t (73.88s)test-subrepo-deep-nested-change.t (36.11s)test-bundle2-exchange.t#sshv1 (63.90s)test-bundle2-exchange.t#sshv2 (63.75s)test-phases-exchange.t (51.91s)test-bookmarks-pushpull.t#b2-binary (97.92s)test-bookmarks-pushpull.t#b2-pushkey (97.93s)test-convert-cvsnt-mergepoints.t (13.19s)test-strip.t (55.83s)test-template-functions.t (85.26s)test-commit-interactive.t (30.86s)test-merge-changedelete.t (47.31s)test-lfs.t (48.69s)test-fix.t (62.04s)test-hook.t (32.05s)test-rename-merge2.t (57.16s)test-https.t (27.27s)test-highlight.t (11.63s)test-convert-git.t (24.64s)test-http-permissions.t (62.78s)test-lfs-test-server.t#git-server (0.24s)test-lfs-test-server.t#hg-server (12.33s)test-setdiscovery.t (24.31s)test-commandserver.t (19.71s)test-clone.t#sshv1 (46.89s)test-clone.t#sshv2 (46.86s)test-bookmarks.t (54.41s)test-check-clang-format.t (1.88s)test-merge-force.t (50.81s)test-revset2.t (56.99s)test-convert-cvs-branch.t (19.07s)test-shelve.t#phasebased (59.28s)test-shelve.t#stripbased (60.03s)test-largefiles-misc.t (78.46s)test-commit-amend.t (59.86s)test-branches.t (32.40s)test-http-protocol.t (12.40s)test-hgweb-diffs.t (11.89s)test-keyword.t (51.02s)test-revert.t (45.06s)test-template-keywords.t (47.22s)test-wireproto-command-filesdata.t (8.76s)test-convert-svn-branches.t (0.10s)test-mq.t (78.71s)test-convert-hg-svn.t (0.10s)test-gendoc-de.t (3.88s)test-lfs-serve-access.t (12.89s)test-wireproto-command-capabilities.t (3.80s)test-generaldelta.t (13.98s)test-subrepo-git.t (54.91s)test-lfs-serve.t#lfsremote-off (7.57s)test-lfs-serve.t#lfsremote-on (22.38s)test-transplant.t#commandmode (45.10s)test-transplant.t#continueflag (45.36s)test-treemanifest.t (33.95s)test-tags.t (38.64s)test-phases.t (26.13s)test-template-basic.t (49.02s)test-tag.t (35.48s)test-subrepo-recursion.t (18.67s)test-hgweb.t (14.19s)test-convert.t (8.21s)test-check-jshint.t (0.27s)test-http-api-httpv2.t (8.19s)test-http.t (19.90s)test-convert-filemap.t (42.71s)test-obsolete-divergent.t (47.50s)test-annotate.t (45.58s)test-bundle.t (29.56s)test-resolve.t (39.26s)test-shelve2.t#phasebased#abortcommand#continuecommand (53.58s)test-shelve2.t#phasebased#abortcommand#continueflag (53.62s)test-shelve2.t#phasebased#abortflag#continuecommand (53.23s)test-shelve2.t#phasebased#abortflag#continueflag (53.27s)test-shelve2.t#stripbased#abortcommand#continuecommand (52.64s)test-shelve2.t#stripbased#abortcommand#continueflag (52.58s)test-shelve2.t#stripbased#abortflag#continuecommand (52.24s)test-shelve2.t#stripbased#abortflag#continueflag (52.28s)test-split.t#obsstore-off (20.20s)test-split.t#obsstore-on (22.00s)test-notify.t (10.48s)test-encoding-textwrap.t (2.43s)test-obsolete-distributed.t (23.69s)test-walk.t (20.62s)test-mv-cp-st-diff.t (46.93s)test-bisect.t (42.62s)test-convert-p4-filetypes.t (0.09s)test-rebase-scenario-global.t (36.55s)test-commit.t (30.71s)test-ssh.t#sshv1 (28.30s)test-ssh.t#sshv2 (28.24s)test-bundle2-remote-changegroup.t#sshv1 (17.22s)test-bundle2-remote-changegroup.t#sshv2 (17.19s)test-clonebundles.t (17.55s)test-wireproto-exchangev2-shallow.t (5.37s)test-import-git.t (22.73s)test-mq-header-from.t (42.73s)test-i18n.t (4.13s)test-treediscovery.t (33.68s)test-bisect2.t (29.96s)test-archive.t (27.20s)test-fileset.t (40.37s)test-grep.t (20.76s)test-push-warn.t (49.35s)test-hgweb-annotate-whitespace.t (4.68s)test-remotefilelog-repack.t (34.54s)test-debugcommands.t (20.04s)test-remove.t (21.27s)test-rebase-inmemory.t (39.24s)test-clone-uncompressed.t#stream-bundle2 (19.89s)test-clone-uncompressed.t#stream-legacy (17.06s)test-alias.t (29.72s)test-ssh-bundle1.t#sshv1 (25.93s)test-ssh-bundle1.t#sshv2 (25.94s)test-mq-header-date.t (44.12s)test-wireproto-command-changesetdata.t (10.11s)test-pull-pull-corruption.t (15.00s)test-blackbox.t (12.29s)test-convert-svn-startrev.t (0.10s)test-devel-warnings.t (5.15s)test-backout.t (34.66s)test-push-http.t#bundle1 (17.25s)test-push-http.t#bundle2 (18.10s)test-check-format.t (0.39s)test-rebase-collapse.t (30.19s)test-contrib-relnotes.t (1.32s)test-update-branches.t (59.40s)test-audit-subrepo.t (20.92s)test-histedit-obsolete.t#abortcommand (26.09s)test-histedit-obsolete.t#abortflag (25.98s)test-histedit-arguments.t#abortcommand (24.67s)test-histedit-arguments.t#abortflag (24.84s)test-wireproto.t (9.18s)test-globalopts.t (10.80s)test-http-bundle1.t (17.67s)test-hgweb-descend-empties.t (2.02s)test-obshistory.t (25.94s)test-fncache.t (10.95s)test-rename.t (30.07s)test-uncommit.t (37.57s)test-mq-subrepo.t (47.69s)test-fastannotate-hg.t (26.85s)test-histedit-fold.t (29.18s)test-progress.t (4.41s)test-remotefilelog-repack-fast.t (30.96s)test-log-linerange.t (8.72s)test-extdiff.t (16.69s)test-getbundle.t (5.48s)test-largefiles-wireproto.t#sshv1 (28.90s)test-largefiles-wireproto.t#sshv2 (28.91s)test-status-color.t (17.63s)test-narrow.t#flat#lfs-off (39.78s)test-narrow.t#flat#lfs-on (46.73s)test-narrow.t#tree#lfs-off (40.13s)test-narrow.t#tree#lfs-on (46.69s)test-convert-hg-sink.t (23.84s)test-logexchange.t (15.74s)test-merge-types.t (12.42s)test-histedit-commute.t (14.16s)test-censor.t (32.21s)test-lfconvert.t (16.34s)test-histedit-edit.t (20.32s)test-remotefilelog-bgprefetch.t (29.41s)test-fetch.t (25.68s)test-copies.t#changeset (54.33s)test-copies.t#compatibility (54.18s)test-copies.t#filelog (54.37s)test-copies.t#sidedata (54.22s)test-wireproto-caching.t (5.42s)test-amend.t#obsstore-off (20.67s)test-amend.t#obsstore-on (21.10s)test-incoming-outgoing.t (13.23s)test-clone-pull-corruption.t (7.86s)test-eol.t (25.72s)test-rollback.t (19.54s)test-install.t (3.24s)test-newbranch.t (27.24s)test-bundle2-multiple-changegroups.t (7.17s)test-merge-criss-cross.t (14.67s)test-wireproto-command-manifestdata.t (5.79s)test-git-export.t (22.25s)test-infinitepush-ci.t (12.72s)test-status.t (29.38s)test-diff-color.t (6.93s)test-rebase-abort.t#abortcommand#continuecommand (27.22s)test-rebase-abort.t#abortcommand#continueflag (27.24s)test-rebase-abort.t#abortflag#continuecommand (27.06s)test-rebase-abort.t#abortflag#continueflag (27.09s)test-lfs-largefiles.t (13.55s)test-hgweb-empty.t (1.77s)test-dirstate-race2.t (1.72s)test-merge1.t (21.71s)test-infinitepush-bundlestore.t (19.41s)test-rebase-conflicts.t (13.30s)test-push.t (17.97s)test-rebase-newancestor.t (19.69s)test-convert-mtn.t (0.09s)test-copies-in-changeset.t#extra (16.73s)test-copies-in-changeset.t#sidedata (18.57s)test-narrow-shallow-merges.t (21.47s)test-mq-guards.t (32.90s)test-hghave.t (21.28s)test-convert-svn-tags.t (0.11s)test-pager.t (12.25s)test-completion.t (5.76s)test-wireproto-command-filedata.t (7.43s)test-qrecord.t (6.10s)test-mq-subrepo-svn.t (2.14s)test-revset-legacy-lookup.t (18.09s)test-copies-unrelated.t#changeset (34.30s)test-copies-unrelated.t#compatibility (34.41s)test-copies-unrelated.t#filelog (34.12s)test-copies-unrelated.t#sidedata (34.41s)test-rebase-interruptions.t (18.42s)test-absorb.t (23.44s)test-rebase-parameters.t (20.92s)test-hardlinks.t (13.14s)test-export.t (12.09s)test-issue3084.t (27.42s)test-merge-no-file-change.t (26.46s)test-verify.t (8.41s)test-narrow-patterns.t (16.00s)test-rebase-dest.t (20.93s)test-mq-qpush-fail.t (26.78s)test-narrow-widen-no-ellipsis.t#flat (28.37s)test-narrow-widen-no-ellipsis.t#tree (28.59s)test-bundle-r.t (20.72s)test-rebase-pull.t (17.75s)test-exchange-obsmarkers-case-A1.t (16.42s)test-branch-change.t (22.02s)test-sparse.t (21.53s)test-commit-interactive-curses.t (14.15s)test-rebase-named-branches.t (16.48s)test-fix-topology.t#obsstore-off (11.46s)test-fix-topology.t#obsstore-on (13.24s)test-import-bypass.t (16.85s)test-revert-interactive.t (12.23s)test-parse-date.t (19.51s)test-treediscovery-legacy.t (20.99s)test-narrow-widen.t#flat (28.21s)test-narrow-widen.t#tree (28.33s)test-rebase-cache.t (22.17s)test-journal.t (7.02s)test-help-hide.t (0.44s)test-releasenotes-formatting.t (11.81s)test-mq-qrefresh.t (17.06s)test-histedit-fold-non-commute.t (14.71s)test-gendoc-pt_BR.t (4.15s)test-gendoc-zh_CN.t (4.04s)test-gendoc-zh_TW.t (4.03s)test-exchange-obsmarkers-case-A3.t (17.31s)test-mq-qrefresh-interactive.t (3.89s)test-chg.t (0.09s)test-wireproto-command-rawstorefiledata.t (3.23s)test-static-http.t (10.99s)test-histedit-non-commute.t (14.34s)test-hgignore.t (10.25s)test-githelp.t (14.94s)test-win32text.t (10.42s)test-exchange-obsmarkers-case-C3.t (11.02s)test-gendoc-it.t (3.99s)test-gendoc-el.t (4.02s)test-gendoc-fr.t (3.97s)test-gendoc-ru.t (4.14s)test-gendoc-sv.t (4.02s)test-gendoc-da.t (3.98s)test-share-bookmarks.t#svfs (12.55s)test-share-bookmarks.t#vfs (12.51s)test-mq-qnew.t (22.15s)test-bheads.t (24.40s)test-flagprocessor.t (17.17s)test-diff-ignore-whitespace.t (13.91s)test-bookflow.t (23.63s)test-config.t (10.78s)test-http-api.t (3.70s)test-largefiles-cache.t (14.86s)test-encoding.t (6.36s)test-rebase-rename.t (15.77s)test-convert-bzr-merges.t (0.08s)test-mq-qimport.t (18.32s)test-manifest.t (12.06s)test-url-rev.t (13.30s)test-diff-unified.t (9.02s)test-mq-qrefresh-replace-log-message.t (12.64s)test-unamend.t (21.08s)test-init.t (35.75s)test-pager-legacy.t (8.63s)test-rebase-base-flag.t (14.25s)test-histedit-base.t (7.42s)test-parseindex.t (4.26s)test-clone-r.t (11.73s)test-bad-extension.t (1.83s)test-hgweb-raw.t (3.84s)test-rebase-mq.t (16.70s)test-exchange-obsmarkers-case-D1.t (10.47s)test-hgweb-removed.t (1.98s)test-eol-patch.t (6.82s)test-automv.t (27.53s)test-exchange-obsmarkers-case-C2.t (10.13s)test-single-head.t (12.25s)test-ssh-clone-r.t#sshv1 (11.46s)test-ssh-clone-r.t#sshv2 (11.48s)test-subrepo-relative-path.t (10.09s)test-hgrc.t (5.78s)test-casecollision-merge.t (0.08s)test-http-clone-r.t (10.76s)test-convert-bzr.t (0.09s)test-bookmarks-corner-case.t (8.13s)test-rename-dir-merge.t (12.46s)test-strip-cross.t (17.17s)test-add.t (18.69s)test-histedit-no-change.t (10.56s)test-narrow-clone.t (28.22s)test-diffstat.t (12.29s)test-convert-splicemap.t (10.44s)test-http-proxy.t (4.21s)test-removeemptydirs.t (11.60s)test-fileset-generated.t (6.46s)test-bundle-phases.t (15.32s)test-exchange-obsmarkers-case-C1.t (9.58s)test-status-rev.t (5.96s)test-diff-upgrade.t (4.49s)test-pull-update.t (12.31s)test-copy.t (13.85s)test-bisect3.t (8.59s)test-conflict.t (7.21s)test-remotefilelog-prefetch.t (25.11s)test-up-local-change.t (11.80s)test-dispatch.t (9.32s)test-narrow-exchange.t#lfs-off (9.81s)test-narrow-exchange.t#lfs-on (11.27s)test-obsolete-changeset-exchange.t (7.51s)test-exchange-obsmarkers-case-D4.t (8.46s)test-eol-update.t (6.17s)test-remotefilelog-push-pull.t (16.41s)test-pull-bundle.t (8.17s)test-share.t (9.14s)test-narrow-exchange-merges.t (9.99s)test-absorb-rename.t (12.79s)test-exchange-obsmarkers-case-B5.t (9.86s)test-churn.t (8.89s)test-pull-branch.t (12.00s)test-eol-hook.t (8.20s)test-bundle-type.t (13.43s)test-remotefilelog-linknodes.t (14.35s)test-narrow-trackedcmd.t#flat (8.98s)test-narrow-trackedcmd.t#tree (9.09s)test-byteify-strings.t (0.70s)test-rebase-detach.t (12.69s)test-stream-bundle-v2.t (3.76s)test-sparse-profiles.t (9.58s)test-mq-qpush-exact.t (21.39s)test-fastannotate-protocol.t (8.52s)test-hybridencode.py (0.29s)test-rebase-bookmarks.t (14.65s)test-bookmarks-current.t (14.84s)test-convert-hg-source.t (12.00s)test-notify-changegroup.t (4.58s)test-encoding-align.t (5.07s)test-debugbuilddag.t (5.74s)test-convert-baz.t (0.09s)test-inherit-mode.t (1.91s)test-infinitepush.t (14.24s)test-histedit-non-commute-abort.t (7.28s)test-releasenotes-merging.t (5.91s)test-remotefilelog-gcrepack.t (9.18s)test-convert-hg-startrev.t (9.30s)test-show-work.t (19.98s)test-narrow-strip.t#flat#lfs-off (6.78s)test-narrow-strip.t#flat#lfs-on (7.84s)test-narrow-strip.t#tree#lfs-off (6.75s)test-narrow-strip.t#tree#lfs-on (7.78s)test-repo-compengines.t (8.90s)test-merge-commit.t (7.16s)test-audit-path.t (12.18s)test-exchange-obsmarkers-case-B4.t (10.30s)test-fastannotate.t (11.19s)test-narrow-expanddirstate.t (5.31s)test-purge.t (10.31s)test-symlinks.t (11.24s)test-exchange-obsmarkers-case-C4.t (8.64s)test-sparse-revlog.t (0.08s)test-mq-safety.t (13.11s)test-directaccess.t (8.70s)test-exchange-obsmarkers-case-A6.t (9.33s)test-exchange-obsmarkers-case-A5.t (8.52s)test-remotefilelog-local.t (16.36s)test-basic.t (6.30s)test-narrow-share.t#flat (25.99s)test-narrow-share.t#tree (25.89s)test-hgweb-csp.t (5.52s)test-histedit-bookmark-motion.t (6.37s)test-obsolete-tag-cache.t (4.59s)test-diff-binary-file.t (6.08s)test-casefolding.t (0.09s)test-mq-git.t (6.11s)test-mq-qfold.t (9.74s)test-remotefilelog-cacheprocess.t (3.96s)test-patchbomb-bookmark.t (3.57s)test-stack.t (11.97s)test-journal-share.t (6.04s)test-paths.t (12.83s)test-contrib-testparseutil.t (0.35s)test-hgweb-no-request-uri.t (1.32s)test-sparse-merges.t (10.40s)test-pathconflicts-merge.t (10.52s)test-releasenotes-parsing.t (2.29s)test-diff-indent-heuristic.t#bdiff (0.72s)test-diff-indent-heuristic.t#xdiff (0.96s)test-import-merge.t (11.25s)test-drawdag.t (8.25s)test-patchbomb-tls.t (3.58s)test-exchange-obsmarkers-case-B2.t (8.02s)test-convert-p4.t (0.10s)test-show-stack.t (20.13s)test-narrow-clone-nonlinear.t (20.12s)test-mq-eol.t (5.79s)test-exchange-obsmarkers-case-A4.t (7.03s)test-convert-bzr-directories.t (0.09s)test-obsmarkers-effectflag.t (19.80s)test-rename-merge1.t (19.95s)test-fastannotate-renames.t (8.61s)test-histedit-drop.t (5.61s)test-rebase-mq-skip.t#continuecommand (19.05s)test-rebase-mq-skip.t#continueflag (19.04s)test-bookmarks-merge.t (18.83s)test-lock-badness.t (18.89s)test-repair-strip.t (5.10s)test-histedit-outgoing.t (7.81s)test-pull.t#sshv1 (6.30s)test-pull.t#sshv2 (6.44s)test-exchange-obsmarkers-case-B6.t (7.45s)test-merge-default.t (7.53s)test-extension-timing.t (0.84s)test-match.py (0.24s)test-rebase-emptycommit.t (7.80s)test-cbor.py (0.73s)test-debugbundle.t (2.80s)test-copy-move-merge.t (17.10s)test-profile.t (16.63s)test-convert-tla.t (1.12s)test-mq-qclone-http.t (14.78s)test-exchange-obsmarkers-case-A2.t (14.55s)test-exchange-obsmarkers-case-D2.t (14.40s)test-status-terse.t (14.19s)test-merge7.t (3.46s)test-phase-archived.t (4.11s)test-hgweb-no-path-info.t (1.26s)test-subrepo-missing.t (12.98s)test-pathconflicts-update.t (12.36s)test-show.t (12.34s)test-addremove-similar.t (12.47s)test-contrib.t (1.51s)test-unionrepo.t (12.24s)test-flags.t (12.02s)test-remotefilelog-gc.t (11.71s)test-commit-multiple.t (11.51s)test-commit-unresolved.t#abortcommand (11.48s)test-commit-unresolved.t#abortflag (10.94s)test-import-eol.t (10.84s)test-logtoprocess.t (10.64s)test-mq-missingfiles.t (10.80s)test-sparse-import.t (10.60s)test-rebase-transaction.t#continuecommand (10.70s)test-rebase-transaction.t#continueflag (10.66s)test-identify.t (10.50s)test-default-push.t (9.84s)test-merge-subrepos.t (9.62s)test-narrow-clone-no-ellipsis.t (18.21s)test-filebranch.t (4.18s)test-convert-datesort.t (7.64s)test-mq-qdelete.t (12.90s)test-mq-merge.t (8.37s)test-pull-r.t (7.08s)test-sidedata.t (3.79s)test-update-atomic.t (3.45s)test-pending.t (6.95s)test-clone-update-order.t (5.10s)test-fastannotate-perfhack.t (8.24s)test-origbackup-conflict.t (5.09s)test-narrow-pull.t (16.21s)test-merge-local.t (6.24s)test-remotefilelog-http.t (5.88s)test-bugzilla.t (2.19s)test-exchange-obsmarkers-case-D3.t (7.85s)test-remote-hidden.t (5.36s)test-narrow-shallow.t (16.62s)test-worker.t (2.45s)test-branch-option.t (8.83s)test-merge-halt.t (5.76s)test-empty-group.t (4.43s)test-mac-packages.t (0.16s)test-parents.t (5.77s)test-fix-metadata.t (0.71s)test-http-branchmap.t (3.87s)test-children.t (5.91s)test-diff-change.t (6.81s)test-extdata.t (6.65s)test-bundle2-pushback.t#sshv1 (3.60s)test-bundle2-pushback.t#sshv2 (3.73s)test-rebuildstate.t (5.90s)test-narrow-merge.t#flat (7.51s)test-narrow-merge.t#tree (7.47s)test-mq-pull-from-bundle.t (6.99s)test-exchange-obsmarkers-case-B3.t (7.04s)test-remotefilelog-corrupt-cache.t (4.66s)test-amend-subrepo.t#obsstore-off (7.84s)test-amend-subrepo.t#obsstore-on (7.52s)test-merge-internal-tools-pattern.t (4.95s)test-run-tests.py (0.23s)test-issue672.t (3.25s)test-extensions-afterloaded.t (4.40s)test-tools.t (0.99s)test-fastannotate-corrupt.t (4.03s)test-narrow-commit.t#flat (8.65s)test-narrow-commit.t#tree (8.70s)test-eol-clone.t (2.73s)test-wireproto-serverreactor.py (0.31s)test-excessive-merge.t (4.29s)test-relink.t (2.88s)test-mq-qqueue.t (9.95s)test-narrow-rebase.t#continuecommand (7.07s)test-narrow-rebase.t#continueflag (7.10s)test-push-cgi.t (1.79s)test-record.t (1.15s)test-convert-darcs.t (0.87s)test-remotefilelog-clone-tree.t (4.52s)test-patch.t (3.52s)test-hgweb-non-interactive.t (1.04s)test-sqlitestore.t (2.21s)test-remotefilelog-clone.t (4.53s)test-arbitraryfilectx.t (2.15s)test-remotefilelog-sparse.t (11.60s)test-cache-abuse.t (14.12s)test-rebase-backup.t (5.31s)test-simple-update.t (6.23s)test-pathconflicts-basic.t (6.04s)test-committer.t (4.28s)test-exchange-obsmarkers-case-B7.t (6.66s)test-pull-http.t (3.65s)test-remotefilelog-bundle2-legacy.t (0.66s)test-exchange-obsmarkers-case-B1.t (6.73s)test-remotefilelog-log.t (5.58s)test-mq-qdiff.t (6.10s)test-bookmarks-rebase.t (5.16s)test-serve.t (5.31s)test-exchange-obsmarkers-case-A7.t (5.85s)test-revset-outgoing.t (4.20s)test-import-context.t (1.77s)test-eol-add.t (3.24s)test-remotefilelog-bundle2.t (6.23s)test-bundle-vs-outgoing.t (4.49s)test-rebase-partial.t (4.29s)test-update-names.t (5.85s)test-mailmap.t (3.80s)test-remotefilelog-bundles.t (5.09s)test-merge-remove.t (5.70s)test-convert-tagsbranch-topology.t (1.46s)test-requires.t (3.15s)test-locate.t (8.17s)test-merge-closedheads.t (7.27s)test-rename-after-merge.t (6.19s)test-wireproto-clientreactor.py (0.29s)test-contrib-dumprevlog.t (3.28s)test-remotefilelog-pull-noshallow.t (3.55s)test-debugextensions.t (1.30s)test-narrow-clone-stream.t#flat-fncache (19.89s)test-narrow-clone-stream.t#flat-nofncache (19.64s)test-narrow-clone-stream.t#tree (19.66s)test-rebase-legacy.t#continuecommand (1.49s)test-rebase-legacy.t#continueflag (1.27s)test-issue1306.t (2.90s)test-lfs-bundle.t (5.81s)test-issue1175.t (5.60s)test-cat.t (7.48s)test-nointerrupt.t (4.71s)test-issue660.t (6.20s)test-largefiles-small-disk.t (1.57s)test-convert-clonebranches.t (5.10s)test-oldcgi.t (1.45s)test-impexp-branch.t (4.34s)test-narrow-clone-non-narrow-server.t (8.22s)test-histedit-no-backup.t#abortcommand (2.58s)test-histedit-no-backup.t#abortflag (2.67s)test-issue586.t (5.35s)test-unified-test.t (0.68s)test-rebase-templates.t (3.50s)test-remotefilelog-tags.t (4.21s)test-symlink-placeholder.t (3.14s)test-merge6.t (4.11s)test-narrow-copies.t (5.72s)test-server-view.t (3.93s)test-rebase-issue-noparam-single-rev.t (5.45s)test-dirstate.t (3.77s)test-close-head.t (4.51s)test-url-download.t (4.27s)test-merge-revert2.t (7.60s)test-verify-repo-operations.py (0.11s)test-addremove.t (5.43s)test-mq-qrename.t (9.72s)test-narrow-update.t (5.46s)test-mq-symlinks.t (7.85s)test-ssh-repoerror.t (4.42s)test-wsgirequest.py (0.38s)test-double-merge.t (2.13s)test-narrow-patch.t#flat (2.61s)test-narrow-patch.t#tree (2.75s)test-glog-topological.t (2.13s)test-sparse-verbose-json.t (3.28s)test-merge9.t (4.20s)test-context-metadata.t (2.52s)test-patch-offset.t (0.76s)test-log-exthook.t (1.17s)test-newcgi.t (1.06s)test-issue1802.t (3.26s)test-update-reverse.t (2.92s)test-wireproto-command-branchmap.t (2.96s)test-pushvars.t (2.64s)test-histedit-templates.t (2.34s)test-hgwebdirsym.t (3.56s)test-manifest.py (2.45s)test-revlog-raw.py (0.66s)test-merge-symlinks.t (1.69s)test-branch-tag-confict.t (2.32s)test-narrow-debugcommands.t (2.81s)test-custom-filters.t (2.03s)test-sparse-clone.t (1.87s)test-issue2137.t (0.94s)test-remotefilelog-partial-shallow.t (3.36s)test-eolfilename.t (2.61s)test-merge10.t (3.22s)test-journal-exists.t (2.56s)test-revlog-v2.t (1.89s)test-diffdir.t (4.66s)test-schemes.t (2.86s)test-issue522.t (2.71s)test-histedit-merge-tools.t (2.14s)test-mq-qgoto.t (6.56s)test-revlog.t (1.61s)test-newercgi.t (1.05s)test-url.py (0.25s)test-editor-filename.t (1.64s)test-import-unknown.t (5.08s)test-unbundlehash.t (1.88s)test-narrow-sparse.t#flat (3.07s)test-narrow-sparse.t#tree (3.16s)test-wireproto-command-known.t (2.13s)test-missing-capability.t (2.60s)test-wireproto-command-listkeys.t (2.63s)test-convert-identity.t (2.97s)test-merge-revert.t (7.67s)test-wireproto-command-heads.t (2.37s)test-encode.t (3.18s)test-permissions.t (2.37s)test-casecollision.t (4.91s)test-ancestor.py (0.92s)test-update-dest.t (2.49s)test-known.t (3.70s)test-sparse-fsmonitor.t (0.02s)test-no-symlinks.t (0.08s)test-remotefilelog-datapack.py (1.77s)test-convert-authormap.t (1.70s)test-subrepo-paths.t (1.64s)test-sparse-requirement.t (1.65s)test-confused-revert.t (4.23s)test-remotefilelog-permissions.t (4.03s)test-fuzz-targets.t (0.33s)test-issue1993.t (2.11s)test-issue1502.t (2.64s)test-clone-cgi.t (1.04s)test-sparse-clear.t (2.37s)test-simplemerge.py (0.23s)test-websub.t (1.50s)test-rebase-brute-force.t (2.19s)test-revlog-mmapindex.t (16.14s)test-merge2.t (5.10s)test-diff-antipatience.t#bdiff (0.74s)test-diff-antipatience.t#xdiff (0.99s)test-issue1877.t (3.54s)test-empty-file.t (2.89s)test-gpg.t (1.83s)test-changelog-exec.t (2.60s)test-hgk.t (2.06s)test-lrucachedict.py (0.22s)test-diff-hashes.t (2.06s)test-debian-packages.t (0.37s)test-absorb-edit-lines.t (2.49s)test-remotefilelog-wireproto.t (3.56s)test-mactext.t (1.18s)test-convert-bzr-ghosts.t (0.08s)test-docker-packaging.t (0.23s)test-bookmarks-strip.t (2.90s)test-narrow-acl.t (3.17s)test-remotefilelog-keepset.t (2.79s)test-lock.py (0.23s)test-remotefilelog-histpack.py (3.10s)test-remotefilelog-bad-configs.t (2.66s)test-diff-subdir.t (1.80s)test-convert-bzr-114.t (0.09s)test-trusted.py (0.28s)test-narrow-debugrebuilddirstate.t (2.03s)test-unrelated-pull.t (2.07s)test-parseindex2.py (0.35s)test-diff-reverse.t (2.29s)test-revset-dirstate-parents.t (4.82s)test-wireproto-command-pushkey.t (1.65s)test-update-issue1456.t (3.06s)test-empty.t (1.53s)test-merge5.t (2.73s)test-wireproto-framing.py (0.24s)test-narrow-archive.t (3.08s)test-diff-copy-depth.t (4.42s)test-convert-bzr-treeroot.t (0.09s)test-hgweb-bundle.t (1.89s)test-absorb-unfinished.t (1.45s)test-mq-qimport-fail-cleanup.t (1.65s)test-linerange.py (0.22s)test-fix-clang-format.t (1.34s)test-manifest-merging.t (1.95s)test-issue619.t (2.06s)test-merge8.t (2.11s)test-issue842.t (2.07s)test-remotefilelog-blame.t (3.60s)test-linelog.py (2.19s)test-filecache.py (1.04s)test-revlog-group-emptyiter.t (1.44s)test-propertycache.py (0.56s)test-pathencode.py (0.47s)test-demandimport.py (0.38s)test-archive-symlinks.t (1.35s)test-absorb-strip.t (1.35s)test-pull-permission.t (1.31s)test-issue5979.t (2.61s)test-rust-ancestor.py (0.18s)test-revisions.t (3.48s)test-merge4.t (2.18s)test-absorb-filefixupstate.py (0.40s)test-wireproto-command-lookup.t (1.35s)test-phabricator.t (0.40s)test-context.py (0.45s)test-issue612.t (2.07s)test-debugindexdot.t (2.23s)test-eol-tag.t (1.41s)test-batching.py (0.31s)test-bdiff.py (0.22s)test-hgweb-auth.py (0.19s)test-minirst.py (0.24s)test-nested-repo.t (2.64s)test-execute-bit.t (2.26s)test-username-newline.t (0.89s)test-fastannotate-revmap.py (0.38s)test-issue4074.t (1.61s)test-remotefilelog-share.t (2.17s)test-dirstate-nonnormalset.t (1.80s)test-revlog-packentry.t (1.16s)test-ui-config.py (0.42s)test-diff-issue2761.t (2.01s)test-atomictempfile.py (0.23s)test-strict.t (1.93s)test-util.py (0.21s)test-diff-newlines.t (0.96s)test-empty-dir.t (1.38s)test-rust-discovery.py (0.18s)test-storage.py (1.82s)test-absorb-phase.t (1.77s)test-annotate.py (0.23s)test-extra-filelog-entry.t (1.51s)test-debugrename.t (1.88s)test-issue1438.t (1.96s)test-issue1102.t (1.67s)test-fastannotate-diffopts.t (0.95s)test-revert-unknown.t (1.69s)test-bad-pull.t (1.30s)test-revert-flags.t (1.46s)test-simplekeyvaluefile.py (0.24s)test-issue1089.t (1.49s)test-doctest.py (1.04s)test-backwards-remove.t (1.28s)test-wireproto.py (0.26s)test-contrib-emacs.t (0.41s)test-cappedreader.py (0.22s)test-xdg.t (0.27s)test-dirstate-backup.t (0.46s)test-mq-qsave.t (0.99s)test-encoding-func.py (0.19s)test-extensions-wrapfunction.py (0.29s)test-walkrepo.py (0.36s)test-revlog-ancestry.py (0.57s)test-ui-verbosity.py (0.29s)test-filelog.py (0.39s)test-sshserver.py (0.31s)test-hg-parseurl.py (0.34s)test-symlink-os-yes-fs-no.py (1.37s)test-minifileset.py (0.25s)test-config-env.py (0.26s)test-lfs-pointer.py (0.37s)test-duplicateoptions.py (0.41s)test-hgwebdir-paths.py (0.34s)test-ui-color.py (0.26s)test-status-inprocess.py (0.30s)test-dispatch.py (0.36s)test-mdiff.py (0.22s)