Job hg-committed-5685ce2ea3bfe2f82ba0119788e2fef853bcf97a-windows-cpython-2.7-x64-0

Repo:hg-committed
Node:5685ce2ea3bfe2f82ba0119788e2fef853bcf97a
Name:windows-cpython-2.7-x64
Scheduled At:2019-12-21T14:41:54
Started At:2019-12-21T14:42:02
Finished At:2019-12-21T15:17:35

Failed Tests

test-alias.t

--- c:/hgdev/src/tests/test-alias.t
+++ c:/hgdev/src/tests/test-alias.t.err
@@ -269,7 +269,7 @@
 
   $ hg --config alias.dash='cat --' -R alias dash -r0
   abort: -r0 not under root '$TESTTMP/alias'
-  (consider using '--cwd alias')
+  (consider using '--cwd ..\$TESTTMPlias')
   [255]
 
 invalid options

test-doctest.py

--- c:/hgdev/src/tests/test-doctest.py.out
+++ c:/hgdev/src/tests/test-doctest.py.err
@@ -0,0 +1,227 @@
+**********************************************************************
+File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 186, in mercurial.match.match
+Failed example:
+    match(b'/foo', b'.', [b're:.*\.c$', b'path:foo/a', b'*.py'])
+Exception raised:
+    Traceback (most recent call last):
+      File "c:\hgdev\python27-x64\lib\doctest.py", line 1315, in __run
+        compileflags, 1) in test.globs
+      File "<doctest mercurial.match.match[0]>", line 1, in <module>
+        match(b'/foo', b'.', [b're:.*\.c$', b'path:foo/a', b'*.py'])
+      File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 254, in match
+        kindpats = normalize(patterns, default, root, cwd, auditor, warn)
+      File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 323, in _donormalize
+        pat = pathutil.canonpath(root, cwd, pat, auditor=auditor)
+      File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\pathutil.py", line 251, in canonpath
+        _(b"%s not under root '%s'") % (myname, root), hint=hint
+    Abort: *.py not under root '/foo'
+**********************************************************************
+File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 204, in mercurial.match.match
+Failed example:
+    match(b'/foo', b'.', [b'main.py'], default=b'relpath')
+Exception raised:
+    Traceback (most recent call last):
+      File "c:\hgdev\python27-x64\lib\doctest.py", line 1315, in __run
+        compileflags, 1) in test.globs
+      File "<doctest mercurial.match.match[5]>", line 1, in <module>
+        match(b'/foo', b'.', [b'main.py'], default=b'relpath')
+      File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 254, in match
+        kindpats = normalize(patterns, default, root, cwd, auditor, warn)
+      File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 323, in _donormalize
+        pat = pathutil.canonpath(root, cwd, pat, auditor=auditor)
+      File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\pathutil.py", line 251, in canonpath
+        _(b"%s not under root '%s'") % (myname, root), hint=hint
+    Abort: main.py not under root '/foo'
+**********************************************************************
+File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 213, in mercurial.match.match
+Failed example:
+    m = match(b'/foo', b'', [b're:.*\.c$', b'relpath:a'])
+Exception raised:
+    Traceback (most recent call last):
+      File "c:\hgdev\python27-x64\lib\doctest.py", line 1315, in __run
+        compileflags, 1) in test.globs
+      File "<doctest mercurial.match.match[7]>", line 1, in <module>
+        m = match(b'/foo', b'', [b're:.*\.c$', b'relpath:a'])
+      File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 254, in match
+        kindpats = normalize(patterns, default, root, cwd, auditor, warn)
+      File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 323, in _donormalize
+        pat = pathutil.canonpath(root, cwd, pat, auditor=auditor)
+      File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\pathutil.py", line 251, in canonpath
+        _(b"%s not under root '%s'") % (myname, root), hint=hint
+    Abort: a not under root '/foo'
+**********************************************************************
+File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 217, in mercurial.match.match
+Failed example:
+    m(b'a')
+Exception raised:
+    Traceback (most recent call last):
+      File "c:\hgdev\python27-x64\lib\doctest.py", line 1315, in __run
+        compileflags, 1) in test.globs
+      File "<doctest mercurial.match.match[8]>", line 1, in <module>
+        m(b'a')
+    NameError: name 'm' is not defined
+**********************************************************************
+File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 219, in mercurial.match.match
+Failed example:
+    m(b'main.c')
+Exception raised:
+    Traceback (most recent call last):
+      File "c:\hgdev\python27-x64\lib\doctest.py", line 1315, in __run
+        compileflags, 1) in test.globs
+      File "<doctest mercurial.match.match[9]>", line 1, in <module>
+        m(b'main.c')
+    NameError: name 'm' is not defined
+**********************************************************************
+File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 221, in mercurial.match.match
+Failed example:
+    m(b'test.py')
+Exception raised:
+    Traceback (most recent call last):
+      File "c:\hgdev\python27-x64\lib\doctest.py", line 1315, in __run
+        compileflags, 1) in test.globs
+      File "<doctest mercurial.match.match[10]>", line 1, in <module>
+        m(b'test.py')
+    NameError: name 'm' is not defined
+**********************************************************************
+File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 226, in mercurial.match.match
+Failed example:
+    m.exact(b'a')
+Exception raised:
+    Traceback (most recent call last):
+      File "c:\hgdev\python27-x64\lib\doctest.py", line 1315, in __run
+        compileflags, 1) in test.globs
+      File "<doctest mercurial.match.match[11]>", line 1, in <module>
+        m.exact(b'a')
+    NameError: name 'm' is not defined
+**********************************************************************
+File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 228, in mercurial.match.match
+Failed example:
+    m.exact(b'main.c')
+Exception raised:
+    Traceback (most recent call last):
+      File "c:\hgdev\python27-x64\lib\doctest.py", line 1315, in __run
+        compileflags, 1) in test.globs
+      File "<doctest mercurial.match.match[12]>", line 1, in <module>
+        m.exact(b'main.c')
+    NameError: name 'm' is not defined
+**********************************************************************
+File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 945, in mercurial.match.subdirmatcher
+Failed example:
+    m1 = match(b'/root', b'', [b'a.txt', b'sub/b.txt'])
+Exception raised:
+    Traceback (most recent call last):
+      File "c:\hgdev\python27-x64\lib\doctest.py", line 1315, in __run
+        compileflags, 1) in test.globs
+      File "<doctest mercurial.match.subdirmatcher[1]>", line 1, in <module>
+        m1 = match(b'/root', b'', [b'a.txt', b'sub/b.txt'])
+      File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 254, in match
+        kindpats = normalize(patterns, default, root, cwd, auditor, warn)
+      File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 323, in _donormalize
+        pat = pathutil.canonpath(root, cwd, pat, auditor=auditor)
+      File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\pathutil.py", line 251, in canonpath
+        _(b"%s not under root '%s'") % (myname, root), hint=hint
+    Abort: a.txt not under root '/root'
+**********************************************************************
+File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 946, in mercurial.match.subdirmatcher
+Failed example:
+    m2 = subdirmatcher(b'sub', m1)
+Exception raised:
+    Traceback (most recent call last):
+      File "c:\hgdev\python27-x64\lib\doctest.py", line 1315, in __run
+        compileflags, 1) in test.globs
+      File "<doctest mercurial.match.subdirmatcher[2]>", line 1, in <module>
+        m2 = subdirmatcher(b'sub', m1)
+    NameError: name 'm1' is not defined
+**********************************************************************
+File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 947, in mercurial.match.subdirmatcher
+Failed example:
+    m2(b'a.txt')
+Exception raised:
+    Traceback (most recent call last):
+      File "c:\hgdev\python27-x64\lib\doctest.py", line 1315, in __run
+        compileflags, 1) in test.globs
+      File "<doctest mercurial.match.subdirmatcher[3]>", line 1, in <module>
+        m2(b'a.txt')
+    NameError: name 'm2' is not defined
+**********************************************************************
+File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 949, in mercurial.match.subdirmatcher
+Failed example:
+    m2(b'b.txt')
+Exception raised:
+    Traceback (most recent call last):
+      File "c:\hgdev\python27-x64\lib\doctest.py", line 1315, in __run
+        compileflags, 1) in test.globs
+      File "<doctest mercurial.match.subdirmatcher[4]>", line 1, in <module>
+        m2(b'b.txt')
+    NameError: name 'm2' is not defined
+**********************************************************************
+File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 951, in mercurial.match.subdirmatcher
+Failed example:
+    m2.matchfn(b'a.txt')
+Exception raised:
+    Traceback (most recent call last):
+      File "c:\hgdev\python27-x64\lib\doctest.py", line 1315, in __run
+        compileflags, 1) in test.globs
+      File "<doctest mercurial.match.subdirmatcher[5]>", line 1, in <module>
+        m2.matchfn(b'a.txt')
+    NameError: name 'm2' is not defined
+**********************************************************************
+File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 953, in mercurial.match.subdirmatcher
+Failed example:
+    m2.matchfn(b'b.txt')
+Exception raised:
+    Traceback (most recent call last):
+      File "c:\hgdev\python27-x64\lib\doctest.py", line 1315, in __run
+        compileflags, 1) in test.globs
+      File "<doctest mercurial.match.subdirmatcher[6]>", line 1, in <module>
+        m2.matchfn(b'b.txt')
+    NameError: name 'm2' is not defined
+**********************************************************************
+File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 955, in mercurial.match.subdirmatcher
+Failed example:
+    m2.files()
+Exception raised:
+    Traceback (most recent call last):
+      File "c:\hgdev\python27-x64\lib\doctest.py", line 1315, in __run
+        compileflags, 1) in test.globs
+      File "<doctest mercurial.match.subdirmatcher[7]>", line 1, in <module>
+        m2.files()
+    NameError: name 'm2' is not defined
+**********************************************************************
+File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 957, in mercurial.match.subdirmatcher
+Failed example:
+    m2.exact(b'b.txt')
+Exception raised:
+    Traceback (most recent call last):
+      File "c:\hgdev\python27-x64\lib\doctest.py", line 1315, in __run
+        compileflags, 1) in test.globs
+      File "<doctest mercurial.match.subdirmatcher[8]>", line 1, in <module>
+        m2.exact(b'b.txt')
+    NameError: name 'm2' is not defined
+**********************************************************************
+File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 961, in mercurial.match.subdirmatcher
+Failed example:
+    m1.bad = bad
+Exception raised:
+    Traceback (most recent call last):
+      File "c:\hgdev\python27-x64\lib\doctest.py", line 1315, in __run
+        compileflags, 1) in test.globs
+      File "<doctest mercurial.match.subdirmatcher[10]>", line 1, in <module>
+        m1.bad = bad
+    NameError: name 'm1' is not defined
+**********************************************************************
+File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 962, in mercurial.match.subdirmatcher
+Failed example:
+    m2.bad(b'x.txt', b'No such file')
+Exception raised:
+    Traceback (most recent call last):
+      File "c:\hgdev\python27-x64\lib\doctest.py", line 1315, in __run
+        compileflags, 1) in test.globs
+      File "<doctest mercurial.match.subdirmatcher[11]>", line 1, in <module>
+        m2.bad(b'x.txt', b'No such file')
+    NameError: name 'm2' is not defined
+**********************************************************************
+2 items had failures:
+   8 of  13 in mercurial.match.match
+  10 of  12 in mercurial.match.subdirmatcher
+***Test Failed*** 18 failures.

