File: mercurial.test_blacklist

package info (click to toggle)
mercurial 5.6.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 38,792 kB
  • sloc: python: 196,559; ansic: 45,504; tcl: 3,715; lisp: 1,483; sh: 1,475; cpp: 864; javascript: 649; makefile: 581; xml: 36; sql: 30
file content (40 lines) | stat: -rw-r--r-- 1,515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Fails often on mipsen
# https://bz.mercurial-scm.org/show_bug.cgi?id=6271
test-nointerrupt.t

# test-clonebundles.t fails in the reproducible-builds setup due to no
#  name resolution:
# --- /build/mercurial-3.7.2/tests/test-clonebundles.t
# +++ /build/mercurial-3.7.2/tests/test-clonebundles.t.err
# @@ -52,7 +52,7 @@
#    $ echo 'http://does.not.exist/bundle.hg' > server/.hg/clonebundles.manifest
#    $ hg clone http://localhost:$HGPORT 404-url
#    applying clone bundle from http://does.not.exist/bundle.hg
# -  error fetching bundle: (.* not known|getaddrinfo failed) (re)
# +  error fetching bundle: Temporary failure in name resolution
#    abort: error applying bundle
#    (if this error persists, consider contacting the server operator or disable clone bundles via "--config ui.clonebundles=false")
#    [255]
#
# ERROR: test-clonebundles.t output changed
test-clonebundles.t

# upstream don't run this test and it only fails when pyflakes is installed
test-check-pyflakes.t

# This test tries to test combinations of configurations involving TLS 1.0/1.1,
# but these are disabled by default in unstable now, so none of the test
# scenarios are possible to correctly construct.
test-https.t

# https://bz.mercurial-scm.org/show_bug.cgi?id=6150
test-narrow-shallow.t

# https://bz.mercurial-scm.org/show_bug.cgi?id=6294
test-debugcommands.t

# These tests are flaky, still need to investigate why:
test-commandserver.t
test-largefiles.t
test-wireproto-exchangev2.t
test-wireproto-exchangev2-shallow.t