Job try-e82c7bc25d5515827fd9379b4a611e1478beb0d2-debian10-system-python3-0

Repo:try
Node:e82c7bc25d5515827fd9379b4a611e1478beb0d2
Name:debian10-system-python3
Scheduled At:2019-11-02T21:39:26
Started At:2019-11-02T21:39:33
Finished At:2019-11-02T21:46:28

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-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-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.7.3 (default, Apr  3 2019, 05:39:12) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.2rc0+87-e82c7bc25d55)
+  ** Extensions loaded: fsmonitor
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 98, in _command
+      return self._watchmanclient.query(*watchmanargs)
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 1156, in query
+      self._connect()
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 1024, in _connect
+      self.sockpath = self._resolvesockname()
+    File "/hgwork/tmp/hgtests.56k7qljs/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.56k7qljs/install/lib/python/hgext/fsmonitor/__init__.py", line 189, in debuginstall
+      v = c.command(b"version")
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 109, in command
+      return self._command(*args)
+    File "/hgwork/tmp/hgtests.56k7qljs/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.56k7qljs/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/dispatch.py", line 1174, in _dispatch
+      lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/debugcommands.py", line 1696, in debuginstall
+      problems += handler(ui, fm)
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/hgext/fsmonitor/__init__.py", line 196, in debuginstall
+      err = str(e)
+    File "/hgwork/tmp/hgtests.56k7qljs/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.7.3 (default, Apr  3 2019, 05:39:12) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.2rc0+87-e82c7bc25d55)
+  ** Extensions loaded: fsmonitor
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 98, in _command
+      return self._watchmanclient.query(*watchmanargs)
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 1156, in query
+      self._connect()
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 1024, in _connect
+      self.sockpath = self._resolvesockname()
+    File "/hgwork/tmp/hgtests.56k7qljs/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.56k7qljs/install/lib/python/hgext/fsmonitor/__init__.py", line 189, in debuginstall
+      v = c.command(b"version")
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 109, in command
+      return self._command(*args)
+    File "/hgwork/tmp/hgtests.56k7qljs/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.56k7qljs/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/dispatch.py", line 1174, in _dispatch
+      lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/mercurial/debugcommands.py", line 1696, in debuginstall
+      problems += handler(ui, fm)
+    File "/hgwork/tmp/hgtests.56k7qljs/install/lib/python/hgext/fsmonitor/__init__.py", line 196, in debuginstall
+      err = str(e)
+    File "/hgwork/tmp/hgtests.56k7qljs/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
@@ -264,11 +384,11 @@
   checking encoding (ascii)...
   checking Python executable (*) (glob)
   checking Python version (2.*) (glob) (no-py3 !)
-  checking Python version (3.*) (glob) (py3 !)
+    TLS 1.2 not supported by Python install; network connections lack modern security (?)
+    SNI not supported by Python install; may have connectivity issues with some servers (?)
+  checking Python version (2.7.16)
   checking Python lib (*)... (glob)
   checking Python security support (*) (glob)
-    TLS 1.2 not supported by Python install; network connections lack modern security (?)
-    SNI not supported by Python install; may have connectivity issues with some servers (?)
   checking Mercurial version (*) (glob)
   checking Mercurial custom build (*) (glob)
   checking module policy (*) (glob)

test-lfs-serve-access.t

--- /hgwork/src/tests/test-lfs-serve-access.t
+++ /hgwork/src/tests/test-lfs-serve-access.t.err
@@ -163,11 +163,13 @@
 
   $ cat $TESTTMP/access.log $TESTTMP/errors.log
   $LOCALIP - - [$LOGDATE$] "POST /missing/objects/batch HTTP/1.1" 404 - (glob)
+  $LOCALIP - - [02/Nov/2019 21:42:25] "{"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:25] 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:25] code 400, message Bad request version ('"download"}')
 
   $ cat >> $TESTTMP/lfsstoreerror.py <<EOF
   > import errno
@@ -354,7 +357,7 @@
   $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:  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):
@@ -362,8 +365,8 @@
       self.do_hgweb()
       for chunk in self.server.application(env, self._start_response):
       for r in self._runwsgi(req, res, repo):
+      return func(*(args + a), **kw) (no-py3 !)
       rctx, req, res, self.check_perm
-      return func(*(args + a), **kw) (no-py3 !)
       rctx.repo, req, res, lambda perm: checkperm(rctx, req, perm)
       res.setbodybytes(localstore.read(oid))
       blob = self._read(self.vfs, oid, verify)
@@ -376,7 +379,7 @@
   $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:  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.1572731108.254069224131189813@ip-172-31-4-170.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.1572731109.254069224131189813@ip-172-31-4-170.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.1572731111.254069224131189813@ip-172-31-4-170.us-west-2.compute.internal>
   To: baz, foo@bar
   
   changeset 84e487dddc58 in $TESTTMP/a

Skipped Tests

Long Tests

