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

Repo:try
Node:40bf3d7ecc42b7f7cf8004f346b6fe304ffe7a59
Name:debian10-cpython-3.5
Scheduled At:2019-11-04T16:33:02
Started At:2019-11-04T16:34:50
Finished At:2019-11-04T16:48:10

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-bookmarks-pushpull.t#b2-binary

test-bookmarks-pushpull.t#b2-pushkey

test-check-module-imports.t

--- /hgwork/src/tests/test-check-module-imports.t
+++ /hgwork/src/tests/test-check-module-imports.t.err
@@ -37,3 +37,18 @@
   > -X tests/test-imports-checker.t    > -X tests/test-verify-repo-operations.py    > | sed 's-\-/-g' | "$PYTHON" "$import_checker" -
+  Traceback (most recent call last):
+    File "/hgwork/src/tests/../contrib/import-checker.py", line 813, in <module>
+      sys.exit(int(main(sys.argv)))
+    File "/hgwork/src/tests/../contrib/import-checker.py", line 780, in main
+      for src, modname, name, line in sources(source_path, localmodname):
+    File "/hgwork/src/tests/../contrib/import-checker.py", line 758, in sources
+      for script, modname, t, line in embedded(f, modname, src):
+    File "/hgwork/src/tests/../contrib/import-checker.py", line 728, in embedded
+      for name, starts, ends, code in testparseutil.pyembedded(f, src, errors):
+    File "/hgwork/src/contrib/testparseutil.py", line 186, in embedded
+      for lineno, line in enumerate(lines, 1):
+    File "/hgdev/pyenv/versions/3.5.7/lib/python3.5/encodings/ascii.py", line 26, in decode
+      return codecs.ascii_decode(input, self.errors)[0]
+  UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 996: ordinal not in range(128)
+  [1]

test-check-py3-compat.t

--- /hgwork/src/tests/test-check-py3-compat.t
+++ /hgwork/src/tests/test-check-py3-compat.t.err
@@ -40,7 +40,7 @@
   hgext/infinitepush/sqlindexapi.py: error importing: <*Error> No module named 'mysql' (error at sqlindexapi.py:*) (glob) (?)
   mercurial/scmwindows.py: error importing: <ValueError> _type_ 'v' not supported (error at win32.py:*) (no-windows !)
   mercurial/win32.py: error importing: <ValueError> _type_ 'v' not supported (error at win32.py:*) (no-windows !)
-  mercurial/windows.py: error importing: <ModuleNotFoundError> No module named 'msvcrt' (error at windows.py:*) (no-windows !)
+  mercurial/windows.py: error importing: <ImportError> No module named 'msvcrt' (error at windows.py:*)
   mercurial/posix.py: error importing: <ModuleNotFoundError> No module named 'fcntl' (error at posix.py:*) (windows !)
   mercurial/scmposix.py: error importing: <ModuleNotFoundError> No module named 'fcntl' (error at scmposix.py:*) (windows !)
 #endif

test-extension.t

--- /hgwork/src/tests/test-extension.t
+++ /hgwork/src/tests/test-extension.t.err
@@ -576,23 +576,16 @@
 Examine module importing.
 
   $ (PYTHONPATH=${PYTHONPATH}${PATHSEP}${TESTTMP}; hg --config extensions.absextroot=$TESTTMP/absextroot showabsolute)
-  LIB: this is extlibroot.lsub1.lsub2.used
-  LIB: this is extlibroot.lsub1.lsub2.called.func()
-  LIB: this is extlibroot.recursedown.abs.used
-  LIB: this is extlibroot.recursedown.legacy.used
-  LIB: this is extlibroot.shadowing.used
-  ABS: this is absextroot.xsub1.xsub2.used
-  ABS: this is absextroot.xsub1.xsub2.called.func()
+  *** failed to import extension absextroot from $TESTTMP/absextroot: extlibroot.lsub1.lsub2.unused is loaded unintentionally
+  hg: unknown command 'showabsolute'
+  (use 'hg help' for a list of commands)
+  [255]
 
   $ (PYTHONPATH=${PYTHONPATH}${PATHSEP}${TESTTMP}; hg --config extensions.absextroot=$TESTTMP/absextroot showrelative)
-  LIB: this is extlibroot.lsub1.lsub2.used
-  LIB: this is extlibroot.lsub1.lsub2.called.func()
-  LIB: this is extlibroot.recursedown.abs.used
-  LIB: this is extlibroot.recursedown.legacy.used
-  LIB: this is extlibroot.shadowing.used
-  REL: this is absextroot.xsub1.xsub2.used
-  REL: this is absextroot.xsub1.xsub2.called.func()
-  REL: this relimporter imports 'this is absextroot.relimportee'
+  *** failed to import extension absextroot from $TESTTMP/absextroot: extlibroot.lsub1.lsub2.unused is loaded unintentionally
+  hg: unknown command 'showrelative'
+  (did you mean shelve?)
+  [255]
 
 Examine whether sub-module is imported relatively as expected.
 

test-highlight.t

--- /hgwork/src/tests/test-highlight.t
+++ /hgwork/src/tests/test-highlight.t.err
@@ -967,6 +967,10 @@
   $ hg init eucjp
   $ cd eucjp
   $ "$PYTHON" -c 'print("ยตรพ")' >> eucjp.txt  # Japanese kanji "Kyo"
