Failing tests on Ubuntu Linux

Adrian Buehlmann adrian at cadifra.com
Thu Feb 17 19:42:15 CST 2011


ERROR: /home/adi/hgrepos/hg-crew/tests/test-https.t output changed
--- /home/adi/hgrepos/hg-crew/tests/test-https.t 
+++ /home/adi/hgrepos/hg-crew/tests/test-https.t.err 
@@ -243,6 +243,7 @@
 Test unvalidated https through proxy
 
   $ http_proxy=http://localhost:$HGPORT1/ hg -R copy-pull pull --insecure --traceback
+  warning: localhost certificate with fingerprint 91:4f:1a:ff:87:24:9c:09:b6:85:9b:88:b1:90:6d:30:75:64:91:ca not verified (check hostfingerprints or web.cacerts config setting)
   pulling from https://localhost:$HGPORT/
   searching for changes
   no changes found
@@ -261,8 +262,8 @@
 Test https with cert problems through proxy
 
   $ http_proxy=http://localhost:$HGPORT1/ hg -R copy-pull pull --config web.cacerts=pub-other.pem
-  abort: error: _ssl.c:499: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
+  abort: error: _ssl.c:490: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
   [255]
   $ http_proxy=http://localhost:$HGPORT1/ hg -R copy-pull pull --config web.cacerts=pub-expired.pem https://localhost:$HGPORT2/
-  abort: error: _ssl.c:499: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
-  [255]
+  abort: error: _ssl.c:490: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
+  [255]
!..
ERROR: /home/adi/hgrepos/hg-crew/tests/test-i18n.t output changed
--- /home/adi/hgrepos/hg-crew/tests/test-i18n.t 
+++ /home/adi/hgrepos/hg-crew/tests/test-i18n.t.err 
@@ -4,17 +4,17 @@
 using the "replace" error handler:
 
   $ LANGUAGE=pt_BR hg tip
-  abortado: N?o h? um reposit?rio do Mercurial aqui (.hg n?o encontrado)!
+  abort: There is no Mercurial repository here (.hg not found)!
   [255]
 
 Using a more accomodating encoding:
 
   $ HGENCODING=UTF-8 LANGUAGE=pt_BR hg tip
-  abortado: N\xc3\xa3o h\xc3\xa1 um reposit\xc3\xb3rio do Mercurial aqui (.hg n\xc3\xa3o encontrado)! (esc)
+  abort: There is no Mercurial repository here (.hg not found)!
   [255]
 
 Different encoding:
 
   $ HGENCODING=Latin-1 LANGUAGE=pt_BR hg tip
-  abortado: N\xe3o h\xe1 um reposit\xf3rio do Mercurial aqui (.hg n\xe3o encontrado)! (esc)
+  abort: There is no Mercurial repository here (.hg not found)!
   [255]

[snip]

Failed test-https.t: output changed
Failed test-i18n.t: output changed
# Ran 403 tests, 34 skipped, 2 failed.


More information about the Mercurial-devel mailing list