test-globalopts.t

--- c:/hgdev/src/tests/test-globalopts.t
+++ c:/hgdev/src/tests/test-globalopts.t.err
@@ -89,7 +89,7 @@
   [255]
   $ hg -R b ann a/a
   abort: a/a not under root '$TESTTMP/b'
-  (consider using '--cwd b')
+  (consider using '--cwd ..\$TESTTMP')
   [255]
   $ hg log
   abort: no repository found in '$TESTTMP' (.hg not found)!

test-lfs-serve-access.t

--- c:/hgdev/src/tests/test-lfs-serve-access.t
+++ c:/hgdev/src/tests/test-lfs-serve-access.t.err
@@ -67,6 +67,22 @@
   $LOCALIP - - [$LOGDATE$] "GET /?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 /?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 /.git/info/lfs/objects/batch HTTP/1.1" 400 - (glob)
+  $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/.git/info/lfs/objects/batch':
+  Traceback (most recent call last):
+    File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\hgweb\server.py", line 123, in do_POST
+      self.do_write()
+    File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\hgweb\server.py", line 116, in do_write
+      self.do_hgweb()
+    File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\hgweb\server.py", line 240, in do_hgweb
+      self._done()
+    File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\hgweb\server.py", line 297, in _done
+      self.wfile.write(b'0

')
+    File "c:\hgdev\python27-x64\Lib\socket.py", line 328, in write
+      self.flush()
+    File "c:\hgdev\python27-x64\Lib\socket.py", line 307, in flush
+      self._sock.sendall(view[write_offset:write_offset+buffer_size])
+  error: [Errno 10053] An established connection was aborted by the software in your host machine
+  
 
   $ rm -f $TESTTMP/access.log $TESTTMP/errors.log
   $ hg --config "lfs.usercache=$TESTTMP/servercache" -R server serve -d 

test-manifest.py

--- c:/hgdev/src/tests/test-manifest.py.out
+++ c:/hgdev/src/tests/test-manifest.py.err
@@ -0,0 +1,120 @@
+ERROR: testMatchesCwd (__main__.testmanifestdict)
+
+Traceback (most recent call last):
+  File "c:\hgdev\src	ests	est-manifest.py", line 395, in testMatchesCwd
+    match = matchmod.match(b'/repo', b'a/b', [b'.'], default=b'relpath')
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 254, in match
+    kindpats = normalize(patterns, default, root, cwd, auditor, warn)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 323, in _donormalize
+    pat = pathutil.canonpath(root, cwd, pat, auditor=auditor)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\pathutil.py", line 251, in canonpath
+    _(b"%s not under root '%s'") % (myname, root), hint=hint
+Abort: . not under root '/repo'
+ERROR: testMatchesDirectory (__main__.testmanifestdict)
+
+Traceback (most recent call last):
+  File "c:\hgdev\src	ests	est-manifest.py", line 361, in testMatchesDirectory
+    match = matchmod.match(b'/repo', b'', [b'a/b'], default=b'relpath')
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 254, in match
+    kindpats = normalize(patterns, default, root, cwd, auditor, warn)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 323, in _donormalize
+    pat = pathutil.canonpath(root, cwd, pat, auditor=auditor)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\pathutil.py", line 251, in canonpath
+    _(b"%s not under root '%s'") % (myname, root), hint=hint
+Abort: a/b not under root '/repo'
+ERROR: testMatchesFull (__main__.testmanifestdict)
+
+Traceback (most recent call last):
+  File "c:\hgdev\src	ests	est-manifest.py", line 351, in testMatchesFull
+    match = matchmod.match(b'/repo', b'', [b''])
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 254, in match
+    kindpats = normalize(patterns, default, root, cwd, auditor, warn)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 323, in _donormalize
+    pat = pathutil.canonpath(root, cwd, pat, auditor=auditor)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\pathutil.py", line 251, in canonpath
+    _(b"%s not under root '%s'") % (myname, root), hint=hint
+Abort:  not under root '/repo'
+ERROR: testMatchesNonexistentDirectory (__main__.testmanifestdict)
+
+Traceback (most recent call last):
+  File "c:\hgdev\src	ests	est-manifest.py", line 331, in testMatchesNonexistentDirectory
+    match = matchmod.match(b'/repo', b'', [b'a/f'], default=b'relpath')
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 254, in match
+    kindpats = normalize(patterns, default, root, cwd, auditor, warn)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 323, in _donormalize
+    pat = pathutil.canonpath(root, cwd, pat, auditor=auditor)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\pathutil.py", line 251, in canonpath
+    _(b"%s not under root '%s'") % (myname, root), hint=hint
+Abort: a/f not under root '/repo'
+ERROR: testMatchesWithPattern (__main__.testmanifestdict)
+
+Traceback (most recent call last):
+  File "c:\hgdev\src	ests	est-manifest.py", line 418, in testMatchesWithPattern
+    match = matchmod.match(b'/repo', b'', [b'a/b/*/*.txt'])
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 254, in match
+    kindpats = normalize(patterns, default, root, cwd, auditor, warn)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 323, in _donormalize
+    pat = pathutil.canonpath(root, cwd, pat, auditor=auditor)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\pathutil.py", line 251, in canonpath
+    _(b"%s not under root '%s'") % (myname, root), hint=hint
+Abort: a/b/*/*.txt not under root '/repo'
+ERROR: testMatchesCwd (__main__.testtreemanifest)
+
+Traceback (most recent call last):
+  File "c:\hgdev\src	ests	est-manifest.py", line 395, in testMatchesCwd
+    match = matchmod.match(b'/repo', b'a/b', [b'.'], default=b'relpath')
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 254, in match
+    kindpats = normalize(patterns, default, root, cwd, auditor, warn)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 323, in _donormalize
+    pat = pathutil.canonpath(root, cwd, pat, auditor=auditor)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\pathutil.py", line 251, in canonpath
+    _(b"%s not under root '%s'") % (myname, root), hint=hint
+Abort: . not under root '/repo'
+ERROR: testMatchesDirectory (__main__.testtreemanifest)
+
+Traceback (most recent call last):
+  File "c:\hgdev\src	ests	est-manifest.py", line 361, in testMatchesDirectory
+    match = matchmod.match(b'/repo', b'', [b'a/b'], default=b'relpath')
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 254, in match
+    kindpats = normalize(patterns, default, root, cwd, auditor, warn)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 323, in _donormalize
+    pat = pathutil.canonpath(root, cwd, pat, auditor=auditor)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\pathutil.py", line 251, in canonpath
+    _(b"%s not under root '%s'") % (myname, root), hint=hint
+Abort: a/b not under root '/repo'
+ERROR: testMatchesFull (__main__.testtreemanifest)
+
+Traceback (most recent call last):
+  File "c:\hgdev\src	ests	est-manifest.py", line 351, in testMatchesFull
+    match = matchmod.match(b'/repo', b'', [b''])
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 254, in match
+    kindpats = normalize(patterns, default, root, cwd, auditor, warn)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 323, in _donormalize
+    pat = pathutil.canonpath(root, cwd, pat, auditor=auditor)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\pathutil.py", line 251, in canonpath
+    _(b"%s not under root '%s'") % (myname, root), hint=hint
+Abort:  not under root '/repo'
+ERROR: testMatchesNonexistentDirectory (__main__.testtreemanifest)
+
+Traceback (most recent call last):
+  File "c:\hgdev\src	ests	est-manifest.py", line 331, in testMatchesNonexistentDirectory
+    match = matchmod.match(b'/repo', b'', [b'a/f'], default=b'relpath')
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 254, in match
+    kindpats = normalize(patterns, default, root, cwd, auditor, warn)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 323, in _donormalize
+    pat = pathutil.canonpath(root, cwd, pat, auditor=auditor)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\pathutil.py", line 251, in canonpath
+    _(b"%s not under root '%s'") % (myname, root), hint=hint
+Abort: a/f not under root '/repo'
+ERROR: testMatchesWithPattern (__main__.testtreemanifest)
+
+Traceback (most recent call last):
+  File "c:\hgdev\src	ests	est-manifest.py", line 418, in testMatchesWithPattern
+    match = matchmod.match(b'/repo', b'', [b'a/b/*/*.txt'])
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 254, in match
+    kindpats = normalize(patterns, default, root, cwd, auditor, warn)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 323, in _donormalize
+    pat = pathutil.canonpath(root, cwd, pat, auditor=auditor)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\pathutil.py", line 251, in canonpath
+    _(b"%s not under root '%s'") % (myname, root), hint=hint
+Abort: a/b/*/*.txt not under root '/repo'

test-match.py

--- c:/hgdev/src/tests/test-match.py.out
+++ c:/hgdev/src/tests/test-match.py.err
@@ -0,0 +1,48 @@
+ERROR: testVisitchildrensetGlob (__main__.IncludeMatcherTests)
+
+Traceback (most recent call last):
+  File "c:\hgdev\src	ests	est-match.py", line 180, in testVisitchildrensetGlob
+    m = matchmod.match(b'/repo', b'', include=[b'glob:dir/z*'])
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 272, in match
+    kindpats = normalize(include, b'glob', root, cwd, auditor, warn)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 323, in _donormalize
+    pat = pathutil.canonpath(root, cwd, pat, auditor=auditor)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\pathutil.py", line 251, in canonpath
+    _(b"%s not under root '%s'") % (myname, root), hint=hint
+Abort: dir/z* not under root '/repo'
+ERROR: testVisitdirGlob (__main__.IncludeMatcherTests)
+
+Traceback (most recent call last):
+  File "c:\hgdev\src	ests	est-match.py", line 170, in testVisitdirGlob
+    m = matchmod.match(b'/repo', b'', include=[b'glob:dir/z*'])
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 272, in match
+    kindpats = normalize(include, b'glob', root, cwd, auditor, warn)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 323, in _donormalize
+    pat = pathutil.canonpath(root, cwd, pat, auditor=auditor)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\pathutil.py", line 251, in canonpath
+    _(b"%s not under root '%s'") % (myname, root), hint=hint
+Abort: dir/z* not under root '/repo'
+ERROR: testVisitchildrensetGlob (__main__.PatternMatcherTests)
+
+Traceback (most recent call last):
+  File "c:\hgdev\src	ests	est-match.py", line 120, in testVisitchildrensetGlob
+    m = matchmod.match(b'/repo', b'', patterns=[b'glob:dir/z*'])
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 254, in match
+    kindpats = normalize(patterns, default, root, cwd, auditor, warn)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 323, in _donormalize
+    pat = pathutil.canonpath(root, cwd, pat, auditor=auditor)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\pathutil.py", line 251, in canonpath
+    _(b"%s not under root '%s'") % (myname, root), hint=hint
+Abort: dir/z* not under root '/repo'
+ERROR: testVisitdirGlob (__main__.PatternMatcherTests)
+
+Traceback (most recent call last):
+  File "c:\hgdev\src	ests	est-match.py", line 110, in testVisitdirGlob
+    m = matchmod.match(b'/repo', b'', patterns=[b'glob:dir/z*'])
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 254, in match
+    kindpats = normalize(patterns, default, root, cwd, auditor, warn)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\match.py", line 323, in _donormalize
+    pat = pathutil.canonpath(root, cwd, pat, auditor=auditor)
+  File "C:\Temp\hgtests.wgf2wu\install\lib\python\mercurial\pathutil.py", line 251, in canonpath
+    _(b"%s not under root '%s'") % (myname, root), hint=hint
+Abort: dir/z* not under root '/repo'

test-push-race.t#unrelated

--- c:/hgdev/src/tests/test-push-race.t
+++ c:/hgdev/src/tests/test-push-race.t#unrelated.err
@@ -205,6 +205,7 @@
   remote: added 1 changesets with 1 changes to 1 files
 
   $ release $TESTTMP/watchfile
+  touch: setting times of `C:\Temp\hgtests.wgf2wu\child9\test-push-race.t-unrelated/watchfile': Permission denied
 
 Check the result of the push
 

Skipped Tests

Long Tests

DurationTest
145.0stest-static-http.t
142.9stest-merge-combination.t
134.8stest-bookmarks-pushpull.t#b2-binary
134.6stest-bookmarks-pushpull.t#b2-pushkey
132.6stest-obsolete.t
128.7stest-http-permissions.t
123.9stest-obsolete-bundle-strip.t
120.3stest-hgwebdir.t
113.7stest-subrepo.t
111.9stest-revset.t
110.9stest-https.t
102.7stest-graft.t#abortcommand
101.1stest-graft.t#abortflag
100.3stest-largefiles.t
96.7stest-bundle2-exchange.t#sshv2
96.5stest-bundle2-exchange.t#sshv1
94.5stest-rebase-obsolete.t
89.1stest-log.t
88.3stest-import.t
88.1stest-treediscovery.t
87.3stest-template-functions.t
86.7stest-merge-tools.t
85.8stest-glog-beautifygraph.t
85.3stest-glog.t
84.6stest-mq.t
82.6stest-obsmarker-template.t
79.3stest-largefiles-misc.t
78.1stest-run-tests.t
75.0stest-lfs-serve.t#lfsremote-on
74.0stest-http.t
72.2stest-install.t
69.9stest-fix.t
69.7stest-largefiles-update.t
68.5stest-clonebundles.t
66.9stest-commit-amend.t
66.5stest-shelve2.t#phasebased#abortflag#continueflag
66.2stest-keyword.t
66.2stest-rename-merge2.t
66.1stest-shelve.t#stripbased
66.0stest-shelve2.t#stripbased#abortflag#continueflag
65.8stest-http-bad-server.t
65.8stest-shelve.t#phasebased
65.4stest-shelve2.t#stripbased#abortflag#continuecommand
65.4stest-hgweb.t
65.1stest-shelve2.t#stripbased#abortcommand#continuecommand
65.0stest-strip.t
64.6stest-shelve2.t#phasebased#abortflag#continuecommand
64.5stest-shelve2.t#phasebased#abortcommand#continueflag
64.4stest-shelve2.t#stripbased#abortcommand#continueflag
64.0stest-treediscovery-legacy.t
63.8stest-update-branches.t
63.5stest-phases-exchange.t
63.5stest-bookmarks.t
62.2stest-shelve2.t#phasebased#abortcommand#continuecommand
61.0stest-copies.t#compatibility
61.0stest-copies.t#filelog
60.9stest-copies.t#changeset
60.9stest-http-bundle1.t
60.6stest-copies.t#sidedata
59.5stest-copytrace-heuristics.t
59.2stest-push-race.t#strict
59.1stest-obsolete-divergent.t
58.8stest-push-race.t#unrelated
58.5stest-largefiles-wireproto.t#sshv1
57.7stest-largefiles-wireproto.t#sshv2
57.6stest-revset2.t
55.3stest-merge-force.t
53.1stest-archive.t
53.1stest-lfs-serve-access.t
52.8stest-merge-changedelete.t
52.2stest-clone-uncompressed.t#stream-bundle2
52.1stest-mq-subrepo.t
52.1stest-push-warn.t
51.9stest-clone.t#sshv2
51.7stest-narrow.t#tree#lfs-on
51.7stest-clone.t#sshv1
50.9stest-narrow.t#flat#lfs-on
50.4stest-lfs.t
50.1stest-mv-cp-st-diff.t
49.9stest-transplant.t#continueflag
49.7stest-mq-header-date.t
49.1stest-transplant.t#commandmode
48.9stest-revert.t
48.5stest-subrepo-deep-nested-change.t
48.3stest-bisect.t
47.6stest-template-keywords.t
47.0stest-narrow.t#tree#lfs-off
46.8stest-censor.t
46.7stest-rebase-scenario-global.t
46.7stest-annotate.t
46.5stest-treemanifest.t
46.5stest-narrow.t#flat#lfs-off
46.3stest-template-basic.t
45.5stest-push-http.t#bundle2
45.5stest-hgweb-json.t
44.9stest-mq-header-from.t
43.9stest-clone-uncompressed.t#stream-legacy
43.7stest-convert-filemap.t
41.8stest-copies-unrelated.t#changeset
41.8stest-copies-unrelated.t#compatibility
41.8stest-copies-unrelated.t#filelog
41.6stest-copies-unrelated.t#sidedata
41.3stest-check-code.t
41.0stest-init.t
40.3stest-backout.t
40.1stest-template-map.t
39.7stest-uncommit.t
39.5stest-tag.t
39.4stest-hook.t
39.0stest-resolve.t
38.7stest-tags.t
37.6stest-bundle2-remote-changegroup.t#sshv2
37.5stest-ssh-proto.t
37.4stest-bundle2-remote-changegroup.t#sshv1
37.4stest-hgweb-filelog.t
37.2stest-mq-guards.t
37.2stest-commit-interactive.t
36.8stest-rebase-collapse.t
35.7stest-branches.t
35.6stest-histedit-fold.t
35.1stest-contrib-perf.t
35.1stest-commit.t
35.0stest-wireproto-exchangev2.t
34.7stest-narrow-widen-no-ellipsis.t#tree
34.6stest-narrow-widen-no-ellipsis.t#flat
34.6stest-fileset.t
34.2stest-extension.t
34.0stest-push-http.t#bundle1
34.0stest-help.t
33.5stest-rebase-abort.t#abortcommand#continueflag
33.4stest-rebase-abort.t#abortcommand#continuecommand
33.1stest-fetch.t
33.1stest-rebase-abort.t#abortflag#continueflag
33.0stest-rebase-abort.t#abortflag#continuecommand
32.9stest-newbranch.t
32.5stest-ssh.t#sshv1
32.4stest-histedit-obsolete.t#abortcommand
32.2stest-hgweb-symrev.t
32.0stest-narrow-widen.t#tree
32.0stest-ssh.t#sshv2
31.9stest-narrow-widen.t#flat
31.7stest-mq-qpush-fail.t
31.7stest-histedit-obsolete.t#abortflag
31.5stest-acl.t
31.5stest-issue3084.t
31.4stest-rename.t
30.7stest-bundle.t
30.5stest-amend.t#obsstore-off
30.4stest-status.t
30.4stest-amend.t#obsstore-on
30.2stest-narrow-clone.t
30.2stest-hgweb-diffs.t
30.0stest-rebase-dest.t
29.6stest-bisect2.t
29.4stest-fastannotate-hg.t
29.2stest-split.t#obsstore-on
29.0stest-subrepo-recursion.t
29.0stest-eol.t
28.8stest-setdiscovery.t
28.7stest-obshistory.t
28.7stest-revlog-mmapindex.t
28.6stest-mq-qclone-http.t
28.4stest-obsolete-distributed.t
28.4stest-phases.t
28.4stest-ssh-bundle1.t#sshv2
28.4stest-narrow-clone-no-ellipsis.t
28.2stest-alias.t
28.0stest-absorb.t
27.9stest-ssh-bundle1.t#sshv1
27.9stest-automv.t
27.7stest-histedit-arguments.t#abortflag
27.6stest-histedit-arguments.t#abortcommand
27.4stest-rebase-newancestor.t
27.2stest-narrow-shallow-merges.t
27.2stest-branch-change.t
27.0stest-upgrade-repo.t
26.9stest-sparse.t
26.8stest-rebase-cache.t
26.6stest-rebase-parameters.t
26.6stest-mq-qpush-exact.t
26.5stest-merge1.t
26.4stest-merge-no-file-change.t
26.4stest-casecollision-merge.t
26.3stest-narrow-clone-stream.t#flat-fncache
26.2stest-hgweb-commands.t
26.1stest-narrow-clone-stream.t#tree
25.9stest-rollback.t
25.9stest-narrow-clone-stream.t#flat-nofncache
25.9stest-histedit-edit.t
25.9stest-wireproto.t
25.7stest-hgweb-csp.t
25.7stest-split.t#obsstore-off
25.2stest-bheads.t
24.7stest-bookflow.t
24.4stest-http-clone-r.t
24.3stest-git-export.t
24.2stest-check-config.t
24.2stest-infinitepush-bundlestore.t
24.2stest-http-proxy.t
24.1stest-ssh-proto-unbundle.t
24.0stest-lfs-test-server.t#hg-server
24.0stest-show-work.t
23.5stest-convert-hg-sink.t
23.3stest-bundle-r.t
23.0stest-mq-qnew.t
22.7stest-narrow-clone-nonlinear.t
22.6stest-rebase-base-flag.t
22.5stest-rebase-interruptions.t
22.4stest-subrepo-relative-path.t
22.3stest-unamend.t
22.3stest-rebase-named-branches.t
22.1stest-strip-cross.t
22.0stest-casefolding.t
21.9stest-rebase-pull.t
21.8stest-remove.t
21.7stest-narrow-share.t#flat
21.7stest-push.t
21.7stest-narrow-share.t#tree
21.6stest-import-git.t
21.5stest-copies-in-changeset.t#sidedata
21.4stest-patchbomb.t
20.7stest-mq-qimport.t
20.5stest-incoming-outgoing.t
20.4stest-identify.t
20.4stest-debugcommands.t
20.2stest-add.t
20.1stest-walk.t
20.0stest-lfs-serve.t#lfsremote-off
20.0stest-narrow-patterns.t

Timeline

test-contrib-check-code.t (3.12s)test-contrib-check-commit.t (0.67s)test-contrib-perf.t (35.11s)test-imports-checker.t (8.36s)test-merge-combination.t (142.92s)test-obsolete-checkheads.t (19.05s)test-push-race.t#strict (59.22s)test-run-tests.t (78.14s)test-push-race.t#unrelated (58.84s)test-check-code.t (41.28s)test-push-checkheads-unpushed-D4.t (8.05s)test-push-checkheads-unpushed-D5.t (8.02s)test-push-checkheads-unpushed-D3.t (7.67s)test-check-py3-compat.t (8.16s)test-push-checkheads-pruned-B8.t (8.33s)test-push-checkheads-superceed-A7.t (7.42s)test-push-checkheads-superceed-A6.t (7.52s)test-rebase-check-restore.t (7.91s)test-push-checkheads-unpushed-D7.t (8.08s)test-push-checkheads-unpushed-D2.t (6.62s)test-largefiles-update.t (69.66s)test-push-checkheads-pruned-B5.t (6.77s)test-push-checkheads-superceed-A3.t (6.30s)test-push-checkheads-superceed-A2.t (6.33s)test-push-checkheads-pruned-B2.t (5.72s)test-push-checkheads-pruned-B3.t (5.64s)test-push-checkheads-pruned-B4.t (5.49s)test-push-checkheads-unpushed-D6.t (6.53s)test-push-checkheads-partial-C2.t (5.33s)test-push-checkheads-partial-C1.t (5.26s)test-push-checkheads-partial-C4.t (5.08s)test-push-checkheads-superceed-A8.t (6.03s)test-push-checkheads-pruned-B6.t (5.45s)test-push-checkheads-pruned-B7.t (5.64s)test-push-checkheads-partial-C3.t (4.72s)test-push-checkheads-unpushed-D1.t (5.05s)test-subrepo-svn.t (0.33s)test-push-checkheads-superceed-A4.t (4.69s)test-push-checkheads-superceed-A5.t (4.66s)test-push-checkheads-pruned-B1.t (4.00s)test-push-checkheads-superceed-A1.t (4.20s)test-copytrace-heuristics.t (59.45s)test-check-config.t (24.19s)test-glog-beautifygraph.t (85.81s)test-gendoc-ja.t (0.16s)test-convert-cvs.t (0.16s)test-check-module-imports.t (17.19s)test-help.t (33.97s)test-obsolete-bounds-checking.t (1.09s)test-gendoc.t (0.14s)test-glog.t (85.34s)test-convert-svn-sink.t (0.16s)test-check-help.t (10.67s)test-check-pyflakes.t (0.41s)test-patchbomb.t (21.44s)test-convert-svn-source.t (0.20s)test-obsolete-bundle-strip.t (123.86s)test-abort-checkin.t (1.16s)test-http-bad-server.t (65.83s)test-ssh-proto-unbundle.t (24.11s)test-obsmarker-template.t (82.61s)test-check-shbang.t (3.66s)test-acl.t (31.48s)test-check-commit.t (1.33s)test-convert-svn-move.t (0.22s)test-check-interfaces.py (0.83s)test-hgweb-commands.t (26.17s)test-hgweb-symrev.t (32.22s)test-obsolete.t (132.62s)test-upgrade-repo.t (27.03s)test-extension.t (34.25s)test-ssh-proto.t (37.47s)test-log.t (89.06s)test-check-execute.t (0.19s)test-dirstate-race.t (18.41s)test-check-pylint.t (0.39s)test-graft.t#abortcommand (102.73s)test-graft.t#abortflag (101.06s)test-convert-svn-encoding.t (0.17s)test-wireproto-content-redirects.t (14.69s)test-hgweb-filelog.t (37.39s)test-hgwebdir.t (120.28s)test-wireproto-exchangev2.t (34.98s)test-bundle2-format.t (10.94s)test-template-map.t (40.09s)test-revset.t (111.91s)test-subrepo.t (113.72s)test-convert-cvs-detectmerge.t (0.14s)test-rebase-obsolete.t (94.50s)test-hgweb-json.t (45.45s)test-largefiles.t (100.33s)test-merge-tools.t (86.66s)test-convert-cvs-synthetic.t (0.16s)test-gendoc-ro.t (0.19s)test-import.t (88.28s)test-subrepo-deep-nested-change.t (48.45s)test-bundle2-exchange.t#sshv1 (96.53s)test-bundle2-exchange.t#sshv2 (96.69s)test-phases-exchange.t (63.47s)test-bookmarks-pushpull.t#b2-binary (134.80s)test-bookmarks-pushpull.t#b2-pushkey (134.56s)test-convert-cvsnt-mergepoints.t (0.19s)test-strip.t (64.97s)test-template-functions.t (87.33s)test-commit-interactive.t (37.20s)test-merge-changedelete.t (52.81s)test-fix.t (69.92s)test-lfs.t (50.44s)test-hook.t (39.44s)test-rename-merge2.t (66.20s)test-https.t (110.92s)test-highlight.t (0.16s)test-convert-git.t (0.16s)test-http-permissions.t (128.73s)test-lfs-test-server.t#git-server (0.34s)test-lfs-test-server.t#hg-server (24.05s)test-setdiscovery.t (28.78s)test-bookmarks.t (63.45s)test-commandserver.t (19.03s)test-clone.t#sshv1 (51.73s)test-clone.t#sshv2 (51.92s)test-shelve.t#phasebased (65.75s)test-shelve.t#stripbased (66.08s)test-check-clang-format.t (0.17s)test-merge-force.t (55.33s)test-revset2.t (57.61s)test-convert-cvs-branch.t (0.16s)test-largefiles-misc.t (79.30s)test-commit-amend.t (66.89s)test-branches.t (35.69s)test-http-protocol.t (17.33s)test-hgweb-diffs.t (30.17s)test-keyword.t (66.25s)test-revert.t (48.92s)test-template-keywords.t (47.61s)test-wireproto-command-filesdata.t (9.16s)test-convert-svn-branches.t (0.19s)test-mq.t (84.57s)test-convert-hg-svn.t (0.19s)test-gendoc-de.t (0.20s)test-lfs-serve-access.t (53.08s)test-wireproto-command-capabilities.t (7.41s)test-generaldelta.t (15.64s)test-subrepo-git.t (0.16s)test-lfs-serve.t#lfsremote-off (20.05s)test-lfs-serve.t#lfsremote-on (74.98s)test-transplant.t#commandmode (49.10s)test-transplant.t#continueflag (49.91s)test-treemanifest.t (46.54s)test-tags.t (38.70s)test-check-rust-format.t (0.17s)test-phases.t (28.42s)test-template-basic.t (46.32s)test-tag.t (39.49s)test-subrepo-recursion.t (28.96s)test-hgweb.t (65.36s)test-convert.t (8.15s)test-check-jshint.t (0.33s)test-http-api-httpv2.t (8.21s)test-http.t (74.03s)test-convert-filemap.t (43.69s)test-obsolete-divergent.t (59.05s)test-annotate.t (46.66s)test-bundle.t (30.75s)test-resolve.t (38.96s)test-shelve2.t#phasebased#abortcommand#continuecommand (62.16s)test-shelve2.t#phasebased#abortcommand#continueflag (64.50s)test-shelve2.t#phasebased#abortflag#continuecommand (64.58s)test-shelve2.t#phasebased#abortflag#continueflag (66.45s)test-shelve2.t#stripbased#abortcommand#continuecommand (65.06s)test-shelve2.t#stripbased#abortcommand#continueflag (64.41s)test-shelve2.t#stripbased#abortflag#continuecommand (65.39s)test-shelve2.t#stripbased#abortflag#continueflag (66.04s)test-split.t#obsstore-off (25.66s)test-split.t#obsstore-on (29.23s)test-notify.t (13.13s)test-encoding-textwrap.t (2.52s)test-obsolete-distributed.t (28.43s)test-walk.t (20.12s)test-mv-cp-st-diff.t (50.08s)test-bisect.t (48.31s)test-convert-p4-filetypes.t (0.19s)test-rebase-scenario-global.t (46.75s)test-commit.t (35.11s)test-ssh.t#sshv1 (32.53s)test-ssh.t#sshv2 (31.98s)test-bundle2-remote-changegroup.t#sshv1 (37.42s)test-bundle2-remote-changegroup.t#sshv2 (37.57s)test-clonebundles.t (68.50s)test-wireproto-exchangev2-shallow.t (0.23s)test-import-git.t (21.56s)test-mq-header-from.t (44.88s)test-i18n.t (3.30s)test-rebase-inmemory.t (0.16s)test-treediscovery.t (88.05s)test-bisect2.t (29.56s)test-archive.t (53.15s)test-fileset.t (34.60s)test-grep.t (19.90s)test-push-warn.t (52.05s)test-check-format.t (0.14s)test-hgweb-annotate-whitespace.t (5.84s)test-log-linerange.t (11.11s)test-remotefilelog-repack.t (0.14s)test-debugcommands.t (20.36s)test-remove.t (21.82s)test-clone-uncompressed.t#stream-bundle2 (52.15s)test-clone-uncompressed.t#stream-legacy (43.94s)test-alias.t (28.20s)test-ssh-bundle1.t#sshv1 (27.95s)test-ssh-bundle1.t#sshv2 (28.41s)test-mq-header-date.t (49.66s)test-wireproto-command-changesetdata.t (9.64s)test-blackbox.t (13.83s)test-pull-pull-corruption.t (16.05s)test-update-branches.t (63.80s)test-convert-svn-startrev.t (0.16s)test-devel-warnings.t (4.43s)test-backout.t (40.33s)test-push-http.t#bundle1 (34.01s)test-push-http.t#bundle2 (45.55s)test-rebase-collapse.t (36.76s)test-contrib-relnotes.t (0.14s)test-audit-subrepo.t (13.92s)test-histedit-obsolete.t#abortcommand (32.44s)test-histedit-obsolete.t#abortflag (31.67s)test-histedit-arguments.t#abortcommand (27.60s)test-histedit-arguments.t#abortflag (27.74s)test-wireproto.t (25.85s)test-globalopts.t (10.16s)test-http-bundle1.t (60.89s)test-hgweb-descend-empties.t (3.02s)test-obshistory.t (28.73s)test-fncache.t (13.24s)test-rename.t (31.39s)test-uncommit.t (39.66s)test-extdiff.t (19.56s)test-mq-subrepo.t (52.08s)test-fastannotate-hg.t (29.43s)test-histedit-fold.t (35.56s)test-progress.t (4.66s)test-remotefilelog-repack-fast.t (0.16s)test-getbundle.t (7.91s)test-censor.t (46.76s)test-largefiles-wireproto.t#sshv1 (58.49s)test-largefiles-wireproto.t#sshv2 (57.71s)test-status-color.t (17.42s)test-narrow.t#flat#lfs-off (46.51s)test-narrow.t#flat#lfs-on (50.86s)test-narrow.t#tree#lfs-off (46.96s)test-narrow.t#tree#lfs-on (51.75s)test-convert-hg-sink.t (23.51s)test-logexchange.t (17.18s)test-merge-types.t (0.16s)test-histedit-commute.t (18.09s)test-amend.t#obsstore-off (30.55s)test-amend.t#obsstore-on (30.39s)test-lfconvert.t (19.34s)test-histedit-edit.t (25.89s)test-fetch.t (33.14s)test-copies.t#changeset (60.95s)test-copies.t#compatibility (61.04s)test-copies.t#filelog (61.01s)test-copies.t#sidedata (60.63s)test-wireproto-caching.t (7.11s)test-incoming-outgoing.t (20.52s)test-manifest.t (17.76s)test-clone-pull-corruption.t (8.25s)test-eol.t (28.96s)test-rollback.t (25.91s)test-remotefilelog-bgprefetch.t (0.16s)test-newbranch.t (32.92s)test-bundle2-multiple-changegroups.t (9.72s)test-merge-criss-cross.t (18.24s)test-wireproto-command-manifestdata.t (6.32s)test-status.t (30.43s)test-git-export.t (24.29s)test-infinitepush-ci.t (16.07s)test-install.t (72.24s)test-diff-color.t (6.71s)test-rebase-abort.t#abortcommand#continuecommand (33.40s)test-rebase-abort.t#abortcommand#continueflag (33.46s)test-rebase-abort.t#abortflag#continuecommand (33.04s)test-rebase-abort.t#abortflag#continueflag (33.13s)test-lfs-largefiles.t (13.97s)test-hgweb-empty.t (8.42s)test-dirstate-race2.t (1.88s)test-merge1.t (26.49s)test-infinitepush-bundlestore.t (24.18s)test-rebase-conflicts.t (16.18s)test-push.t (21.69s)test-rebase-newancestor.t (27.40s)test-convert-mtn.t (0.20s)test-copies-in-changeset.t#extra (18.99s)test-copies-in-changeset.t#sidedata (21.49s)test-narrow-shallow-merges.t (27.19s)test-mq-guards.t (37.24s)test-hghave.t (19.61s)test-convert-svn-tags.t (0.16s)test-pager.t (13.92s)test-completion.t (6.44s)test-wireproto-command-filedata.t (8.27s)test-qrecord.t (7.28s)test-mq-subrepo-svn.t (0.19s)test-revset-legacy-lookup.t (19.19s)test-copies-unrelated.t#changeset (41.84s)test-copies-unrelated.t#compatibility (41.84s)test-copies-unrelated.t#filelog (41.82s)test-copies-unrelated.t#sidedata (41.65s)test-rebase-interruptions.t (22.47s)test-absorb.t (28.04s)test-rebase-parameters.t (26.57s)test-hardlinks.t (18.77s)test-export.t (13.44s)test-issue3084.t (31.46s)test-merge-no-file-change.t (26.36s)test-verify.t (11.14s)test-narrow-patterns.t (20.02s)test-rebase-dest.t (30.02s)test-mq-qpush-fail.t (31.71s)test-narrow-widen-no-ellipsis.t#flat (34.60s)test-narrow-widen-no-ellipsis.t#tree (34.69s)test-commit-interactive-curses.t (0.19s)test-bundle-r.t (23.35s)test-rebase-pull.t (21.88s)test-exchange-obsmarkers-case-A1.t (18.89s)test-branch-change.t (27.19s)test-chg.t (0.17s)test-sparse.t (26.89s)test-rebase-named-branches.t (22.25s)test-fix-topology.t#obsstore-off (17.30s)test-fix-topology.t#obsstore-on (19.61s)test-import-bypass.t (15.25s)test-revert-interactive.t (14.25s)test-parse-date.t (19.61s)test-treediscovery-legacy.t (64.04s)test-narrow-widen.t#flat (31.89s)test-narrow-widen.t#tree (32.00s)test-rebase-cache.t (26.83s)test-journal.t (6.97s)test-help-hide.t (0.48s)test-releasenotes-formatting.t (0.16s)test-mq-qrefresh.t (19.75s)test-histedit-fold-non-commute.t (16.70s)test-gendoc-pt_BR.t (0.16s)test-gendoc-zh_CN.t (0.16s)test-gendoc-zh_TW.t (0.16s)test-exchange-obsmarkers-case-A3.t (19.10s)test-mq-qrefresh-interactive.t (4.56s)test-githelp.t (14.85s)test-wireproto-command-rawstorefiledata.t (5.05s)test-static-http.t (145.04s)test-histedit-non-commute.t (15.38s)test-hgignore.t (11.39s)test-win32text.t (11.20s)test-exchange-obsmarkers-case-C3.t (11.48s)test-gendoc-da.t (0.16s)test-gendoc-el.t (0.16s)test-gendoc-fr.t (0.16s)test-gendoc-it.t (0.12s)test-gendoc-ru.t (0.14s)test-gendoc-sv.t (0.16s)test-share-bookmarks.t#svfs (12.73s)test-share-bookmarks.t#vfs (12.58s)test-mq-qnew.t (23.03s)test-bheads.t (25.17s)test-flagprocessor.t (17.05s)test-diff-ignore-whitespace.t (12.78s)test-bookflow.t (24.69s)test-config.t (10.47s)test-http-api.t (4.30s)test-largefiles-cache.t (18.06s)test-encoding.t (6.63s)test-rebase-rename.t (17.74s)test-convert-bzr-merges.t (0.16s)test-single-head.t (15.48s)test-mq-qimport.t (20.72s)test-url-rev.t (13.41s)test-diff-unified.t (8.69s)test-mq-qrefresh-replace-log-message.t (14.16s)test-unamend.t (22.33s)test-init.t (41.03s)test-pager-legacy.t (9.38s)test-rebase-base-flag.t (22.61s)test-histedit-base.t (8.98s)test-parseindex.t (5.50s)test-clone-r.t (12.80s)test-bad-extension.t (2.16s)test-hgweb-raw.t (12.45s)test-rebase-mq.t (18.36s)test-exchange-obsmarkers-case-D1.t (10.95s)test-hgweb-removed.t (4.48s)test-eol-patch.t (8.05s)test-automv.t (27.91s)test-exchange-obsmarkers-case-C2.t (10.94s)test-ssh-clone-r.t#sshv1 (12.42s)test-ssh-clone-r.t#sshv2 (12.45s)test-subrepo-relative-path.t (22.38s)test-casecollision-merge.t (26.36s)test-hgrc.t (5.33s)test-http-clone-r.t (24.41s)test-convert-bzr.t (0.16s)test-bookmarks-corner-case.t (8.27s)test-rename-dir-merge.t (13.62s)test-strip-cross.t (22.09s)test-add.t (20.19s)test-histedit-no-change.t (12.28s)test-narrow-clone.t (30.23s)test-diffstat.t (16.16s)test-convert-splicemap.t (11.06s)test-http-proxy.t (24.16s)test-removeemptydirs.t (14.45s)test-fileset-generated.t (6.36s)test-bundle-phases.t (15.39s)test-exchange-obsmarkers-case-C1.t (9.61s)test-conflict.t (8.45s)test-status-rev.t (5.64s)test-diff-upgrade.t (0.14s)test-pull-update.t (12.77s)test-copy.t (13.83s)test-bisect3.t (9.36s)test-remotefilelog-prefetch.t (0.14s)test-up-local-change.t (12.64s)test-dispatch.t (8.47s)test-narrow-exchange.t#lfs-off (10.88s)test-narrow-exchange.t#lfs-on (11.91s)test-obsolete-changeset-exchange.t (8.48s)test-exchange-obsmarkers-case-D4.t (9.16s)test-eol-update.t (7.50s)test-pull-bundle.t (17.95s)test-remotefilelog-push-pull.t (0.14s)test-share.t (11.97s)test-narrow-exchange-merges.t (12.05s)test-absorb-rename.t (14.89s)test-exchange-obsmarkers-case-B5.t (11.09s)test-churn.t (9.86s)test-pull-branch.t (14.06s)test-eol-hook.t (9.80s)test-bundle-type.t (14.48s)test-remotefilelog-linknodes.t (0.17s)test-narrow-trackedcmd.t#flat (11.09s)test-narrow-trackedcmd.t#tree (11.17s)test-notify-changegroup.t (5.63s)test-byteify-strings.t (0.16s)test-rebase-detach.t (16.47s)test-stream-bundle-v2.t (9.25s)test-sparse-profiles.t (10.88s)test-mq-qpush-exact.t (26.56s)test-fastannotate-protocol.t (9.89s)test-hybridencode.py (0.36s)test-rebase-bookmarks.t (18.31s)test-bookmarks-current.t (16.91s)test-convert-hg-source.t (15.00s)test-encoding-align.t (6.31s)test-debugbuilddag.t (6.11s)test-convert-baz.t (0.17s)test-inherit-mode.t (0.16s)test-infinitepush.t (18.00s)test-histedit-non-commute-abort.t (8.47s)test-releasenotes-merging.t (0.17s)test-convert-hg-startrev.t (11.08s)test-show-work.t (23.98s)test-narrow-strip.t#flat#lfs-off (8.97s)test-narrow-strip.t#flat#lfs-on (9.78s)test-narrow-strip.t#tree#lfs-off (9.02s)test-narrow-strip.t#tree#lfs-on (9.58s)test-repo-compengines.t (10.75s)test-merge-commit.t (8.75s)test-audit-path.t (3.72s)test-exchange-obsmarkers-case-B4.t (12.42s)test-fastannotate.t (12.88s)test-narrow-expanddirstate.t (6.86s)test-remotefilelog-gcrepack.t (0.19s)test-purge.t (12.77s)test-symlinks.t (0.19s)test-exchange-obsmarkers-case-C4.t (10.28s)test-sparse-revlog.t (0.20s)test-mq-safety.t (15.92s)test-directaccess.t (9.62s)test-exchange-obsmarkers-case-A6.t (11.03s)test-exchange-obsmarkers-case-A5.t (9.89s)test-basic.t (6.25s)test-remotefilelog-local.t (0.17s)test-narrow-share.t#flat (21.71s)test-narrow-share.t#tree (21.68s)test-hgweb-csp.t (25.72s)test-merge-default.t (8.67s)test-histedit-bookmark-motion.t (7.58s)test-obsolete-tag-cache.t (5.02s)test-diff-binary-file.t (5.92s)test-casefolding.t (21.99s)test-mq-git.t (6.84s)test-mq-qfold.t (11.36s)test-remotefilelog-cacheprocess.t (0.16s)test-patchbomb-bookmark.t (3.83s)test-stack.t (13.29s)test-journal-share.t (6.60s)test-paths.t (9.02s)test-contrib-testparseutil.t (0.52s)test-hgweb-no-request-uri.t (1.53s)test-sparse-merges.t (13.84s)test-pathconflicts-merge.t (13.09s)test-releasenotes-parsing.t (0.16s)test-diff-indent-heuristic.t#bdiff (1.08s)test-diff-indent-heuristic.t#xdiff (1.34s)test-import-merge.t (13.87s)test-drawdag.t (9.88s)test-patchbomb-tls.t (11.92s)test-exchange-obsmarkers-case-B2.t (9.33s)test-convert-p4.t (0.17s)test-show-stack.t (15.03s)test-narrow-clone-nonlinear.t (22.74s)test-mq-eol.t (7.69s)test-exchange-obsmarkers-case-A4.t (8.60s)test-convert-bzr-directories.t (0.20s)test-obsmarkers-effectflag.t (14.64s)test-rename-merge1.t (16.14s)test-fastannotate-renames.t (10.24s)test-histedit-drop.t (7.47s)test-rebase-mq-skip.t#continuecommand (13.42s)test-rebase-mq-skip.t#continueflag (13.52s)test-bookmarks-merge.t (11.55s)test-lock-badness.t (0.17s)test-repair-strip.t (0.16s)test-match.py (0.36s)test-histedit-outgoing.t (9.33s)test-pull.t#sshv1 (12.56s)test-pull.t#sshv2 (12.33s)test-exchange-obsmarkers-case-B6.t (7.96s)test-extension-timing.t (1.00s)test-rebase-emptycommit.t (10.80s)test-cbor.py (1.56s)test-debugbundle.t (2.89s)test-copy-move-merge.t (10.14s)test-profile.t (8.43s)test-convert-tla.t (0.12s)test-mq-qclone-http.t (28.64s)test-exchange-obsmarkers-case-A2.t (6.90s)test-exchange-obsmarkers-case-D2.t (7.98s)test-status-terse.t (7.54s)test-merge7.t (4.37s)test-phase-archived.t (4.59s)test-hgweb-no-path-info.t (1.53s)test-subrepo-missing.t (8.29s)test-pathconflicts-update.t (11.27s)test-show.t (6.06s)test-addremove-similar.t (7.88s)test-contrib.t (1.86s)test-unionrepo.t (8.93s)test-flags.t (0.14s)test-remotefilelog-gc.t (0.17s)test-commit-multiple.t (6.57s)test-repo-filters-tiptoe.t (3.98s)test-commit-unresolved.t#abortcommand (9.23s)test-commit-unresolved.t#abortflag (9.09s)test-import-eol.t (10.49s)test-logtoprocess.t (0.14s)test-mq-missingfiles.t (9.63s)test-amend-subrepo.t#obsstore-off (11.71s)test-amend-subrepo.t#obsstore-on (10.97s)test-sparse-import.t (6.51s)test-rebase-transaction.t#continuecommand (8.27s)test-rebase-transaction.t#continueflag (8.43s)test-identify.t (20.39s)test-default-push.t (7.76s)test-merge-subrepos.t (9.07s)test-narrow-clone-no-ellipsis.t (28.37s)test-filebranch.t (4.79s)test-mq-qdelete.t (13.75s)test-convert-datesort.t (9.21s)test-sidedata.t (3.98s)test-update-atomic.t (0.16s)test-mq-merge.t (9.70s)test-pull-r.t (9.09s)test-pending.t (7.43s)test-clone-update-order.t (6.37s)test-fastannotate-perfhack.t (9.07s)test-narrow-pull.t (19.27s)test-origbackup-conflict.t (6.95s)test-merge-local.t (6.95s)test-remotefilelog-http.t (0.16s)test-bugzilla.t (2.83s)test-exchange-obsmarkers-case-D3.t (8.98s)test-remote-hidden.t (7.77s)test-narrow-shallow.t (19.75s)test-worker.t (3.09s)test-merge-halt.t (7.88s)test-branch-option.t (9.54s)test-mac-packages.t (0.17s)test-empty-group.t (5.75s)test-parents.t (6.31s)test-fix-metadata.t (1.06s)test-http-branchmap.t (7.85s)test-children.t (6.34s)test-diff-change.t (7.81s)test-extdata.t (7.96s)test-bundle2-pushback.t#sshv1 (4.26s)test-bundle2-pushback.t#sshv2 (4.46s)test-rebuildstate.t (6.62s)test-mq-pull-from-bundle.t (8.06s)test-narrow-merge.t#flat (9.34s)test-narrow-merge.t#tree (9.34s)test-exchange-obsmarkers-case-B3.t (8.42s)test-remotefilelog-corrupt-cache.t (0.19s)test-merge-internal-tools-pattern.t (6.84s)test-run-tests.py (0.23s)test-issue672.t (4.18s)test-extensions-afterloaded.t (4.98s)test-tools.t (1.55s)test-fastannotate-corrupt.t (4.95s)test-narrow-commit.t#flat (9.96s)test-narrow-commit.t#tree (9.91s)test-eol-clone.t (3.48s)test-wireproto-serverreactor.py (0.45s)test-excessive-merge.t (4.70s)test-relink.t (4.06s)test-mq-qqueue.t (10.55s)test-narrow-rebase.t#continuecommand (9.03s)test-narrow-rebase.t#continueflag (9.01s)test-push-cgi.t (0.19s)test-record.t (1.36s)test-convert-darcs.t (0.16s)test-hgweb-non-interactive.t (1.09s)test-patch.t (3.75s)test-remotefilelog-clone-tree.t (0.14s)test-sqlitestore.t (0.16s)test-remotefilelog-clone.t (0.14s)test-arbitraryfilectx.t (2.15s)test-remotefilelog-sparse.t (0.14s)test-cache-abuse.t (17.94s)test-rebase-backup.t (7.26s)test-pathconflicts-basic.t (7.57s)test-simple-update.t (5.87s)test-committer.t (5.03s)test-exchange-obsmarkers-case-B7.t (7.70s)test-pull-http.t (9.49s)test-remotefilelog-bundle2-legacy.t (0.17s)test-exchange-obsmarkers-case-B1.t (7.64s)test-remotefilelog-log.t (0.16s)test-mq-qdiff.t (6.87s)test-bookmarks-rebase.t (6.39s)test-serve.t (9.24s)test-exchange-obsmarkers-case-A7.t (6.37s)test-revset-outgoing.t (4.67s)test-import-context.t (2.15s)test-remotefilelog-bundle2.t (0.19s)test-eol-add.t (3.83s)test-bundle-vs-outgoing.t (5.45s)test-rebase-partial.t (6.11s)test-update-names.t (5.12s)test-mailmap.t (4.40s)test-remotefilelog-bundles.t (0.14s)test-merge-remove.t (6.68s)test-convert-tagsbranch-topology.t (0.16s)test-requires.t (3.64s)test-locate.t (8.56s)test-merge-closedheads.t (9.38s)test-rename-after-merge.t (7.21s)test-wireproto-clientreactor.py (0.42s)test-contrib-dumprevlog.t (4.28s)test-remotefilelog-pull-noshallow.t (0.19s)test-debugextensions.t (1.58s)test-narrow-clone-stream.t#flat-fncache (26.33s)test-narrow-clone-stream.t#flat-nofncache (25.89s)test-narrow-clone-stream.t#tree (26.09s)test-rebase-legacy.t#continuecommand (2.50s)test-rebase-legacy.t#continueflag (2.37s)test-issue1306.t (3.45s)test-lfs-bundle.t (6.76s)test-issue1175.t (6.87s)test-cat.t (8.17s)test-nointerrupt.t (0.17s)test-issue660.t (7.56s)test-largefiles-small-disk.t (1.92s)test-convert-clonebranches.t (6.73s)test-oldcgi.t (0.19s)test-impexp-branch.t (5.18s)test-histedit-no-backup.t#abortcommand (3.65s)test-histedit-no-backup.t#abortflag (3.87s)test-narrow-clone-non-narrow-server.t (14.27s)test-issue586.t (6.40s)test-unified-test.t (1.34s)test-rebase-templates.t (4.86s)test-remotefilelog-tags.t (0.17s)test-merge6.t (4.92s)test-symlink-placeholder.t (0.17s)test-narrow-copies.t (7.15s)test-server-view.t (7.68s)test-rebase-issue-noparam-single-rev.t (6.25s)test-dirstate.t (4.12s)test-close-head.t (4.34s)test-url-download.t (12.21s)test-merge-revert2.t (7.87s)test-verify-repo-operations.py (0.12s)test-addremove.t (5.84s)test-mq-qrename.t (10.46s)test-narrow-update.t (7.17s)test-mq-symlinks.t (0.14s)test-ssh-repoerror.t (0.14s)test-wsgirequest.py (0.45s)test-double-merge.t (2.45s)test-narrow-patch.t#flat (3.03s)test-narrow-patch.t#tree (3.20s)test-glog-topological.t (2.23s)test-sparse-verbose-json.t (4.48s)test-merge9.t (4.50s)test-fuzz-targets.t (0.66s)test-context-metadata.t (2.69s)test-patch-offset.t (0.92s)test-log-exthook.t (1.31s)test-newcgi.t (0.16s)test-issue1802.t (0.16s)test-update-reverse.t (3.40s)test-wireproto-command-branchmap.t (3.58s)test-pushvars.t (3.25s)test-histedit-templates.t (3.14s)test-hgwebdirsym.t (0.14s)test-manifest.py (3.29s)test-revlog-raw.py (1.11s)test-merge-symlinks.t (2.23s)test-branch-tag-confict.t (2.76s)test-custom-filters.t (2.36s)test-narrow-debugcommands.t (3.17s)test-sparse-clone.t (2.86s)test-issue2137.t (1.19s)test-remotefilelog-partial-shallow.t (0.16s)test-eolfilename.t (0.16s)test-merge10.t (4.04s)test-journal-exists.t (2.42s)test-revlog-v2.t (2.28s)test-diffdir.t (5.28s)test-schemes.t (5.29s)test-issue522.t (3.19s)test-histedit-merge-tools.t (3.11s)test-mq-qgoto.t (7.70s)test-newercgi.t (0.14s)test-revlog.t (1.84s)test-url.py (0.33s)test-editor-filename.t (1.92s)test-import-unknown.t (5.58s)test-unbundlehash.t (4.53s)test-narrow-sparse.t#flat (3.51s)test-narrow-sparse.t#tree (3.79s)test-wireproto-command-known.t (2.45s)test-missing-capability.t (3.04s)test-wireproto-command-listkeys.t (2.94s)test-convert-identity.t (3.59s)test-merge-revert.t (8.07s)test-encode.t (4.06s)test-wireproto-command-heads.t (3.00s)test-permissions.t (0.16s)test-casecollision.t (0.17s)test-ancestor.py (1.14s)test-update-dest.t (2.84s)test-known.t (8.01s)test-sparse-fsmonitor.t (0.03s)test-no-symlinks.t (3.11s)test-remotefilelog-datapack.py (0.92s)test-convert-authormap.t (2.11s)test-subrepo-paths.t (1.75s)test-sparse-requirement.t (2.16s)test-confused-revert.t (4.58s)test-issue1993.t (2.34s)test-remotefilelog-permissions.t (0.17s)test-issue1502.t (2.78s)test-clone-cgi.t (0.16s)test-simplemerge.py (0.33s)test-sparse-clear.t (3.17s)test-websub.t (2.97s)test-rebase-brute-force.t (6.17s)test-revlog-mmapindex.t (28.68s)test-merge2.t (6.15s)test-diff-antipatience.t#bdiff (0.75s)test-diff-antipatience.t#xdiff (1.14s)test-issue1877.t (3.90s)test-gpg.t (0.16s)test-empty-file.t (3.37s)test-lrucachedict.py (0.30s)test-hgk.t (2.28s)test-changelog-exec.t (0.16s)test-diff-hashes.t (2.15s)test-debian-packages.t (0.22s)test-absorb-edit-lines.t (2.94s)test-mactext.t (1.47s)test-remotefilelog-wireproto.t (0.16s)test-convert-bzr-ghosts.t (0.16s)test-docker-packaging.t (0.19s)test-bookmarks-strip.t (3.26s)test-narrow-acl.t (4.98s)test-remotefilelog-keepset.t (0.16s)test-lock.py (0.34s)test-parseindex2.py (0.48s)test-diff-subdir.t (2.20s)test-remotefilelog-histpack.py (0.55s)test-remotefilelog-bad-configs.t (0.17s)test-convert-bzr-114.t (0.25s)test-trusted.py (0.42s)test-narrow-debugrebuilddirstate.t (2.50s)test-unrelated-pull.t (2.37s)test-diff-reverse.t (2.52s)test-revset-dirstate-parents.t (5.11s)test-wireproto-command-pushkey.t (2.06s)test-update-issue1456.t (0.14s)test-empty.t (1.70s)test-merge5.t (3.31s)test-wireproto-framing.py (0.33s)test-narrow-archive.t (4.87s)test-diff-copy-depth.t (5.00s)test-convert-bzr-treeroot.t (0.17s)test-hgweb-bundle.t (3.64s)test-absorb-unfinished.t (2.00s)test-mq-qimport-fail-cleanup.t (1.81s)test-linerange.py (0.30s)test-fix-clang-format.t (0.16s)test-manifest-merging.t (2.19s)test-issue619.t (2.33s)test-merge8.t (2.30s)test-issue842.t (2.65s)test-remotefilelog-blame.t (0.17s)test-filecache.py (0.36s)test-linelog.py (3.97s)test-revlog-group-emptyiter.t (1.94s)test-propertycache.py (0.69s)test-pathencode.py (0.67s)test-archive-symlinks.t (0.17s)test-demandimport.py (0.23s)test-absorb-strip.t (1.67s)test-pull-permission.t (0.17s)test-issue5979.t (3.31s)test-revisions.t (4.40s)test-absorb-filefixupstate.py (0.50s)test-merge4.t (2.72s)test-wireproto-command-lookup.t (1.78s)test-phabricator.t (0.17s)test-context.py (0.77s)test-issue612.t (2.53s)test-debugindexdot.t (2.72s)test-eol-tag.t (1.84s)test-batching.py (0.48s)test-bdiff.py (0.34s)test-hgweb-auth.py (0.19s)test-minirst.py (0.39s)test-nested-repo.t (3.00s)test-rust-ancestor.py (0.16s)test-execute-bit.t (0.17s)test-username-newline.t (1.12s)test-fastannotate-revmap.py (0.53s)test-issue4074.t (2.73s)test-remotefilelog-share.t (0.17s)test-dirstate-nonnormalset.t (2.15s)test-revlog-packentry.t (1.50s)test-ui-config.py (0.56s)test-diff-issue2761.t (2.37s)test-atomictempfile.py (0.34s)test-strict.t (2.16s)test-util.py (0.33s)test-diff-newlines.t (1.14s)test-rust-discovery.py (0.17s)test-empty-dir.t (1.75s)test-storage.py (2.58s)test-absorb-phase.t (2.14s)test-annotate.py (0.34s)test-extra-filelog-entry.t (1.67s)test-debugrename.t (2.19s)test-issue1438.t (0.16s)test-issue1102.t (1.94s)test-fastannotate-diffopts.t (1.19s)test-revert-unknown.t (2.05s)test-bad-pull.t (5.12s)test-revert-flags.t (0.17s)test-simplekeyvaluefile.py (0.34s)test-issue1089.t (1.84s)test-doctest.py (2.36s)test-backwards-remove.t (1.56s)test-wireproto.py (0.39s)test-contrib-emacs.t (0.16s)test-cappedreader.py (0.30s)test-xdg.t (0.16s)test-dirstate-backup.t (0.50s)test-mq-qsave.t (1.36s)test-encoding-func.py (0.16s)test-extensions-wrapfunction.py (0.38s)test-walkrepo.py (0.45s)test-revlog-ancestry.py (1.20s)test-ui-verbosity.py (0.45s)test-filelog.py (0.56s)test-sshserver.py (0.42s)test-hg-parseurl.py (0.47s)test-symlink-os-yes-fs-no.py (0.50s)test-config-env.py (0.47s)test-minifileset.py (0.42s)test-lfs-pointer.py (0.53s)test-duplicateoptions.py (0.62s)test-hgwebdir-paths.py (0.56s)test-ui-color.py (0.52s)test-dispatch.py (0.62s)test-mdiff.py (0.28s)test-status-inprocess.py (0.53s)test-dirs.py (0.25s)