+  Traceback (most recent call last):
+    File "<string>", line 1, in <module>
+  UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128)
+  [1]
   $ hg ci -Ama
   adding eucjp.txt
   $ hgserveget () {

test-http-bad-server.t

--- /hgwork/src/tests/test-http-bad-server.t
+++ /hgwork/src/tests/test-http-bad-server.t.err
@@ -697,20 +697,20 @@
   write(20 from 20) -> (235) Content-Length: 42
 (no-py3 !)
   write(2 from 2) -> (233) 
 (no-py3 !)
   write(42 from 42) -> (191) 96ee1d7354c4ad7372047672c36a1f561e3a6a4c
; (no-py3 !)
-  readline(65537) -> (30) GET /?cmd=getbundle HTTP/1.1

-  readline(*) -> (27) Accept-Encoding: identity
 (glob)
-  readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1
 (glob)
-  readline(*) -> (461) x-hgarg-1: bookmarks=1&bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps%250Arev-branch-cache%250Astream%253Dv2&cg=1&common=0000000000000000000000000000000000000000&heads=96ee1d7354c4ad7372047672c36a1f561e3a6a4c&listkeys=phases%2Cbookmarks
 (glob)
-  readline(*) -> (61) x-hgproto-1: 0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull
 (glob)
-  readline(*) -> (35) accept: application/mercurial-0.1
 (glob)
-  readline(*) -> (2?) host: localhost:$HGPORT
 (glob)
-  readline(*) -> (49) user-agent: mercurial/proto-1.0 (Mercurial 4.2)
 (glob)
-  readline(*) -> (2) 
 (glob)
+  write(42 from 42) -> (191) 96ee1d7354c4ad7372047672c36a1f561e3a6a4c
;
   sendall(167 from 167) -> (24) HTTP/1.1 200 Script output follows
Server: badhttpserver
Date: $HTTP_DATE$
Content-Type: application/mercurial-0.2
Transfer-Encoding: chunked

 (py36 !)
   sendall(6 from 6) -> (18) 1\r\n\r\n (esc) (py36 !)
   sendall(9 from 9) -> (9) 4
none
 (py36 !)
   sendall(9 from 9) -> (0) 4
HG20
 (py36 !)
-  write(167 from 167) -> (24) HTTP/1.1 200 Script output follows
Server: badhttpserver
Date: $HTTP_DATE$
Content-Type: application/mercurial-0.2
Transfer-Encoding: chunked

 (py3 no-py36 !)
+  readline(65537) -> (30) GET /?cmd=getbundle HTTP/1.1

+  readline(*) -> (27) Accept-Encoding: identity
 (glob)
+  readline(*) -> (29) vary: X-HgArg-1,X-HgProto-1
 (glob)
+  readline(*) -> (461) x-hgarg-1: bookmarks=1&bundlecaps=HG20%2Cbundle2%3DHG20%250Abookmarks%250Achangegroup%253D01%252C02%250Adigests%253Dmd5%252Csha1%252Csha512%250Aerror%253Dabort%252Cunsupportedcontent%252Cpushraced%252Cpushkey%250Ahgtagsfnodes%250Alistkeys%250Apushkey%250Aremote-changegroup%253Dhttp%252Chttps%250Arev-branch-cache%250Astream%253Dv2&cg=1&common=0000000000000000000000000000000000000000&heads=96ee1d7354c4ad7372047672c36a1f561e3a6a4c&listkeys=phases%2Cbookmarks
 (glob)
+  readline(*) -> (61) x-hgproto-1: 0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull
 (glob)
+  readline(*) -> (35) accept: application/mercurial-0.1
 (glob)
+  readline(*) -> (2?) host: localhost:$HGPORT
 (glob)
+  readline(*) -> (49) user-agent: mercurial/proto-1.0 (Mercurial 4.2)
 (glob)
+  readline(*) -> (2) 
 (glob)
   write(36 from 36) -> (155) HTTP/1.1 200 Script output follows
 (no-py3 !)
   write(23 from 23) -> (132) Server: badhttpserver
 (no-py3 !)
   write(37 from 37) -> (95) Date: $HTTP_DATE$
 (no-py3 !)
@@ -720,12 +720,17 @@
   write(6 from 6) -> (18) 1\r\n\r\n (esc) (no-py3 !)
   write(9 from 9) -> (9) 4
none
 (no-py3 !)
   write(9 from 9) -> (0) 4
HG20
 (no-py3 !)
-  write limit reached; closing socket
-  $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
-  Traceback (most recent call last):
-  Exception: connection closed after sending N bytes
-  
+  write(167 from 167) -> (24) HTTP/1.1 200 Script output follows
Server: badhttpserver
Date: $HTTP_DATE$
Content-Type: application/mercurial-0.2
Transfer-Encoding: chunked


+  write(6 from 6) -> (18) 1\r\n\r\n (esc)
+  write(9 from 9) -> (9) 4
none

+  write(9 from 9) -> (0) 4
HG20

   write(27) -> 15
Internal Server Error
 (no-py3 !)
+  write limit reached; closing socket
+  $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
+  Traceback (most recent call last):
+  Exception: connection closed after sending N bytes
+  
+  write(27) -> 15
Internal Server Error

 
   $ rm -f error.log
 

test-install.t

--- /hgwork/src/tests/test-install.t
+++ /hgwork/src/tests/test-install.t.err
@@ -155,12 +155,89 @@
 
 debuginstall extension support
   $ hg debuginstall --config extensions.fsmonitor= --config fsmonitor.watchman_exe=false | grep atchman
+  ** unknown exception encountered, please report by visiting
+  ** https://mercurial-scm.org/wiki/BugTracker
+  ** Python 3.5.7 (default, Nov  2 2019, 18:12:34) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.2rc0+96-40bf3d7ecc42)
+  ** Extensions loaded: fsmonitor
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/dispatch.py", line 1174, in _dispatch
+      lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/debugcommands.py", line 1696, in debuginstall
+      problems += handler(ui, fm)
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/hgext/fsmonitor/__init__.py", line 201, in debuginstall
+      err,
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/formatter.py", line 358, in condwrite
+      self._write(deftext % fielddata, **opts)
+  TypeError: %b requires bytes, or an object that implements __bytes__, not 'str'
   fsmonitor checking for watchman binary... (false)
-   watchman binary missing or broken: warning: Watchman unavailable: watchman exited with code 1
 Verify the json works too:
   $ hg debuginstall --config extensions.fsmonitor= --config fsmonitor.watchman_exe=false -Tjson | grep atchman
+  ** unknown exception encountered, please report by visiting
+  ** https://mercurial-scm.org/wiki/BugTracker
+  ** Python 3.5.7 (default, Nov  2 2019, 18:12:34) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.2rc0+96-40bf3d7ecc42)
+  ** Extensions loaded: fsmonitor
+  ** ProgrammingError: Mercurial only does output with bytes: 'warning: Watchman unavailable: watchman exited with code 1'
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/dispatch.py", line 1174, in _dispatch
+      lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/debugcommands.py", line 1707, in debuginstall
+      fm.end()
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/formatter.py", line 445, in end
+      baseformatter.end(self)
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/formatter.py", line 269, in end
+      self._showitem()
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/formatter.py", line 440, in _showitem
+      u = templatefilters.json(v, paranoid=False)
+    File "/hgwork/tmp/hgtests.m0p4iuvu/install/lib/python/mercurial/templatefilters.py", line 335, in json
+      b'Mercurial only does output with bytes: %r' % obj
+  mercurial.error.ProgrammingError: Mercurial only does output with bytes: 'warning: Watchman unavailable: watchman exited with code 1'
     "fsmonitor-watchman": "false",
-    "fsmonitor-watchman-error": "warning: Watchman unavailable: watchman exited with code 1",
 
 
 #if test-repo

test-merge-combination.t

test-obsolete-bundle-strip.t

test-revset.t

test-ssh-proto.t

--- /hgwork/src/tests/test-ssh-proto.t
+++ /hgwork/src/tests/test-ssh-proto.t.err
@@ -111,7 +111,6 @@
   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
-  o> flush() -> None
 
   $ hg debugserve --sshstdio --logiofile $TESTTMP/io << EOF
   > hello
@@ -125,7 +124,6 @@
   o>     440

   o> write(440) -> 440:
   o>     capabilities: batch branchmap $USUAL_BUNDLE2_CAPS$ changegroupsubset getbundle known lookup protocaps pushkey streamreqs=generaldelta,revlogv1,sparserevlog unbundle=HG10GZ,HG10BZ,HG10UN unbundlehash

-  o> flush() -> None
 
   $ cd ..
 

Skipped Tests

Long Tests