DurationTest
136.5stest-merge-combination.t
102.7stest-revset.t
90.5stest-obsolete-bundle-strip.t
89.0stest-bookmarks-pushpull.t#b2-binary
88.7stest-bookmarks-pushpull.t#b2-pushkey
87.5stest-subrepo.t
82.7stest-obsolete.t
78.7stest-largefiles.t
78.0stest-log.t
76.6stest-template-functions.t
76.1stest-graft.t#abortcommand
75.8stest-graft.t#abortflag
70.8stest-mq.t
69.2stest-largefiles-misc.t
67.8stest-glog-beautifygraph.t
67.6stest-rebase-obsolete.t
67.3stest-glog.t
67.1stest-import.t
63.9stest-obsmarker-template.t
61.6stest-merge-tools.t
60.6stest-install.t
57.9stest-bundle2-exchange.t#sshv1
57.8stest-bundle2-exchange.t#sshv2
56.8stest-check-pylint.t
56.3stest-fix.t
56.1stest-http-permissions.t
54.0stest-shelve.t#stripbased
54.0stest-commit-amend.t
53.6stest-update-branches.t
53.5stest-shelve.t#phasebased
52.3stest-largefiles-update.t
52.1stest-rename-merge2.t
51.6stest-revset2.t
50.2stest-strip.t
49.5stest-subrepo-git.t
49.3stest-bookmarks.t
48.9stest-copies.t#changeset
48.9stest-copies.t#compatibility
48.8stest-copies.t#filelog
48.7stest-shelve2.t#phasebased#abortcommand#continuecommand
48.7stest-copies.t#sidedata
48.7stest-shelve2.t#phasebased#abortcommand#continueflag
48.5stest-shelve2.t#phasebased#abortflag#continuecommand
48.4stest-shelve2.t#phasebased#abortflag#continueflag
47.5stest-shelve2.t#stripbased#abortcommand#continuecommand
47.1stest-shelve2.t#stripbased#abortcommand#continueflag
47.1stest-shelve2.t#stripbased#abortflag#continueflag
47.1stest-shelve2.t#stripbased#abortflag#continuecommand
47.0stest-phases-exchange.t
46.1stest-keyword.t
46.1stest-merge-force.t
44.6stest-template-basic.t
44.5stest-run-tests.t
44.3stest-push-warn.t
43.8stest-lfs.t
43.3stest-push-race.t#strict
43.1stest-obsolete-divergent.t
43.0stest-push-race.t#unrelated
43.0stest-clone.t#sshv2
43.0stest-mq-subrepo.t
42.7stest-merge-changedelete.t
42.4stest-mv-cp-st-diff.t
42.4stest-template-keywords.t
42.2stest-narrow.t#tree#lfs-on
42.1stest-narrow.t#flat#lfs-on
42.1stest-clone.t#sshv1
41.3stest-annotate.t
41.2stest-transplant.t#continueflag
41.1stest-copytrace-heuristics.t
41.0stest-transplant.t#commandmode
41.0stest-revert.t
39.6stest-mq-header-date.t
38.9stest-mq-header-from.t
38.4stest-convert-filemap.t
38.2stest-bisect.t
36.5stest-fileset.t
35.8stest-narrow.t#flat#lfs-off
35.8stest-narrow.t#tree#lfs-off
35.6stest-rebase-inmemory.t
35.2stest-resolve.t
34.9stest-tags.t
34.3stest-template-map.t
34.1stest-uncommit.t
32.8stest-rebase-scenario-global.t
32.8stest-contrib-perf.t
32.3stest-init.t
32.0stest-tag.t
31.6stest-subrepo-deep-nested-change.t
31.4stest-backout.t
31.0stest-copies-unrelated.t#compatibility
31.0stest-remotefilelog-repack.t
31.0stest-treediscovery.t
31.0stest-copies-unrelated.t#sidedata
30.9stest-treemanifest.t
30.9stest-copies-unrelated.t#changeset
30.8stest-copies-unrelated.t#filelog
29.5stest-mq-guards.t
29.1stest-branches.t
29.1stest-censor.t
29.0stest-ssh-proto.t
28.8stest-check-code.t
28.4stest-hook.t
27.9stest-remotefilelog-repack-fast.t
27.7stest-commit-interactive.t
27.7stest-commit.t
27.7stest-remotefilelog-bgprefetch.t
27.3stest-rebase-collapse.t
27.1stest-bisect2.t
26.9stest-rename.t
26.7stest-status.t
26.6stest-subrepo-svn.t
26.6stest-bundle.t
26.3stest-histedit-fold.t
26.3stest-alias.t
26.2stest-help.t
26.0stest-convert-cvs-detectmerge.t
25.8stest-largefiles-wireproto.t#sshv1
25.7stest-hgwebdir.t
25.7stest-narrow-widen-no-ellipsis.t#tree
25.7stest-largefiles-wireproto.t#sshv2
25.6stest-ssh.t#sshv1
25.6stest-ssh.t#sshv2
25.3stest-narrow-clone.t
25.3stest-narrow-widen-no-ellipsis.t#flat
25.2stest-narrow-widen.t#tree
25.1stest-hghave.t
25.1stest-narrow-widen.t#flat
25.0stest-automv.t
25.0stest-convert-cvs.t
25.0stest-archive.t
24.9stest-https.t
24.7stest-newbranch.t
24.5stest-rebase-abort.t#abortcommand#continuecommand
24.5stest-narrow-share.t#flat
24.5stest-rebase-abort.t#abortcommand#continueflag
24.5stest-rebase-abort.t#abortflag#continueflag
24.4stest-narrow-share.t#tree
24.4stest-fastannotate-hg.t
24.2stest-rebase-abort.t#abortflag#continuecommand
24.1stest-mq-qpush-fail.t
24.0stest-issue3084.t
23.9stest-merge-no-file-change.t
23.5stest-histedit-obsolete.t#abortcommand
23.5stest-phases.t
23.5stest-ssh-bundle1.t#sshv2
23.5stest-ssh-bundle1.t#sshv1
23.5stest-obshistory.t
23.4stest-extension.t
23.2stest-histedit-obsolete.t#abortflag
23.2stest-eol.t
23.2stest-fetch.t
22.7stest-acl.t
22.6stest-convert-git.t
22.4stest-histedit-arguments.t#abortcommand
22.3stest-histedit-arguments.t#abortflag
22.2stest-remotefilelog-prefetch.t
22.2stest-http-bad-server.t
22.1stest-bheads.t
21.7stest-narrow-clone-no-ellipsis.t
21.6stest-setdiscovery.t
21.5stest-convert-hg-sink.t
21.3stest-obsolete-distributed.t
21.1stest-bookflow.t
21.0stest-absorb.t
20.7stest-convert-cvs-synthetic.t
20.6stest-lfs-serve.t#lfsremote-on
20.5stest-import-git.t
20.5stest-patchbomb.t
20.2stest-split.t#obsstore-on
20.1stest-git-export.t

Timeline