DurationTest
282.1stest-merge-combination.t
216.6stest-revset.t
192.4stest-obsolete-bundle-strip.t
184.5stest-bookmarks-pushpull.t#b2-binary
184.0stest-bookmarks-pushpull.t#b2-pushkey
178.1stest-subrepo.t
169.7stest-obsolete.t
162.7stest-log.t
160.9stest-template-functions.t
157.5stest-graft.t#abortflag
157.3stest-graft.t#abortcommand
144.8stest-mq.t
139.3stest-glog-beautifygraph.t
138.5stest-glog.t
136.4stest-import.t
135.6stest-rebase-obsolete.t
135.1stest-largefiles.t
131.9stest-obsmarker-template.t
130.0stest-merge-tools.t
121.3stest-largefiles-misc.t
110.8stest-fix.t
110.4stest-commit-amend.t
109.9stest-rename-merge2.t
109.9stest-update-branches.t
109.8stest-bundle2-exchange.t#sshv1
109.8stest-shelve.t#stripbased
109.8stest-bundle2-exchange.t#sshv2
109.0stest-shelve.t#phasebased
107.5stest-revset2.t
104.6stest-bookmarks.t
102.1stest-strip.t
101.2stest-copies.t#filelog
101.2stest-copies.t#compatibility
101.2stest-copies.t#sidedata
101.2stest-copies.t#changeset
98.8stest-merge-force.t
98.0stest-shelve2.t#phasebased#abortcommand#continuecommand
97.6stest-shelve2.t#phasebased#abortflag#continuecommand
97.4stest-shelve2.t#phasebased#abortcommand#continueflag
97.0stest-shelve2.t#phasebased#abortflag#continueflag
95.8stest-subrepo-git.t
95.4stest-http-permissions.t
94.9stest-shelve2.t#stripbased#abortcommand#continuecommand
94.8stest-shelve2.t#stripbased#abortflag#continuecommand
94.7stest-merge-changedelete.t
94.7stest-shelve2.t#stripbased#abortcommand#continueflag
94.5stest-shelve2.t#stripbased#abortflag#continueflag
93.9stest-phases-exchange.t
92.3stest-template-basic.t
90.9stest-push-warn.t
88.4stest-template-keywords.t
87.6stest-mv-cp-st-diff.t
87.2stest-obsolete-divergent.t
86.7stest-mq-subrepo.t
86.2stest-revert.t
85.3stest-largefiles-update.t
84.8stest-keyword.t
84.8stest-copytrace-heuristics.t
84.0stest-annotate.t
82.1stest-push-race.t#unrelated
82.0stest-push-race.t#strict
81.8stest-clone.t#sshv1
81.2stest-transplant.t#commandmode
81.1stest-clone.t#sshv2
81.0stest-transplant.t#continueflag
80.2stest-lfs.t
79.5stest-convert-filemap.t
79.2stest-mq-header-date.t
78.5stest-bisect.t
77.4stest-fileset.t
77.3stest-resolve.t
76.1stest-mq-header-from.t
73.6stest-narrow.t#tree#lfs-on
73.2stest-narrow.t#flat#lfs-on
71.1stest-tags.t
70.8stest-uncommit.t
70.7stest-template-map.t
70.1stest-rebase-inmemory.t
68.9stest-narrow.t#tree#lfs-off
68.4stest-narrow.t#flat#lfs-off
66.8stest-init.t
66.4stest-backout.t
65.8stest-tag.t
64.6stest-rebase-scenario-global.t
63.4stest-mq-guards.t
62.8stest-ssh-proto.t
62.7stest-copies-unrelated.t#changeset
62.5stest-copies-unrelated.t#filelog
62.5stest-copies-unrelated.t#compatibility
62.3stest-copies-unrelated.t#sidedata
61.8stest-branches.t
61.8stest-treemanifest.t
61.8stest-alias.t
61.7stest-check-pylint.t
59.4stest-censor.t
59.4stest-subrepo-deep-nested-change.t
58.3stest-rename.t
57.5stest-commit-interactive.t
57.5stest-commit.t
56.6stest-status.t
56.5stest-help.t
56.5stest-hook.t
56.0stest-bisect2.t
56.0stest-run-tests.t
54.2stest-bundle.t
53.8stest-remotefilelog-repack.t
53.5stest-rebase-collapse.t
53.3stest-histedit-fold.t
52.9stest-contrib-perf.t
52.0stest-newbranch.t
51.4stest-automv.t
50.9stest-extension.t
50.9stest-ssh.t#sshv2
50.8stest-rebase-abort.t#abortcommand#continuecommand
50.8stest-rebase-abort.t#abortcommand#continueflag
50.7stest-ssh.t#sshv1
50.5stest-rebase-abort.t#abortflag#continueflag
50.4stest-treediscovery.t
50.4stest-rebase-abort.t#abortflag#continuecommand
49.9stest-narrow-clone.t
49.4stest-obshistory.t
49.3stest-merge-no-file-change.t
49.2stest-fastannotate-hg.t
49.0stest-phases.t
48.8stest-narrow-widen-no-ellipsis.t#tree
48.8stest-narrow-widen-no-ellipsis.t#flat
48.5stest-mq-qpush-fail.t
47.7stest-narrow-widen.t#flat
47.7stest-narrow-widen.t#tree
47.5stest-remotefilelog-repack-fast.t
47.1stest-eol.t
47.0stest-ssh-bundle1.t#sshv1
47.0stest-ssh-bundle1.t#sshv2
46.8stest-acl.t
46.4stest-fetch.t
46.1stest-histedit-obsolete.t#abortcommand
45.9stest-bheads.t
45.4stest-histedit-obsolete.t#abortflag
44.9stest-convert-hg-sink.t
44.7stest-histedit-arguments.t#abortcommand
44.5stest-histedit-arguments.t#abortflag
44.5stest-archive.t
44.4stest-https.t
44.2stest-bookflow.t
44.1stest-hghave.t
44.0stest-hgwebdir.t
43.4stest-subrepo-svn.t
43.0stest-obsolete-distributed.t
42.7stest-walk.t
42.7stest-narrow-clone-no-ellipsis.t
42.6stest-largefiles-wireproto.t#sshv2
42.5stest-git-export.t
42.3stest-largefiles-wireproto.t#sshv1
42.2stest-absorb.t
42.1stest-convert-git.t
42.1stest-import-git.t
41.6stest-mq-qnew.t
41.6stest-issue3084.t
41.1stest-remotefilelog-bgprefetch.t
41.0stest-setdiscovery.t
41.0stest-merge1.t
40.5stest-upgrade-repo.t
40.5stest-remove.t
40.5stest-sparse.t
40.0stest-branch-change.t
39.9stest-remotefilelog-prefetch.t
39.5stest-split.t#obsstore-on
39.3stest-grep.t
38.8stest-debugcommands.t
38.8stest-rebase-cache.t
38.8stest-audit-subrepo.t
38.7stest-amend.t#obsstore-on
38.7stest-mq-qpush-exact.t
38.5stest-unamend.t
38.4stest-bundle-r.t
37.9stest-http-bad-server.t
37.8stest-patchbomb.t
37.0stest-histedit-edit.t
36.8stest-amend.t#obsstore-off
36.8stest-show-work.t
36.8stest-parse-date.t
36.7stest-rollback.t
36.6stest-add.t
36.5stest-rebase-parameters.t
36.4stest-rebase-dest.t
36.3stest-ssh-proto-unbundle.t
36.2stest-narrow-share.t#tree
36.2stest-split.t#obsstore-off
36.2stest-narrow-shallow-merges.t
35.7stest-narrow-clone-stream.t#flat-fncache
35.5stest-narrow-clone-stream.t#tree
35.4stest-narrow-clone-stream.t#flat-nofncache
35.0stest-copies-in-changeset.t#sidedata
34.8stest-commandserver.t
34.8stest-rebase-newancestor.t
34.3stest-mq-qimport.t
33.8stest-status-color.t
33.8stest-revset-legacy-lookup.t
33.3stest-lfs-serve.t#lfsremote-on
33.1stest-check-code.t
33.0stest-push.t
32.8stest-treediscovery-legacy.t
32.7stest-rebase-interruptions.t
32.6stest-exchange-obsmarkers-case-A3.t
32.6stest-subrepo-recursion.t
32.6stest-convert-svn-sink.t
32.3stest-http.t
32.2stest-infinitepush-bundlestore.t
31.9stest-flagprocessor.t
31.7stest-exchange-obsmarkers-case-A1.t
31.6stest-githelp.t
31.4stest-check-pyflakes.t
31.0stest-import-bypass.t
30.9stest-strip-cross.t
30.8stest-rebase-pull.t
30.8stest-copies-in-changeset.t#extra
30.8stest-clone-uncompressed.t#stream-bundle2
30.6stest-mq-qrefresh.t
30.6stest-convert-cvs.t
30.4stest-rebase-mq.t
30.4stest-extdiff.t
29.7stest-narrow-share.t#flat
29.4stest-narrow-shallow.t
29.4stest-narrow-clone-nonlinear.t
29.2stest-revlog-mmapindex.t
29.1stest-bookmarks-current.t
29.1stest-hgweb-commands.t
29.0stest-rebase-named-branches.t
28.9stest-bundle2-remote-changegroup.t#sshv2
28.8stest-bundle2-remote-changegroup.t#sshv1
28.8stest-rebase-rename.t
28.8stest-dirstate-race.t
28.5stest-wireproto-exchangev2.t
28.4stest-push-http.t#bundle2
28.3stest-logexchange.t
28.1stest-bundle-phases.t
27.8stest-http-bundle1.t
27.7stest-narrow-pull.t
27.6stest-merge-criss-cross.t
27.5stest-convert-cvs-detectmerge.t
27.5stest-push-http.t#bundle1
27.2stest-narrow-patterns.t
27.1stest-copy.t
27.1stest-histedit-fold-non-commute.t
26.9stest-show-stack.t
26.8stest-lfconvert.t
26.6stest-obsolete-checkheads.t
26.5stest-histedit-non-commute.t
26.4stest-rebase-bookmarks.t
26.3stest-bundle-type.t
26.3stest-cache-abuse.t
26.1stest-identify.t
26.1stest-rename-merge1.t
25.9stest-obsmarkers-effectflag.t
25.8stest-remotefilelog-local.t
25.8stest-diff-ignore-whitespace.t
25.7stest-remotefilelog-push-pull.t
25.7stest-generaldelta.t
25.6stest-histedit-commute.t
25.6stest-clone-uncompressed.t#stream-legacy
24.8stest-clonebundles.t
24.1stest-rebase-base-flag.t
24.1stest-mq-qdelete.t
24.0stest-url-rev.t
24.0stest-share-bookmarks.t#vfs
24.0stest-rebase-conflicts.t
23.9stest-share-bookmarks.t#svfs
23.9stest-rebase-mq-skip.t#continuecommand
23.7stest-rename-dir-merge.t
23.7stest-rebase-mq-skip.t#continueflag
23.6stest-bookmarks-merge.t
23.5stest-infinitepush.t
23.5stest-fix-topology.t#obsstore-on
23.5stest-manifest.t
23.5stest-highlight.t
23.5stest-incoming-outgoing.t
23.4stest-mq-safety.t
23.3stest-hgweb-symrev.t
23.2stest-absorb-rename.t
23.1stest-commit-interactive-curses.t
23.0stest-audit-path.t
23.0stest-diffstat.t
23.0stest-merge-types.t
23.0stest-single-head.t
22.9stest-pull-update.t
22.7stest-mq-qrefresh-replace-log-message.t
22.6stest-convert-hg-source.t
22.6stest-pager.t
22.6stest-config.t
22.6stest-revert-interactive.t
22.5stest-bundle2-format.t
22.4stest-rebase-detach.t
22.3stest-up-local-change.t
22.3stest-remotefilelog-linknodes.t
22.1stest-export.t
22.1stest-infinitepush-ci.t
22.0stest-releasenotes-formatting.t
21.9stest-stack.t
21.8stest-globalopts.t
21.7stest-blackbox.t
21.7stest-pull-branch.t
21.7stest-merge-default.t
21.6stest-clone-r.t
21.6stest-convert-cvs-synthetic.t
21.6stest-symlinks.t
21.4stest-largefiles-cache.t
21.4stest-hardlinks.t
21.4stest-exchange-obsmarkers-case-C3.t
21.0stest-hgweb.t
21.0stest-fncache.t
20.9stest-removeemptydirs.t
20.9stest-pathconflicts-merge.t
20.7stest-paths.t
20.5stest-rebase-emptycommit.t
20.4stest-convert-cvs-branch.t
20.4stest-hgweb-diffs.t
20.3stest-fix-topology.t#obsstore-off
20.2stest-purge.t
20.2stest-fastannotate.t
20.1stest-import-merge.t
20.1stest-exchange-obsmarkers-case-D1.t
20.1stest-hgignore.t

Timeline

test-contrib-check-code.t (1.53s)test-contrib-check-commit.t (0.17s)test-contrib-perf.t (52.92s)test-imports-checker.t (1.10s)test-merge-combination.t (282.07s)test-obsolete-checkheads.t (26.61s)test-push-race.t#strict (82.01s)test-push-race.t#unrelated (82.13s)test-run-tests.t (55.99s)test-check-code.t (33.07s)test-check-py3-compat.t (6.09s)test-push-checkheads-unpushed-D3.t (11.60s)test-push-checkheads-unpushed-D4.t (12.09s)test-push-checkheads-unpushed-D5.t (11.97s)test-largefiles-update.t (85.27s)test-push-checkheads-pruned-B5.t (10.45s)test-push-checkheads-pruned-B8.t (13.33s)test-push-checkheads-superceed-A6.t (11.67s)test-push-checkheads-superceed-A7.t (11.72s)test-push-checkheads-unpushed-D2.t (10.05s)test-push-checkheads-unpushed-D7.t (12.16s)test-rebase-check-restore.t (11.94s)test-push-checkheads-pruned-B2.t (8.78s)test-push-checkheads-pruned-B3.t (8.77s)test-push-checkheads-superceed-A2.t (10.07s)test-push-checkheads-superceed-A3.t (10.06s)test-push-checkheads-partial-C1.t (7.94s)test-push-checkheads-partial-C2.t (7.98s)test-push-checkheads-partial-C3.t (7.55s)test-push-checkheads-partial-C4.t (7.53s)test-push-checkheads-pruned-B4.t (8.41s)test-push-checkheads-pruned-B6.t (8.74s)test-push-checkheads-pruned-B7.t (8.78s)test-push-checkheads-superceed-A8.t (9.21s)test-push-checkheads-unpushed-D1.t (7.96s)test-push-checkheads-unpushed-D6.t (9.65s)test-subrepo-svn.t (43.36s)test-push-checkheads-superceed-A4.t (7.36s)test-push-checkheads-superceed-A5.t (7.37s)test-push-checkheads-pruned-B1.t (5.98s)test-push-checkheads-superceed-A1.t (6.39s)test-copytrace-heuristics.t (84.81s)test-check-config.t (13.16s)test-glog-beautifygraph.t (139.32s)test-gendoc-ja.t (4.68s)test-convert-cvs.t (30.63s)test-check-module-imports.t (1.78s)test-help.t (56.46s)test-obsolete-bounds-checking.t (1.73s)test-gendoc.t (6.13s)test-glog.t (138.51s)test-convert-svn-sink.t (32.61s)test-check-help.t (17.82s)test-patchbomb.t (37.78s)test-convert-svn-source.t (0.12s)test-obsolete-bundle-strip.t (192.39s)test-check-pyflakes.t (31.45s)test-abort-checkin.t (1.75s)test-http-bad-server.t (37.89s)test-ssh-proto-unbundle.t (36.30s)test-obsmarker-template.t (131.89s)test-acl.t (46.78s)test-check-commit.t (2.20s)test-check-shbang.t (2.94s)test-convert-svn-move.t (0.12s)test-check-interfaces.py (0.53s)test-hgweb-commands.t (29.14s)test-hgweb-symrev.t (23.27s)test-obsolete.t (169.70s)test-upgrade-repo.t (40.52s)test-extension.t (50.93s)test-ssh-proto.t (62.83s)test-log.t (162.66s)test-check-execute.t (2.47s)test-dirstate-race.t (28.76s)test-check-pylint.t (61.68s)test-graft.t#abortcommand (157.34s)test-graft.t#abortflag (157.51s)test-convert-svn-encoding.t (0.12s)test-wireproto-content-redirects.t (6.85s)test-hgweb-filelog.t (14.85s)test-hgwebdir.t (44.01s)test-wireproto-exchangev2.t (28.50s)test-bundle2-format.t (22.49s)test-template-map.t (70.68s)test-revset.t (216.61s)test-subrepo.t (178.11s)test-convert-cvs-detectmerge.t (27.53s)test-rebase-obsolete.t (135.64s)test-largefiles.t (135.06s)test-merge-tools.t (129.98s)test-hgweb-json.t (16.87s)test-convert-cvs-synthetic.t (21.58s)test-gendoc-ro.t (4.58s)test-import.t (136.38s)test-subrepo-deep-nested-change.t (59.43s)test-bundle2-exchange.t#sshv1 (109.85s)test-bundle2-exchange.t#sshv2 (109.82s)test-phases-exchange.t (93.91s)test-bookmarks-pushpull.t#b2-binary (184.46s)test-bookmarks-pushpull.t#b2-pushkey (184.01s)test-convert-cvsnt-mergepoints.t (13.67s)test-strip.t (102.11s)test-template-functions.t (160.94s)test-commit-interactive.t (57.55s)test-merge-changedelete.t (94.74s)test-lfs.t (80.15s)test-fix.t (110.75s)test-hook.t (56.45s)test-rename-merge2.t (109.89s)test-https.t (44.35s)test-highlight.t (23.48s)test-convert-git.t (42.08s)test-http-permissions.t (95.44s)test-lfs-test-server.t#git-server (0.27s)test-lfs-test-server.t#hg-server (19.33s)test-setdiscovery.t (41.05s)test-commandserver.t (34.82s)test-clone.t#sshv1 (81.75s)test-clone.t#sshv2 (81.06s)test-bookmarks.t (104.59s)test-check-clang-format.t (2.39s)test-merge-force.t (98.78s)test-revset2.t (107.46s)test-convert-cvs-branch.t (20.42s)test-shelve.t#phasebased (108.95s)test-shelve.t#stripbased (109.85s)test-largefiles-misc.t (121.28s)test-commit-amend.t (110.39s)test-branches.t (61.82s)test-http-protocol.t (19.71s)test-hgweb-diffs.t (20.37s)test-keyword.t (84.83s)test-revert.t (86.21s)test-template-keywords.t (88.36s)test-wireproto-command-filesdata.t (14.90s)test-convert-svn-branches.t (0.12s)test-mq.t (144.79s)test-convert-hg-svn.t (0.14s)test-gendoc-de.t (4.75s)test-lfs-serve-access.t (19.16s)test-wireproto-command-capabilities.t (7.04s)test-generaldelta.t (25.67s)test-subrepo-git.t (95.82s)test-lfs-serve.t#lfsremote-off (11.24s)test-lfs-serve.t#lfsremote-on (33.29s)test-transplant.t#commandmode (81.25s)test-transplant.t#continueflag (81.02s)test-treemanifest.t (61.78s)test-tags.t (71.12s)test-phases.t (49.03s)test-template-basic.t (92.31s)test-tag.t (65.80s)test-subrepo-recursion.t (32.63s)test-hgweb.t (20.99s)test-convert.t (15.50s)test-check-jshint.t (0.52s)test-http-api-httpv2.t (14.49s)test-http.t (32.31s)test-convert-filemap.t (79.52s)test-obsolete-divergent.t (87.22s)test-annotate.t (84.00s)test-bundle.t (54.22s)test-resolve.t (77.26s)test-shelve2.t#phasebased#abortcommand#continuecommand (98.00s)test-shelve2.t#phasebased#abortcommand#continueflag (97.38s)test-shelve2.t#phasebased#abortflag#continuecommand (97.62s)test-shelve2.t#phasebased#abortflag#continueflag (96.98s)test-shelve2.t#stripbased#abortcommand#continuecommand (94.86s)test-shelve2.t#stripbased#abortcommand#continueflag (94.71s)test-shelve2.t#stripbased#abortflag#continuecommand (94.79s)test-shelve2.t#stripbased#abortflag#continueflag (94.48s)test-split.t#obsstore-off (36.19s)test-split.t#obsstore-on (39.55s)test-notify.t (17.41s)test-encoding-textwrap.t (5.10s)test-obsolete-distributed.t (42.97s)test-walk.t (42.74s)test-mv-cp-st-diff.t (87.60s)test-bisect.t (78.48s)test-convert-p4-filetypes.t (0.12s)test-rebase-scenario-global.t (64.60s)test-commit.t (57.51s)test-ssh.t#sshv1 (50.72s)test-ssh.t#sshv2 (50.89s)test-bundle2-remote-changegroup.t#sshv1 (28.80s)test-bundle2-remote-changegroup.t#sshv2 (28.93s)test-clonebundles.t (24.84s)test-wireproto-exchangev2-shallow.t (8.10s)test-import-git.t (42.06s)test-mq-header-from.t (76.13s)test-i18n.t (5.99s)test-treediscovery.t (50.40s)test-bisect2.t (56.02s)test-archive.t (44.47s)test-fileset.t (77.42s)test-grep.t (39.26s)test-push-warn.t (90.87s)test-hgweb-annotate-whitespace.t (7.49s)test-remotefilelog-repack.t (53.75s)test-debugcommands.t (38.83s)test-remove.t (40.47s)test-rebase-inmemory.t (70.08s)test-clone-uncompressed.t#stream-bundle2 (30.78s)test-clone-uncompressed.t#stream-legacy (25.58s)test-alias.t (61.77s)test-ssh-bundle1.t#sshv1 (47.01s)test-ssh-bundle1.t#sshv2 (46.97s)test-mq-header-date.t (79.17s)test-wireproto-command-changesetdata.t (17.05s)test-pull-pull-corruption.t (18.47s)test-blackbox.t (21.70s)test-convert-svn-startrev.t (0.12s)test-devel-warnings.t (8.40s)test-backout.t (66.42s)test-push-http.t#bundle1 (27.51s)test-push-http.t#bundle2 (28.41s)test-check-format.t (0.11s)test-rebase-collapse.t (53.53s)test-contrib-relnotes.t (2.01s)test-update-branches.t (109.87s)test-audit-subrepo.t (38.76s)test-histedit-obsolete.t#abortcommand (46.08s)test-histedit-obsolete.t#abortflag (45.42s)test-histedit-arguments.t#abortcommand (44.70s)test-histedit-arguments.t#abortflag (44.51s)test-wireproto.t (16.77s)test-globalopts.t (21.82s)test-http-bundle1.t (27.77s)test-hgweb-descend-empties.t (3.07s)test-obshistory.t (49.43s)test-fncache.t (20.97s)test-rename.t (58.27s)test-uncommit.t (70.82s)test-mq-subrepo.t (86.73s)test-fastannotate-hg.t (49.17s)test-histedit-fold.t (53.32s)test-progress.t (10.23s)test-remotefilelog-repack-fast.t (47.54s)test-log-linerange.t (16.00s)test-extdiff.t (30.36s)test-getbundle.t (10.93s)test-largefiles-wireproto.t#sshv1 (42.28s)test-largefiles-wireproto.t#sshv2 (42.63s)test-status-color.t (33.80s)test-narrow.t#flat#lfs-off (68.42s)test-narrow.t#flat#lfs-on (73.25s)test-narrow.t#tree#lfs-off (68.94s)test-narrow.t#tree#lfs-on (73.57s)test-convert-hg-sink.t (44.87s)test-logexchange.t (28.26s)test-merge-types.t (22.98s)test-histedit-commute.t (25.64s)test-censor.t (59.43s)test-lfconvert.t (26.84s)test-histedit-edit.t (36.99s)test-remotefilelog-bgprefetch.t (41.12s)test-fetch.t (46.35s)test-copies.t#changeset (101.16s)test-copies.t#compatibility (101.24s)test-copies.t#filelog (101.25s)test-copies.t#sidedata (101.18s)test-wireproto-caching.t (9.50s)test-amend.t#obsstore-off (36.82s)test-amend.t#obsstore-on (38.71s)test-incoming-outgoing.t (23.47s)test-clone-pull-corruption.t (9.55s)test-eol.t (47.13s)test-rollback.t (36.71s)test-install.t (6.04s)test-newbranch.t (52.03s)test-bundle2-multiple-changegroups.t (12.22s)test-merge-criss-cross.t (27.57s)test-wireproto-command-manifestdata.t (10.25s)test-git-export.t (42.54s)test-infinitepush-ci.t (22.11s)test-status.t (56.65s)test-diff-color.t (12.53s)test-rebase-abort.t#abortcommand#continuecommand (50.81s)test-rebase-abort.t#abortcommand#continueflag (50.77s)test-rebase-abort.t#abortflag#continuecommand (50.37s)test-rebase-abort.t#abortflag#continueflag (50.50s)test-lfs-largefiles.t (19.83s)test-hgweb-empty.t (2.59s)test-dirstate-race2.t (3.46s)test-merge1.t (40.98s)test-infinitepush-bundlestore.t (32.25s)test-rebase-conflicts.t (23.98s)test-push.t (32.97s)test-rebase-newancestor.t (34.81s)test-convert-mtn.t (0.10s)test-copies-in-changeset.t#extra (30.81s)test-copies-in-changeset.t#sidedata (34.99s)test-narrow-shallow-merges.t (36.16s)test-mq-guards.t (63.36s)test-hghave.t (44.15s)test-convert-svn-tags.t (0.12s)test-pager.t (22.61s)test-completion.t (11.92s)test-wireproto-command-filedata.t (12.85s)test-qrecord.t (11.39s)test-mq-subrepo-svn.t (3.58s)test-revset-legacy-lookup.t (33.78s)test-copies-unrelated.t#changeset (62.66s)test-copies-unrelated.t#compatibility (62.48s)test-copies-unrelated.t#filelog (62.50s)test-copies-unrelated.t#sidedata (62.34s)test-rebase-interruptions.t (32.68s)test-absorb.t (42.22s)test-rebase-parameters.t (36.49s)test-hardlinks.t (21.40s)test-export.t (22.12s)test-issue3084.t (41.57s)test-merge-no-file-change.t (49.31s)test-verify.t (16.11s)test-narrow-patterns.t (27.22s)test-rebase-dest.t (36.38s)test-mq-qpush-fail.t (48.53s)test-narrow-widen-no-ellipsis.t#flat (48.76s)test-narrow-widen-no-ellipsis.t#tree (48.78s)test-bundle-r.t (38.40s)test-rebase-pull.t (30.84s)test-exchange-obsmarkers-case-A1.t (31.67s)test-branch-change.t (40.02s)test-sparse.t (40.47s)test-commit-interactive-curses.t (23.09s)test-rebase-named-branches.t (29.00s)test-fix-topology.t#obsstore-off (20.34s)test-fix-topology.t#obsstore-on (23.50s)test-import-bypass.t (30.96s)test-revert-interactive.t (22.57s)test-parse-date.t (36.75s)test-treediscovery-legacy.t (32.79s)test-narrow-widen.t#flat (47.70s)test-narrow-widen.t#tree (47.70s)test-rebase-cache.t (38.82s)test-journal.t (13.44s)test-help-hide.t (0.89s)test-releasenotes-formatting.t (21.99s)test-mq-qrefresh.t (30.65s)test-histedit-fold-non-commute.t (27.12s)test-gendoc-pt_BR.t (4.90s)test-gendoc-zh_CN.t (4.75s)test-gendoc-zh_TW.t (4.74s)test-exchange-obsmarkers-case-A3.t (32.65s)test-mq-qrefresh-interactive.t (7.12s)test-chg.t (0.10s)test-wireproto-command-rawstorefiledata.t (5.62s)test-histedit-non-commute.t (26.52s)test-static-http.t (18.90s)test-hgignore.t (20.05s)test-githelp.t (31.57s)test-win32text.t (19.34s)test-exchange-obsmarkers-case-C3.t (21.36s)test-gendoc-it.t (4.73s)test-gendoc-el.t (4.71s)test-gendoc-fr.t (4.69s)test-gendoc-ru.t (4.87s)test-gendoc-sv.t (4.71s)test-gendoc-da.t (4.74s)test-share-bookmarks.t#svfs (23.89s)test-share-bookmarks.t#vfs (24.01s)test-mq-qnew.t (41.64s)test-bheads.t (45.93s)test-flagprocessor.t (31.87s)test-diff-ignore-whitespace.t (25.80s)test-bookflow.t (44.20s)test-config.t (22.60s)test-http-api.t (6.52s)test-largefiles-cache.t (21.45s)test-encoding.t (12.17s)test-rebase-rename.t (28.77s)test-convert-bzr-merges.t (0.11s)test-mq-qimport.t (34.34s)test-manifest.t (23.50s)test-url-rev.t (24.02s)test-diff-unified.t (16.83s)test-mq-qrefresh-replace-log-message.t (22.73s)test-unamend.t (38.49s)test-init.t (66.75s)test-pager-legacy.t (16.13s)test-rebase-base-flag.t (24.08s)test-histedit-base.t (13.24s)test-parseindex.t (7.14s)test-clone-r.t (21.65s)test-bad-extension.t (3.52s)test-hgweb-raw.t (6.21s)test-rebase-mq.t (30.38s)test-exchange-obsmarkers-case-D1.t (20.08s)test-hgweb-removed.t (3.25s)test-eol-patch.t (12.34s)test-automv.t (51.44s)test-exchange-obsmarkers-case-C2.t (19.63s)test-single-head.t (22.96s)test-ssh-clone-r.t#sshv1 (19.72s)test-ssh-clone-r.t#sshv2 (19.70s)test-subrepo-relative-path.t (16.76s)test-hgrc.t (12.41s)test-casecollision-merge.t (0.10s)test-http-clone-r.t (16.80s)test-convert-bzr.t (0.11s)test-bookmarks-corner-case.t (13.09s)test-rename-dir-merge.t (23.73s)test-strip-cross.t (30.87s)test-add.t (36.58s)test-histedit-no-change.t (19.88s)test-narrow-clone.t (49.92s)test-diffstat.t (22.98s)test-convert-splicemap.t (19.92s)test-http-proxy.t (6.74s)test-removeemptydirs.t (20.88s)test-fileset-generated.t (11.85s)test-bundle-phases.t (28.08s)test-exchange-obsmarkers-case-C1.t (18.65s)test-status-rev.t (11.25s)test-diff-upgrade.t (8.37s)test-pull-update.t (22.91s)test-copy.t (27.15s)test-bisect3.t (15.48s)test-conflict.t (13.46s)test-remotefilelog-prefetch.t (39.94s)test-up-local-change.t (22.30s)test-dispatch.t (19.16s)test-narrow-exchange.t#lfs-off (16.02s)test-narrow-exchange.t#lfs-on (17.07s)test-obsolete-changeset-exchange.t (13.60s)test-exchange-obsmarkers-case-D4.t (16.19s)test-eol-update.t (11.39s)test-remotefilelog-push-pull.t (25.73s)test-pull-bundle.t (12.86s)test-share.t (17.17s)test-narrow-exchange-merges.t (16.95s)test-absorb-rename.t (23.20s)test-exchange-obsmarkers-case-B5.t (18.80s)test-churn.t (16.05s)test-pull-branch.t (21.68s)test-eol-hook.t (14.75s)test-bundle-type.t (26.33s)test-remotefilelog-linknodes.t (22.26s)test-notify-changegroup.t (8.04s)test-narrow-trackedcmd.t#flat (15.73s)test-narrow-trackedcmd.t#tree (15.76s)test-byteify-strings.t (0.11s)test-rebase-detach.t (22.40s)test-stream-bundle-v2.t (5.86s)test-sparse-profiles.t (17.35s)test-mq-qpush-exact.t (38.71s)test-fastannotate-protocol.t (14.87s)test-hybridencode.py (0.30s)test-rebase-bookmarks.t (26.37s)test-bookmarks-current.t (29.14s)test-convert-hg-source.t (22.61s)test-encoding-align.t (9.71s)test-debugbuilddag.t (10.86s)test-convert-baz.t (0.11s)test-inherit-mode.t (3.29s)test-infinitepush.t (23.53s)test-histedit-non-commute-abort.t (13.95s)test-releasenotes-merging.t (11.01s)test-remotefilelog-gcrepack.t (13.60s)test-convert-hg-startrev.t (16.96s)test-show-work.t (36.80s)test-narrow-strip.t#flat#lfs-off (11.15s)test-narrow-strip.t#flat#lfs-on (12.06s)test-narrow-strip.t#tree#lfs-off (11.18s)test-narrow-strip.t#tree#lfs-on (12.05s)test-repo-compengines.t (17.95s)test-merge-commit.t (13.45s)test-audit-path.t (23.01s)test-exchange-obsmarkers-case-B4.t (19.58s)test-fastannotate.t (20.17s)test-narrow-expanddirstate.t (9.32s)test-purge.t (20.22s)test-symlinks.t (21.58s)test-exchange-obsmarkers-case-C4.t (16.57s)test-sparse-revlog.t (0.15s)test-mq-safety.t (23.44s)test-directaccess.t (15.99s)test-exchange-obsmarkers-case-A6.t (17.92s)test-exchange-obsmarkers-case-A5.t (15.98s)test-remotefilelog-local.t (25.81s)test-basic.t (11.81s)test-narrow-share.t#flat (29.74s)test-narrow-share.t#tree (36.24s)test-hgweb-csp.t (8.23s)test-histedit-bookmark-motion.t (11.75s)test-obsolete-tag-cache.t (8.39s)test-diff-binary-file.t (11.12s)test-casefolding.t (0.11s)test-mq-git.t (11.18s)test-mq-qfold.t (17.82s)test-remotefilelog-cacheprocess.t (6.16s)test-patchbomb-bookmark.t (6.30s)test-stack.t (21.89s)test-journal-share.t (11.62s)test-paths.t (20.70s)test-contrib-testparseutil.t (0.35s)test-hgweb-no-request-uri.t (2.18s)test-sparse-merges.t (19.72s)test-pathconflicts-merge.t (20.86s)test-releasenotes-parsing.t (4.82s)test-diff-indent-heuristic.t#bdiff (1.35s)test-diff-indent-heuristic.t#xdiff (1.59s)test-import-merge.t (20.09s)test-drawdag.t (15.85s)test-patchbomb-tls.t (5.01s)test-exchange-obsmarkers-case-B2.t (15.85s)test-convert-p4.t (0.11s)test-show-stack.t (26.90s)test-narrow-clone-nonlinear.t (29.36s)test-mq-eol.t (10.25s)test-exchange-obsmarkers-case-A4.t (13.47s)test-convert-bzr-directories.t (0.11s)test-obsmarkers-effectflag.t (25.91s)test-rename-merge1.t (26.07s)test-fastannotate-renames.t (16.32s)test-histedit-drop.t (10.42s)test-rebase-mq-skip.t#continuecommand (23.88s)test-rebase-mq-skip.t#continueflag (23.72s)test-bookmarks-merge.t (23.56s)test-lock-badness.t (11.92s)test-repair-strip.t (9.36s)test-histedit-outgoing.t (14.76s)test-pull.t#sshv1 (11.82s)test-pull.t#sshv2 (11.80s)test-exchange-obsmarkers-case-B6.t (14.59s)test-merge-default.t (21.66s)test-extension-timing.t (1.71s)test-match.py (0.20s)test-rebase-emptycommit.t (20.54s)test-cbor.py (1.11s)test-debugbundle.t (5.88s)test-copy-move-merge.t (19.30s)test-profile.t (18.65s)test-convert-tla.t (2.26s)test-mq-qclone-http.t (16.57s)test-exchange-obsmarkers-case-A2.t (16.33s)test-exchange-obsmarkers-case-D2.t (16.13s)test-status-terse.t (14.37s)test-merge7.t (6.67s)test-phase-archived.t (13.86s)test-hgweb-no-path-info.t (2.16s)test-subrepo-missing.t (13.00s)test-pathconflicts-update.t (14.74s)test-show.t (11.68s)test-addremove-similar.t (11.72s)test-contrib.t (1.85s)test-unionrepo.t (12.74s)test-flags.t (11.17s)test-commit-multiple.t (11.03s)test-remotefilelog-gc.t (11.10s)test-commit-unresolved.t#abortcommand (13.97s)test-commit-unresolved.t#abortflag (13.41s)test-import-eol.t (13.92s)test-logtoprocess.t (9.45s)test-mq-missingfiles.t (11.78s)test-sparse-import.t (8.26s)test-rebase-transaction.t#continuecommand (8.29s)test-rebase-transaction.t#continueflag (8.16s)test-identify.t (26.14s)test-default-push.t (8.50s)test-merge-subrepos.t (11.67s)test-narrow-clone-no-ellipsis.t (42.67s)test-convert-datesort.t (14.24s)test-filebranch.t (8.08s)test-mq-qdelete.t (24.06s)test-sidedata.t (7.57s)test-mq-merge.t (15.27s)test-update-atomic.t (6.35s)test-pull-r.t (12.75s)test-pending.t (10.37s)test-clone-update-order.t (9.06s)test-fastannotate-perfhack.t (15.39s)test-origbackup-conflict.t (9.62s)test-merge-local.t (11.72s)test-narrow-pull.t (27.68s)test-remotefilelog-http.t (8.02s)test-bugzilla.t (3.63s)test-exchange-obsmarkers-case-D3.t (15.27s)test-narrow-shallow.t (29.43s)test-remote-hidden.t (9.51s)test-worker.t (4.12s)test-merge-halt.t (10.58s)test-branch-option.t (16.16s)test-mac-packages.t (0.11s)test-empty-group.t (8.00s)test-parents.t (10.65s)test-fix-metadata.t (1.34s)test-http-branchmap.t (6.13s)test-children.t (10.85s)test-diff-change.t (12.55s)test-extdata.t (12.14s)test-bundle2-pushback.t#sshv1 (6.28s)test-bundle2-pushback.t#sshv2 (6.40s)test-rebuildstate.t (12.01s)test-narrow-merge.t#flat (12.57s)test-narrow-merge.t#tree (12.58s)test-mq-pull-from-bundle.t (12.63s)test-exchange-obsmarkers-case-B3.t (13.50s)test-remotefilelog-corrupt-cache.t (7.52s)test-amend-subrepo.t#obsstore-off (14.01s)test-amend-subrepo.t#obsstore-on (13.66s)test-merge-internal-tools-pattern.t (9.12s)test-run-tests.py (0.18s)test-issue672.t (6.11s)test-extensions-afterloaded.t (8.59s)test-tools.t (1.21s)test-fastannotate-corrupt.t (7.53s)test-narrow-commit.t#flat (12.87s)test-narrow-commit.t#tree (12.90s)test-eol-clone.t (4.97s)test-wireproto-serverreactor.py (0.32s)test-excessive-merge.t (8.14s)test-relink.t (4.85s)test-mq-qqueue.t (19.67s)test-narrow-rebase.t#continuecommand (11.74s)test-narrow-rebase.t#continueflag (11.85s)test-push-cgi.t (2.57s)test-record.t (2.19s)test-convert-darcs.t (1.32s)test-remotefilelog-clone-tree.t (7.20s)test-patch.t (6.24s)test-hgweb-non-interactive.t (1.76s)test-sqlitestore.t (3.94s)test-remotefilelog-clone.t (7.09s)test-arbitraryfilectx.t (4.36s)test-remotefilelog-sparse.t (18.39s)test-cache-abuse.t (26.26s)test-rebase-backup.t (9.34s)test-simple-update.t (11.46s)test-pathconflicts-basic.t (11.58s)test-committer.t (8.04s)test-exchange-obsmarkers-case-B7.t (12.83s)test-pull-http.t (6.57s)test-remotefilelog-bundle2-legacy.t (0.89s)test-exchange-obsmarkers-case-B1.t (13.04s)test-remotefilelog-log.t (8.64s)test-mq-qdiff.t (11.09s)test-bookmarks-rebase.t (9.72s)test-serve.t (10.14s)test-exchange-obsmarkers-case-A7.t (11.26s)test-revset-outgoing.t (7.78s)test-import-context.t (2.94s)test-remotefilelog-bundle2.t (9.67s)test-eol-add.t (6.06s)test-bundle-vs-outgoing.t (8.24s)test-rebase-partial.t (7.51s)test-update-names.t (11.16s)test-mailmap.t (7.28s)test-remotefilelog-bundles.t (7.86s)test-merge-remove.t (11.13s)test-convert-tagsbranch-topology.t (2.48s)test-requires.t (6.40s)test-locate.t (16.51s)test-merge-closedheads.t (14.27s)test-rename-after-merge.t (11.68s)test-wireproto-clientreactor.py (0.31s)test-contrib-dumprevlog.t (5.66s)test-remotefilelog-pull-noshallow.t (5.70s)test-debugextensions.t (2.77s)test-narrow-clone-stream.t#flat-fncache (35.71s)test-narrow-clone-stream.t#flat-nofncache (35.38s)test-narrow-clone-stream.t#tree (35.48s)test-rebase-legacy.t#continuecommand (2.52s)test-rebase-legacy.t#continueflag (2.08s)test-issue1306.t (5.32s)test-lfs-bundle.t (9.34s)test-issue1175.t (10.73s)test-cat.t (14.12s)test-nointerrupt.t (5.35s)test-issue660.t (11.99s)test-largefiles-small-disk.t (2.41s)test-convert-clonebranches.t (9.46s)test-oldcgi.t (1.82s)test-impexp-branch.t (7.99s)test-narrow-clone-non-narrow-server.t (13.94s)test-histedit-no-backup.t#abortcommand (4.48s)test-histedit-no-backup.t#abortflag (4.60s)test-issue586.t (10.02s)test-unified-test.t (0.84s)test-rebase-templates.t (6.27s)test-remotefilelog-tags.t (6.60s)test-symlink-placeholder.t (5.80s)test-merge6.t (7.45s)test-narrow-copies.t (9.50s)test-server-view.t (6.80s)test-rebase-issue-noparam-single-rev.t (9.69s)test-dirstate.t (7.36s)test-close-head.t (8.54s)test-url-download.t (6.94s)test-merge-revert2.t (14.62s)test-verify-repo-operations.py (0.14s)test-addremove.t (10.75s)test-mq-qrename.t (18.51s)test-narrow-update.t (9.38s)test-mq-symlinks.t (14.04s)test-ssh-repoerror.t (8.81s)test-wsgirequest.py (0.41s)test-double-merge.t (3.91s)test-narrow-patch.t#flat (4.51s)test-narrow-patch.t#tree (4.58s)test-glog-topological.t (3.90s)test-sparse-verbose-json.t (6.11s)test-merge9.t (8.22s)test-context-metadata.t (4.77s)test-patch-offset.t (1.37s)test-log-exthook.t (2.17s)test-newcgi.t (1.41s)test-issue1802.t (6.18s)test-update-reverse.t (5.64s)test-wireproto-command-branchmap.t (5.32s)test-pushvars.t (4.59s)test-histedit-templates.t (4.10s)test-hgwebdirsym.t (5.72s)test-manifest.py (3.26s)test-revlog-raw.py (0.73s)test-merge-symlinks.t (3.09s)test-branch-tag-confict.t (4.31s)test-narrow-debugcommands.t (5.19s)test-custom-filters.t (3.87s)test-sparse-clone.t (3.20s)test-issue2137.t (1.76s)test-remotefilelog-partial-shallow.t (5.35s)test-eolfilename.t (5.28s)test-merge10.t (6.12s)test-journal-exists.t (4.79s)test-revlog-v2.t (3.69s)test-diffdir.t (8.99s)test-schemes.t (5.01s)test-issue522.t (5.16s)test-histedit-merge-tools.t (3.71s)test-mq-qgoto.t (11.68s)test-revlog.t (3.01s)test-newercgi.t (1.42s)test-url.py (0.26s)test-editor-filename.t (3.07s)test-import-unknown.t (9.53s)test-unbundlehash.t (3.09s)test-narrow-sparse.t#flat (5.34s)test-narrow-sparse.t#tree (5.46s)test-wireproto-command-known.t (3.73s)test-missing-capability.t (4.87s)test-wireproto-command-listkeys.t (4.55s)test-convert-identity.t (5.47s)test-merge-revert.t (14.50s)test-wireproto-command-heads.t (4.16s)test-encode.t (6.06s)test-permissions.t (4.43s)test-casecollision.t (9.91s)test-ancestor.py (1.06s)test-update-dest.t (4.78s)test-known.t (7.10s)test-sparse-fsmonitor.t (0.01s)test-no-symlinks.t (0.11s)test-remotefilelog-datapack.py (1.60s)test-convert-authormap.t (3.20s)test-subrepo-paths.t (3.41s)test-sparse-requirement.t (3.13s)test-confused-revert.t (8.18s)test-remotefilelog-permissions.t (6.22s)test-fuzz-targets.t (0.38s)test-issue1993.t (3.89s)test-issue1502.t (4.86s)test-clone-cgi.t (1.52s)test-sparse-clear.t (4.40s)test-simplemerge.py (0.24s)test-websub.t (2.58s)test-rebase-brute-force.t (3.52s)test-revlog-mmapindex.t (29.19s)test-merge2.t (9.89s)test-diff-antipatience.t#bdiff (1.39s)test-diff-antipatience.t#xdiff (1.65s)test-issue1877.t (6.91s)test-gpg.t (3.10s)test-empty-file.t (5.63s)test-lrucachedict.py (0.24s)test-hgk.t (3.88s)test-changelog-exec.t (4.85s)test-diff-hashes.t (3.89s)test-debian-packages.t (0.39s)test-absorb-edit-lines.t (4.46s)test-remotefilelog-wireproto.t (5.67s)test-mactext.t (2.23s)test-convert-bzr-ghosts.t (0.11s)test-docker-packaging.t (0.28s)test-bookmarks-strip.t (5.33s)test-narrow-acl.t (5.07s)test-remotefilelog-keepset.t (4.28s)test-lock.py (0.25s)test-remotefilelog-histpack.py (3.86s)test-remotefilelog-bad-configs.t (4.19s)test-diff-subdir.t (3.41s)test-convert-bzr-114.t (0.10s)test-trusted.py (0.31s)test-narrow-debugrebuilddirstate.t (3.59s)test-unrelated-pull.t (3.93s)test-parseindex2.py (0.40s)test-diff-reverse.t (4.29s)test-revset-dirstate-parents.t (8.89s)test-wireproto-command-pushkey.t (2.78s)test-update-issue1456.t (5.71s)test-empty.t (3.00s)test-merge5.t (5.15s)test-wireproto-framing.py (0.23s)test-narrow-archive.t (5.06s)test-diff-copy-depth.t (8.36s)test-convert-bzr-treeroot.t (0.11s)test-hgweb-bundle.t (3.05s)test-absorb-unfinished.t (2.65s)test-mq-qimport-fail-cleanup.t (3.13s)test-linerange.py (0.25s)test-fix-clang-format.t (2.39s)test-manifest-merging.t (3.54s)test-issue619.t (3.84s)test-merge8.t (3.99s)test-issue842.t (3.90s)test-remotefilelog-blame.t (5.56s)test-linelog.py (3.99s)test-filecache.py (1.54s)test-revlog-group-emptyiter.t (2.65s)test-propertycache.py (0.85s)test-pathencode.py (0.63s)test-demandimport.py (0.44s)test-archive-symlinks.t (2.45s)test-absorb-strip.t (2.29s)test-pull-permission.t (2.32s)test-issue5979.t (4.72s)test-rust-ancestor.py (0.20s)test-revisions.t (6.38s)test-merge4.t (4.30s)test-absorb-filefixupstate.py (0.42s)test-phabricator.t (0.69s)test-wireproto-command-lookup.t (2.32s)test-context.py (0.50s)test-issue612.t (3.86s)test-debugindexdot.t (4.35s)test-eol-tag.t (2.66s)test-batching.py (0.34s)test-bdiff.py (0.24s)test-hgweb-auth.py (0.22s)test-nested-repo.t (5.02s)test-minirst.py (0.25s)test-execute-bit.t (4.39s)test-username-newline.t (1.74s)test-fastannotate-revmap.py (0.42s)test-issue4074.t (2.48s)test-remotefilelog-share.t (3.22s)test-revlog-packentry.t (2.17s)test-dirstate-nonnormalset.t (3.46s)test-ui-config.py (0.45s)test-diff-issue2761.t (3.57s)test-atomictempfile.py (0.24s)test-strict.t (3.17s)test-util.py (0.22s)test-diff-newlines.t (1.82s)test-rust-discovery.py (0.19s)test-empty-dir.t (2.62s)test-storage.py (1.78s)test-absorb-phase.t (3.06s)test-annotate.py (0.26s)test-extra-filelog-entry.t (2.68s)test-debugrename.t (3.36s)test-issue1438.t (3.45s)test-issue1102.t (2.90s)test-fastannotate-diffopts.t (1.79s)test-revert-unknown.t (3.10s)test-bad-pull.t (1.90s)test-revert-flags.t (2.51s)test-simplekeyvaluefile.py (0.26s)test-issue1089.t (2.64s)test-doctest.py (1.13s)test-backwards-remove.t (2.31s)test-wireproto.py (0.32s)test-contrib-emacs.t (0.40s)test-cappedreader.py (0.22s)test-xdg.t (0.53s)test-dirstate-backup.t (0.87s)test-mq-qsave.t (1.82s)test-encoding-func.py (0.20s)test-extensions-wrapfunction.py (0.32s)test-walkrepo.py (0.43s)test-revlog-ancestry.py (0.54s)test-ui-verbosity.py (0.34s)test-filelog.py (0.43s)test-sshserver.py (0.33s)test-hg-parseurl.py (0.38s)test-symlink-os-yes-fs-no.py (1.42s)test-minifileset.py (0.28s)test-config-env.py (0.27s)test-lfs-pointer.py (0.39s)test-duplicateoptions.py (0.55s)test-hgwebdir-paths.py (0.40s)test-ui-color.py (0.38s)test-status-inprocess.py (0.31s)test-dispatch.py (0.41s)test-mdiff.py (0.22s)