test-contrib-check-code.t (1.29s)test-contrib-check-commit.t (0.15s)test-contrib-perf.t (32.77s)test-imports-checker.t (1.02s)test-merge-combination.t (136.49s)test-obsolete-checkheads.t (13.17s)test-push-race.t#strict (43.29s)test-push-race.t#unrelated (43.00s)test-run-tests.t (44.53s)test-check-code.t (28.84s)test-check-py3-compat.t (4.40s)test-push-checkheads-pruned-B8.t (6.66s)test-push-checkheads-superceed-A6.t (5.91s)test-push-checkheads-superceed-A7.t (6.08s)test-push-checkheads-unpushed-D3.t (5.81s)test-push-checkheads-unpushed-D4.t (5.83s)test-push-checkheads-unpushed-D5.t (5.99s)test-rebase-check-restore.t (5.61s)test-largefiles-update.t (52.30s)test-push-checkheads-pruned-B5.t (5.20s)test-push-checkheads-superceed-A2.t (5.16s)test-push-checkheads-superceed-A3.t (5.33s)test-push-checkheads-unpushed-D2.t (4.89s)test-push-checkheads-unpushed-D7.t (5.74s)test-push-checkheads-partial-C1.t (4.14s)test-push-checkheads-partial-C2.t (3.89s)test-push-checkheads-partial-C4.t (3.88s)test-push-checkheads-pruned-B2.t (4.47s)test-push-checkheads-pruned-B3.t (4.60s)test-push-checkheads-pruned-B4.t (4.28s)test-push-checkheads-pruned-B6.t (4.41s)test-push-checkheads-pruned-B7.t (4.46s)test-push-checkheads-superceed-A8.t (4.66s)test-push-checkheads-unpushed-D6.t (4.89s)test-push-checkheads-partial-C3.t (3.83s)test-push-checkheads-unpushed-D1.t (4.12s)test-subrepo-svn.t (26.59s)test-push-checkheads-superceed-A4.t (3.65s)test-push-checkheads-superceed-A5.t (3.42s)test-push-checkheads-pruned-B1.t (2.94s)test-copytrace-heuristics.t (41.07s)test-push-checkheads-superceed-A1.t (3.04s)test-check-config.t (8.65s)test-glog-beautifygraph.t (67.84s)test-gendoc-ja.t (3.56s)test-convert-cvs.t (25.01s)test-check-module-imports.t (10.42s)test-help.t (26.20s)test-obsolete-bounds-checking.t (0.85s)test-gendoc.t (5.07s)test-glog.t (67.27s)test-convert-svn-sink.t (18.57s)test-check-help.t (8.06s)test-patchbomb.t (20.46s)test-convert-svn-source.t (0.11s)test-obsolete-bundle-strip.t (90.54s)test-check-pyflakes.t (13.45s)test-abort-checkin.t (0.83s)test-http-bad-server.t (22.20s)test-ssh-proto-unbundle.t (16.94s)test-obsmarker-template.t (63.94s)test-acl.t (22.74s)test-check-commit.t (1.48s)test-check-shbang.t (1.93s)test-convert-svn-move.t (0.11s)test-check-interfaces.py (0.38s)test-hgweb-commands.t (17.43s)test-hgweb-symrev.t (16.24s)test-obsolete.t (82.70s)test-upgrade-repo.t (19.57s)test-extension.t (23.40s)test-ssh-proto.t (28.99s)test-log.t (77.96s)test-check-execute.t (1.23s)test-dirstate-race.t (13.76s)test-check-pylint.t (56.84s)test-graft.t#abortcommand (76.08s)test-graft.t#abortflag (75.75s)test-convert-svn-encoding.t (0.10s)test-wireproto-content-redirects.t (3.76s)test-hgweb-filelog.t (8.36s)test-hgwebdir.t (25.74s)test-wireproto-exchangev2.t (15.98s)test-bundle2-format.t (10.11s)test-template-map.t (34.33s)test-revset.t (102.65s)test-subrepo.t (87.45s)test-convert-cvs-detectmerge.t (26.04s)test-rebase-obsolete.t (67.64s)test-largefiles.t (78.65s)test-merge-tools.t (61.59s)test-hgweb-json.t (9.90s)test-convert-cvs-synthetic.t (20.66s)test-gendoc-ro.t (3.43s)test-import.t (67.11s)test-subrepo-deep-nested-change.t (31.64s)test-bundle2-exchange.t#sshv1 (57.85s)test-bundle2-exchange.t#sshv2 (57.77s)test-phases-exchange.t (46.97s)test-bookmarks-pushpull.t#b2-binary (89.02s)test-bookmarks-pushpull.t#b2-pushkey (88.66s)test-convert-cvsnt-mergepoints.t (13.00s)test-strip.t (50.22s)test-template-functions.t (76.62s)test-commit-interactive.t (27.70s)test-merge-changedelete.t (42.67s)test-lfs.t (43.76s)test-fix.t (56.31s)test-hook.t (28.42s)test-rename-merge2.t (52.06s)test-https.t (24.89s)test-highlight.t (10.61s)test-convert-git.t (22.65s)test-http-permissions.t (56.09s)test-lfs-test-server.t#git-server (0.24s)test-lfs-test-server.t#hg-server (11.14s)test-setdiscovery.t (21.64s)test-commandserver.t (17.68s)test-clone.t#sshv1 (42.10s)test-clone.t#sshv2 (42.99s)test-bookmarks.t (49.27s)test-check-clang-format.t (3.23s)test-merge-force.t (46.11s)test-revset2.t (51.56s)test-convert-cvs-branch.t (19.30s)test-shelve.t#phasebased (53.48s)test-shelve.t#stripbased (54.01s)test-largefiles-misc.t (69.23s)test-commit-amend.t (54.00s)test-branches.t (29.13s)test-http-protocol.t (11.15s)test-hgweb-diffs.t (10.71s)test-keyword.t (46.13s)test-revert.t (40.97s)test-template-keywords.t (42.36s)test-wireproto-command-filesdata.t (7.95s)test-convert-svn-branches.t (0.11s)test-mq.t (70.84s)test-convert-hg-svn.t (0.10s)test-gendoc-de.t (3.62s)test-lfs-serve-access.t (11.60s)test-wireproto-command-capabilities.t (3.39s)test-generaldelta.t (12.58s)test-subrepo-git.t (49.55s)test-lfs-serve.t#lfsremote-off (6.94s)test-lfs-serve.t#lfsremote-on (20.59s)test-transplant.t#commandmode (41.01s)test-transplant.t#continueflag (41.22s)test-treemanifest.t (30.95s)test-tags.t (34.92s)test-phases.t (23.51s)test-template-basic.t (44.56s)test-tag.t (32.04s)test-subrepo-recursion.t (17.04s)test-hgweb.t (12.81s)test-convert.t (7.56s)test-check-jshint.t (0.20s)test-http-api-httpv2.t (7.25s)test-http.t (18.34s)test-convert-filemap.t (38.42s)test-obsolete-divergent.t (43.08s)test-annotate.t (41.28s)test-bundle.t (26.58s)test-resolve.t (35.23s)test-shelve2.t#phasebased#abortcommand#continuecommand (48.73s)test-shelve2.t#phasebased#abortcommand#continueflag (48.67s)test-shelve2.t#phasebased#abortflag#continuecommand (48.46s)test-shelve2.t#phasebased#abortflag#continueflag (48.39s)test-shelve2.t#stripbased#abortcommand#continuecommand (47.46s)test-shelve2.t#stripbased#abortcommand#continueflag (47.15s)test-shelve2.t#stripbased#abortflag#continuecommand (47.08s)test-shelve2.t#stripbased#abortflag#continueflag (47.10s)test-split.t#obsstore-off (18.51s)test-split.t#obsstore-on (20.22s)test-notify.t (9.49s)test-encoding-textwrap.t (2.23s)test-obsolete-distributed.t (21.26s)test-walk.t (18.72s)test-mv-cp-st-diff.t (42.44s)test-bisect.t (38.19s)test-convert-p4-filetypes.t (0.09s)test-rebase-scenario-global.t (32.79s)test-commit.t (27.70s)test-ssh.t#sshv1 (25.65s)test-ssh.t#sshv2 (25.57s)test-bundle2-remote-changegroup.t#sshv1 (15.62s)test-bundle2-remote-changegroup.t#sshv2 (15.78s)test-clonebundles.t (15.89s)test-wireproto-exchangev2-shallow.t (5.08s)test-import-git.t (20.48s)test-mq-header-from.t (38.88s)test-i18n.t (3.63s)test-treediscovery.t (31.01s)test-bisect2.t (27.11s)test-archive.t (24.96s)test-fileset.t (36.46s)test-grep.t (18.77s)test-push-warn.t (44.31s)test-hgweb-annotate-whitespace.t (4.26s)test-remotefilelog-repack.t (31.02s)test-debugcommands.t (18.22s)test-remove.t (19.21s)test-rebase-inmemory.t (35.58s)test-clone-uncompressed.t#stream-bundle2 (17.87s)test-clone-uncompressed.t#stream-legacy (15.68s)test-alias.t (26.28s)test-ssh-bundle1.t#sshv1 (23.47s)test-ssh-bundle1.t#sshv2 (23.48s)test-mq-header-date.t (39.61s)test-wireproto-command-changesetdata.t (9.08s)test-pull-pull-corruption.t (14.67s)test-blackbox.t (11.00s)test-convert-svn-startrev.t (0.10s)test-devel-warnings.t (4.59s)test-backout.t (31.36s)test-push-http.t#bundle1 (15.94s)test-push-http.t#bundle2 (16.51s)test-check-format.t (0.09s)test-rebase-collapse.t (27.34s)test-contrib-relnotes.t (1.20s)test-update-branches.t (53.56s)test-audit-subrepo.t (19.04s)test-histedit-obsolete.t#abortcommand (23.51s)test-histedit-obsolete.t#abortflag (23.24s)test-histedit-arguments.t#abortcommand (22.41s)test-histedit-arguments.t#abortflag (22.34s)test-wireproto.t (8.41s)test-globalopts.t (9.76s)test-http-bundle1.t (16.17s)test-hgweb-descend-empties.t (1.86s)test-obshistory.t (23.46s)test-fncache.t (10.02s)test-rename.t (26.85s)test-uncommit.t (34.06s)test-mq-subrepo.t (42.96s)test-fastannotate-hg.t (24.37s)test-histedit-fold.t (26.30s)test-progress.t (4.03s)test-remotefilelog-repack-fast.t (27.88s)test-log-linerange.t (7.75s)test-extdiff.t (15.35s)test-getbundle.t (4.93s)test-largefiles-wireproto.t#sshv1 (25.79s)test-largefiles-wireproto.t#sshv2 (25.68s)test-status-color.t (15.78s)test-narrow.t#flat#lfs-off (35.82s)test-narrow.t#flat#lfs-on (42.13s)test-narrow.t#tree#lfs-off (35.82s)test-narrow.t#tree#lfs-on (42.17s)test-convert-hg-sink.t (21.46s)test-logexchange.t (14.23s)test-merge-types.t (11.38s)test-histedit-commute.t (12.74s)test-censor.t (29.07s)test-lfconvert.t (14.47s)test-histedit-edit.t (18.53s)test-remotefilelog-bgprefetch.t (27.70s)test-fetch.t (23.21s)test-copies.t#changeset (48.93s)test-copies.t#compatibility (48.85s)test-copies.t#filelog (48.78s)test-copies.t#sidedata (48.69s)test-wireproto-caching.t (4.92s)test-amend.t#obsstore-off (18.75s)test-amend.t#obsstore-on (18.99s)test-incoming-outgoing.t (11.86s)test-clone-pull-corruption.t (7.65s)test-eol.t (23.22s)test-rollback.t (17.50s)test-install.t (60.61s)test-newbranch.t (24.67s)test-bundle2-multiple-changegroups.t (6.43s)test-merge-criss-cross.t (13.40s)test-wireproto-command-manifestdata.t (5.35s)test-git-export.t (20.14s)test-infinitepush-ci.t (11.50s)test-diff-color.t (6.18s)test-status.t (26.67s)test-rebase-abort.t#abortcommand#continuecommand (24.54s)test-rebase-abort.t#abortcommand#continueflag (24.50s)test-rebase-abort.t#abortflag#continuecommand (24.24s)test-rebase-abort.t#abortflag#continueflag (24.50s)test-lfs-largefiles.t (11.74s)test-hgweb-empty.t (1.63s)test-dirstate-race2.t (1.59s)test-merge1.t (19.62s)test-infinitepush-bundlestore.t (17.58s)test-rebase-conflicts.t (11.99s)test-push.t (16.19s)test-rebase-newancestor.t (17.94s)test-convert-mtn.t (0.08s)test-copies-in-changeset.t#extra (15.12s)test-copies-in-changeset.t#sidedata (16.91s)test-narrow-shallow-merges.t (19.19s)test-mq-guards.t (29.49s)test-hghave.t (25.05s)test-convert-svn-tags.t (0.11s)test-pager.t (11.21s)test-completion.t (5.14s)test-wireproto-command-filedata.t (6.73s)test-qrecord.t (5.51s)test-mq-subrepo-svn.t (2.00s)test-revset-legacy-lookup.t (16.21s)test-copies-unrelated.t#changeset (30.88s)test-copies-unrelated.t#compatibility (31.02s)test-copies-unrelated.t#filelog (30.81s)test-copies-unrelated.t#sidedata (30.98s)test-rebase-interruptions.t (16.50s)test-absorb.t (21.03s)test-rebase-parameters.t (18.60s)test-hardlinks.t (11.98s)test-export.t (10.80s)test-issue3084.t (23.97s)test-merge-no-file-change.t (23.93s)test-verify.t (7.62s)test-narrow-patterns.t (14.07s)test-rebase-dest.t (19.51s)test-mq-qpush-fail.t (24.10s)test-narrow-widen-no-ellipsis.t#flat (25.28s)test-narrow-widen-no-ellipsis.t#tree (25.72s)test-bundle-r.t (18.61s)test-rebase-pull.t (15.86s)test-exchange-obsmarkers-case-A1.t (14.82s)test-branch-change.t (19.90s)test-sparse.t (19.26s)test-commit-interactive-curses.t (12.59s)test-rebase-named-branches.t (15.01s)test-fix-topology.t#obsstore-off (10.33s)test-fix-topology.t#obsstore-on (11.90s)test-import-bypass.t (15.29s)test-revert-interactive.t (10.95s)test-parse-date.t (17.45s)test-treediscovery-legacy.t (19.36s)test-narrow-widen.t#flat (25.05s)test-narrow-widen.t#tree (25.22s)test-rebase-cache.t (19.62s)test-journal.t (6.11s)test-help-hide.t (0.40s)test-releasenotes-formatting.t (10.67s)test-mq-qrefresh.t (15.53s)test-histedit-fold-non-commute.t (13.41s)test-gendoc-pt_BR.t (3.71s)test-gendoc-zh_CN.t (3.60s)test-gendoc-zh_TW.t (3.57s)test-exchange-obsmarkers-case-A3.t (15.64s)test-mq-qrefresh-interactive.t (3.55s)test-chg.t (0.09s)test-wireproto-command-rawstorefiledata.t (2.94s)test-static-http.t (10.01s)test-histedit-non-commute.t (12.91s)test-hgignore.t (9.27s)test-githelp.t (13.63s)test-win32text.t (9.41s)test-exchange-obsmarkers-case-C3.t (9.98s)test-gendoc-it.t (3.44s)test-gendoc-el.t (3.53s)test-gendoc-fr.t (3.62s)test-gendoc-ru.t (3.75s)test-gendoc-sv.t (3.47s)test-gendoc-da.t (3.62s)test-share-bookmarks.t#svfs (11.19s)test-share-bookmarks.t#vfs (11.31s)test-mq-qnew.t (19.95s)test-bheads.t (22.10s)test-flagprocessor.t (15.45s)test-diff-ignore-whitespace.t (12.55s)test-bookflow.t (21.13s)test-config.t (9.64s)test-http-api.t (3.28s)test-largefiles-cache.t (13.32s)test-encoding.t (5.81s)test-rebase-rename.t (14.23s)test-convert-bzr-merges.t (0.08s)test-mq-qimport.t (16.45s)test-manifest.t (10.73s)test-url-rev.t (11.97s)test-diff-unified.t (8.16s)test-mq-qrefresh-replace-log-message.t (11.42s)test-unamend.t (19.07s)test-init.t (32.30s)test-pager-legacy.t (7.96s)test-rebase-base-flag.t (13.03s)test-histedit-base.t (6.74s)test-parseindex.t (3.87s)test-clone-r.t (10.66s)test-bad-extension.t (1.72s)test-hgweb-raw.t (3.48s)test-rebase-mq.t (15.57s)test-exchange-obsmarkers-case-D1.t (9.43s)test-hgweb-removed.t (1.79s)test-eol-patch.t (6.18s)test-automv.t (25.03s)test-exchange-obsmarkers-case-C2.t (9.09s)test-single-head.t (11.00s)test-ssh-clone-r.t#sshv1 (10.48s)test-ssh-clone-r.t#sshv2 (10.52s)test-subrepo-relative-path.t (9.20s)test-hgrc.t (5.20s)test-casecollision-merge.t (0.09s)test-http-clone-r.t (9.85s)test-convert-bzr.t (0.09s)test-bookmarks-corner-case.t (7.46s)test-rename-dir-merge.t (11.30s)test-strip-cross.t (15.45s)test-add.t (16.82s)test-histedit-no-change.t (9.59s)test-narrow-clone.t (25.33s)test-diffstat.t (11.05s)test-convert-splicemap.t (9.48s)test-http-proxy.t (3.89s)test-removeemptydirs.t (10.52s)test-fileset-generated.t (5.91s)test-bundle-phases.t (13.84s)test-exchange-obsmarkers-case-C1.t (8.55s)test-status-rev.t (5.40s)test-diff-upgrade.t (4.11s)test-copy.t (12.56s)test-pull-update.t (11.15s)test-bisect3.t (7.74s)test-conflict.t (6.53s)test-remotefilelog-prefetch.t (22.25s)test-up-local-change.t (10.69s)test-dispatch.t (8.50s)test-narrow-exchange.t#lfs-off (8.98s)test-narrow-exchange.t#lfs-on (10.19s)test-obsolete-changeset-exchange.t (6.76s)test-exchange-obsmarkers-case-D4.t (7.62s)test-eol-update.t (5.58s)test-remotefilelog-push-pull.t (14.52s)test-pull-bundle.t (7.41s)test-share.t (8.32s)test-narrow-exchange-merges.t (8.91s)test-absorb-rename.t (11.41s)test-exchange-obsmarkers-case-B5.t (8.88s)test-churn.t (8.08s)test-pull-branch.t (10.83s)test-eol-hook.t (7.32s)test-bundle-type.t (12.10s)test-remotefilelog-linknodes.t (12.68s)test-narrow-trackedcmd.t#flat (8.06s)test-narrow-trackedcmd.t#tree (8.13s)test-byteify-strings.t (0.69s)test-rebase-detach.t (11.52s)test-stream-bundle-v2.t (3.38s)test-sparse-profiles.t (8.84s)test-mq-qpush-exact.t (19.11s)test-fastannotate-protocol.t (7.71s)test-hybridencode.py (0.23s)test-rebase-bookmarks.t (13.21s)test-bookmarks-current.t (13.36s)test-convert-hg-source.t (10.93s)test-notify-changegroup.t (4.14s)test-encoding-align.t (4.59s)test-debugbuilddag.t (5.13s)test-convert-baz.t (0.09s)test-inherit-mode.t (1.88s)test-infinitepush.t (12.96s)test-histedit-non-commute-abort.t (6.53s)test-releasenotes-merging.t (5.38s)test-remotefilelog-gcrepack.t (8.32s)test-convert-hg-startrev.t (8.35s)test-show-work.t (18.06s)test-narrow-strip.t#flat#lfs-off (6.14s)test-narrow-strip.t#flat#lfs-on (6.91s)test-narrow-strip.t#tree#lfs-off (6.12s)test-narrow-strip.t#tree#lfs-on (7.03s)test-repo-compengines.t (8.06s)test-merge-commit.t (6.38s)test-audit-path.t (11.06s)test-exchange-obsmarkers-case-B4.t (9.19s)test-fastannotate.t (10.04s)test-narrow-expanddirstate.t (4.83s)test-purge.t (9.27s)test-symlinks.t (10.30s)test-exchange-obsmarkers-case-C4.t (7.83s)test-sparse-revlog.t (0.09s)test-mq-safety.t (11.67s)test-directaccess.t (7.87s)test-exchange-obsmarkers-case-A6.t (8.41s)test-exchange-obsmarkers-case-A5.t (7.66s)test-remotefilelog-local.t (14.79s)test-basic.t (5.67s)test-narrow-share.t#flat (24.52s)test-narrow-share.t#tree (24.44s)test-hgweb-csp.t (4.99s)test-histedit-bookmark-motion.t (5.82s)test-obsolete-tag-cache.t (4.14s)test-diff-binary-file.t (5.48s)test-casefolding.t (0.09s)test-mq-git.t (5.45s)test-mq-qfold.t (8.95s)test-remotefilelog-cacheprocess.t (3.53s)test-patchbomb-bookmark.t (3.21s)test-stack.t (10.82s)test-journal-share.t (5.38s)test-paths.t (12.16s)test-contrib-testparseutil.t (0.30s)test-hgweb-no-request-uri.t (1.16s)test-sparse-merges.t (9.71s)test-pathconflicts-merge.t (9.47s)test-releasenotes-parsing.t (2.06s)test-diff-indent-heuristic.t#bdiff (0.64s)test-diff-indent-heuristic.t#xdiff (0.87s)test-import-merge.t (10.17s)test-drawdag.t (7.49s)test-patchbomb-tls.t (3.30s)test-exchange-obsmarkers-case-B2.t (7.22s)test-convert-p4.t (0.11s)test-show-stack.t (19.56s)test-narrow-clone-nonlinear.t (19.55s)test-mq-eol.t (5.35s)test-exchange-obsmarkers-case-A4.t (6.43s)test-convert-bzr-directories.t (0.09s)test-obsmarkers-effectflag.t (19.12s)test-rename-merge1.t (19.20s)test-fastannotate-renames.t (7.86s)test-histedit-drop.t (4.99s)test-rebase-mq-skip.t#continuecommand (18.68s)test-rebase-mq-skip.t#continueflag (18.64s)test-bookmarks-merge.t (18.45s)test-lock-badness.t (18.45s)test-repair-strip.t (4.67s)test-histedit-outgoing.t (6.99s)test-pull.t#sshv1 (5.75s)test-pull.t#sshv2 (5.98s)test-exchange-obsmarkers-case-B6.t (6.54s)test-merge-default.t (6.68s)test-extension-timing.t (0.78s)test-match.py (0.19s)test-rebase-emptycommit.t (16.97s)test-cbor.py (0.58s)test-debugbundle.t (2.58s)test-copy-move-merge.t (16.69s)test-profile.t (16.31s)test-convert-tla.t (1.07s)test-mq-qclone-http.t (14.93s)test-exchange-obsmarkers-case-A2.t (14.27s)test-exchange-obsmarkers-case-D2.t (14.22s)test-status-terse.t (14.12s)test-merge7.t (3.19s)test-phase-archived.t (3.65s)test-hgweb-no-path-info.t (1.11s)test-subrepo-missing.t (12.84s)test-pathconflicts-update.t (12.63s)test-show.t (12.42s)test-addremove-similar.t (12.48s)test-contrib.t (1.37s)test-unionrepo.t (12.05s)test-flags.t (11.92s)test-remotefilelog-gc.t (11.70s)test-commit-multiple.t (11.64s)test-commit-unresolved.t#abortcommand (11.44s)test-commit-unresolved.t#abortflag (11.21s)test-import-eol.t (11.05s)test-logtoprocess.t (10.94s)test-mq-missingfiles.t (11.12s)test-sparse-import.t (10.92s)test-rebase-transaction.t#continuecommand (11.04s)test-rebase-transaction.t#continueflag (10.91s)test-identify.t (18.91s)test-default-push.t (15.36s)test-merge-subrepos.t (10.05s)test-narrow-clone-no-ellipsis.t (21.70s)test-filebranch.t (3.79s)test-mq-qdelete.t (11.50s)test-convert-datesort.t (6.84s)test-sidedata.t (3.40s)test-update-atomic.t (3.19s)test-mq-merge.t (7.52s)test-pending.t (6.52s)test-pull-r.t (6.59s)test-clone-update-order.t (4.66s)test-fastannotate-perfhack.t (7.44s)test-origbackup-conflict.t (4.62s)test-narrow-pull.t (14.49s)test-merge-local.t (5.63s)test-bugzilla.t (1.94s)test-exchange-obsmarkers-case-D3.t (7.09s)test-remote-hidden.t (4.69s)test-remotefilelog-http.t (5.46s)test-narrow-shallow.t (14.99s)test-branch-option.t (7.80s)test-mac-packages.t (0.18s)test-merge-halt.t (5.27s)test-worker.t (2.34s)test-empty-group.t (4.08s)test-parents.t (5.23s)test-fix-metadata.t (0.68s)test-http-branchmap.t (3.49s)test-children.t (5.29s)test-diff-change.t (6.19s)test-extdata.t (5.99s)test-bundle2-pushback.t#sshv1 (3.30s)test-bundle2-pushback.t#sshv2 (3.35s)test-rebuildstate.t (5.26s)test-narrow-merge.t#flat (6.75s)test-narrow-merge.t#tree (6.62s)test-mq-pull-from-bundle.t (6.23s)test-exchange-obsmarkers-case-B3.t (6.20s)test-remotefilelog-corrupt-cache.t (4.17s)test-amend-subrepo.t#obsstore-off (7.11s)test-amend-subrepo.t#obsstore-on (6.84s)test-merge-internal-tools-pattern.t (4.43s)test-run-tests.py (0.17s)test-issue672.t (2.91s)test-extensions-afterloaded.t (3.99s)test-tools.t (0.98s)test-fastannotate-corrupt.t (3.64s)test-narrow-commit.t#flat (8.07s)test-narrow-commit.t#tree (8.11s)test-eol-clone.t (2.48s)test-wireproto-serverreactor.py (0.24s)test-excessive-merge.t (3.89s)test-relink.t (2.60s)test-mq-qqueue.t (8.88s)test-narrow-rebase.t#continuecommand (6.35s)test-narrow-rebase.t#continueflag (6.39s)test-push-cgi.t (1.59s)test-record.t (1.04s)test-convert-darcs.t (1.46s)test-remotefilelog-clone-tree.t (4.01s)test-patch.t (3.18s)test-hgweb-non-interactive.t (0.93s)test-sqlitestore.t (2.04s)test-arbitraryfilectx.t (1.96s)test-remotefilelog-clone.t (4.05s)test-remotefilelog-sparse.t (10.29s)test-cache-abuse.t (12.62s)test-rebase-backup.t (4.84s)test-simple-update.t (5.54s)test-pathconflicts-basic.t (5.40s)test-committer.t (3.90s)test-exchange-obsmarkers-case-B7.t (6.02s)test-pull-http.t (3.34s)test-remotefilelog-bundle2-legacy.t (0.51s)test-exchange-obsmarkers-case-B1.t (6.07s)test-remotefilelog-log.t (4.83s)test-mq-qdiff.t (5.62s)test-bookmarks-rebase.t (4.64s)test-serve.t (5.05s)test-exchange-obsmarkers-case-A7.t (5.28s)test-revset-outgoing.t (3.82s)test-import-context.t (1.63s)test-remotefilelog-bundle2.t (5.54s)test-eol-add.t (2.90s)test-bundle-vs-outgoing.t (4.00s)test-rebase-partial.t (3.89s)test-update-names.t (5.37s)test-mailmap.t (3.36s)test-remotefilelog-bundles.t (4.48s)test-merge-remove.t (5.14s)test-convert-tagsbranch-topology.t (1.33s)test-requires.t (2.82s)test-locate.t (7.37s)test-merge-closedheads.t (6.68s)test-rename-after-merge.t (5.60s)test-wireproto-clientreactor.py (0.24s)test-contrib-dumprevlog.t (2.96s)test-remotefilelog-pull-noshallow.t (3.03s)test-debugextensions.t (1.22s)test-narrow-clone-stream.t#flat-fncache (17.95s)test-narrow-clone-stream.t#flat-nofncache (17.77s)test-narrow-clone-stream.t#tree (17.87s)test-rebase-legacy.t#continuecommand (1.32s)test-rebase-legacy.t#continueflag (1.17s)test-issue1306.t (2.68s)test-lfs-bundle.t (5.14s)test-issue1175.t (5.07s)test-cat.t (6.75s)test-nointerrupt.t (4.63s)test-issue660.t (5.56s)test-largefiles-small-disk.t (1.37s)test-convert-clonebranches.t (4.58s)test-oldcgi.t (1.27s)test-impexp-branch.t (3.91s)test-narrow-clone-non-narrow-server.t (7.36s)test-histedit-no-backup.t#abortcommand (2.33s)test-histedit-no-backup.t#abortflag (2.45s)test-issue586.t (4.81s)test-unified-test.t (0.65s)test-rebase-templates.t (3.21s)test-remotefilelog-tags.t (3.72s)test-symlink-placeholder.t (2.84s)test-merge6.t (3.66s)test-narrow-copies.t (5.20s)test-server-view.t (3.65s)test-dirstate.t (3.37s)test-rebase-issue-noparam-single-rev.t (4.95s)test-close-head.t (4.05s)test-url-download.t (3.78s)test-merge-revert2.t (6.88s)test-verify-repo-operations.py (0.12s)test-addremove.t (4.94s)test-mq-qrename.t (8.80s)test-narrow-update.t (4.94s)test-mq-symlinks.t (7.20s)test-ssh-repoerror.t (4.04s)test-wsgirequest.py (0.32s)test-double-merge.t (1.87s)test-narrow-patch.t#flat (2.35s)test-narrow-patch.t#tree (2.49s)test-glog-topological.t (1.91s)test-sparse-verbose-json.t (2.96s)test-merge9.t (3.87s)test-context-metadata.t (2.29s)test-patch-offset.t (0.72s)test-log-exthook.t (1.06s)test-newcgi.t (0.91s)test-issue1802.t (3.01s)test-update-reverse.t (2.65s)test-pushvars.t (2.36s)test-wireproto-command-branchmap.t (2.67s)test-histedit-templates.t (2.12s)test-hgwebdirsym.t (3.24s)test-manifest.py (2.23s)test-revlog-raw.py (0.59s)test-merge-symlinks.t (1.55s)test-branch-tag-confict.t (2.10s)test-narrow-debugcommands.t (2.57s)test-custom-filters.t (1.81s)test-sparse-clone.t (1.71s)test-issue2137.t (0.85s)test-remotefilelog-partial-shallow.t (2.99s)test-eolfilename.t (2.38s)test-merge10.t (2.94s)test-journal-exists.t (2.33s)test-revlog-v2.t (1.73s)test-diffdir.t (4.20s)test-schemes.t (2.46s)test-issue522.t (2.46s)test-histedit-merge-tools.t (1.89s)test-mq-qgoto.t (5.92s)test-revlog.t (1.43s)test-newercgi.t (0.95s)test-url.py (0.21s)test-editor-filename.t (1.47s)test-import-unknown.t (4.59s)test-unbundlehash.t (1.74s)test-narrow-sparse.t#flat (2.78s)test-narrow-sparse.t#tree (2.86s)test-wireproto-command-known.t (1.98s)test-missing-capability.t (2.38s)test-wireproto-command-listkeys.t (2.39s)test-convert-identity.t (2.67s)test-merge-revert.t (6.87s)test-wireproto-command-heads.t (2.16s)test-encode.t (2.92s)test-permissions.t (2.12s)test-casecollision.t (4.43s)test-ancestor.py (0.83s)test-update-dest.t (2.21s)test-known.t (3.34s)test-sparse-fsmonitor.t (0.02s)test-no-symlinks.t (0.09s)test-remotefilelog-datapack.py (1.57s)test-convert-authormap.t (1.55s)test-subrepo-paths.t (1.47s)test-sparse-requirement.t (1.50s)test-confused-revert.t (3.83s)test-remotefilelog-permissions.t (3.62s)test-fuzz-targets.t (0.33s)test-issue1993.t (1.89s)test-issue1502.t (2.35s)test-clone-cgi.t (0.92s)test-sparse-clear.t (2.17s)test-simplemerge.py (0.19s)test-websub.t (1.35s)test-rebase-brute-force.t (2.02s)test-revlog-mmapindex.t (14.59s)test-merge2.t (4.63s)test-diff-antipatience.t#bdiff (0.69s)test-diff-antipatience.t#xdiff (0.88s)test-issue1877.t (3.22s)test-gpg.t (1.74s)test-empty-file.t (2.65s)test-lrucachedict.py (0.18s)test-hgk.t (1.88s)test-changelog-exec.t (2.36s)test-debian-packages.t (0.42s)test-diff-hashes.t (1.85s)test-absorb-edit-lines.t (2.26s)test-remotefilelog-wireproto.t (3.15s)test-mactext.t (1.09s)test-convert-bzr-ghosts.t (0.09s)test-docker-packaging.t (0.23s)test-bookmarks-strip.t (2.59s)test-narrow-acl.t (2.77s)test-remotefilelog-keepset.t (2.38s)test-lock.py (0.18s)test-remotefilelog-histpack.py (2.96s)test-remotefilelog-bad-configs.t (2.35s)test-diff-subdir.t (1.64s)test-convert-bzr-114.t (0.09s)test-trusted.py (0.25s)test-narrow-debugrebuilddirstate.t (1.84s)test-unrelated-pull.t (1.86s)test-parseindex2.py (0.30s)test-diff-reverse.t (2.03s)test-revset-dirstate-parents.t (4.40s)test-wireproto-command-pushkey.t (1.52s)test-update-issue1456.t (2.77s)test-empty.t (1.39s)test-merge5.t (2.45s)test-wireproto-framing.py (0.17s)test-narrow-archive.t (2.74s)test-diff-copy-depth.t (3.96s)test-convert-bzr-treeroot.t (0.09s)test-hgweb-bundle.t (1.67s)test-absorb-unfinished.t (1.30s)test-mq-qimport-fail-cleanup.t (1.51s)test-linerange.py (0.17s)test-fix-clang-format.t (1.24s)test-manifest-merging.t (1.78s)test-issue619.t (1.83s)test-merge8.t (1.91s)test-issue842.t (1.90s)test-remotefilelog-blame.t (3.15s)test-linelog.py (2.34s)test-filecache.py (0.94s)test-revlog-group-emptyiter.t (1.33s)test-propertycache.py (0.54s)test-pathencode.py (0.47s)test-archive-symlinks.t (1.34s)test-demandimport.py (0.34s)test-absorb-strip.t (1.21s)test-pull-permission.t (1.17s)test-issue5979.t (2.38s)test-rust-ancestor.py (0.14s)test-revisions.t (3.21s)test-merge4.t (1.99s)test-absorb-filefixupstate.py (0.33s)test-wireproto-command-lookup.t (1.25s)test-context.py (0.40s)test-phabricator.t (0.43s)test-debugindexdot.t (2.05s)test-issue612.t (1.88s)test-eol-tag.t (1.32s)test-batching.py (0.27s)test-bdiff.py (0.17s)test-hgweb-auth.py (0.17s)test-minirst.py (0.21s)test-nested-repo.t (2.42s)test-execute-bit.t (2.10s)test-username-newline.t (0.82s)test-fastannotate-revmap.py (0.32s)test-issue4074.t (1.70s)test-remotefilelog-share.t (1.89s)test-revlog-packentry.t (1.04s)test-dirstate-nonnormalset.t (1.62s)test-ui-config.py (0.34s)test-diff-issue2761.t (1.88s)test-atomictempfile.py (0.18s)test-strict.t (1.68s)test-util.py (0.18s)test-diff-newlines.t (0.89s)test-rust-discovery.py (0.13s)test-empty-dir.t (1.17s)test-absorb-phase.t (1.62s)test-storage.py (2.47s)test-annotate.py (0.20s)test-extra-filelog-entry.t (1.34s)test-debugrename.t (1.68s)test-issue1438.t (1.76s)test-issue1102.t (1.49s)test-fastannotate-diffopts.t (0.89s)test-revert-unknown.t (1.49s)test-bad-pull.t (1.20s)test-revert-flags.t (1.31s)test-simplekeyvaluefile.py (0.20s)test-issue1089.t (1.31s)test-doctest.py (0.85s)test-backwards-remove.t (1.18s)test-wireproto.py (0.25s)test-contrib-emacs.t (0.99s)test-cappedreader.py (0.16s)test-xdg.t (0.27s)test-dirstate-backup.t (0.39s)test-mq-qsave.t (0.92s)test-encoding-func.py (0.14s)test-extensions-wrapfunction.py (0.24s)test-revlog-ancestry.py (0.54s)test-walkrepo.py (0.30s)test-ui-verbosity.py (0.32s)test-filelog.py (0.32s)test-sshserver.py (0.24s)test-hg-parseurl.py (0.29s)test-symlink-os-yes-fs-no.py (1.34s)test-minifileset.py (0.22s)test-config-env.py (0.22s)test-lfs-pointer.py (0.31s)test-duplicateoptions.py (0.36s)test-hgwebdir-paths.py (0.29s)test-ui-color.py (0.27s)test-dispatch.py (0.35s)test-status-inprocess.py (0.27s)test-mdiff.py (0.17s)