summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-perl/conf/include/ptest-packagelists-meta-perl.inc
blob: 1a8c759b180bb27fc4f9d8e851238081c18843a8 (plain)
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
41
42
43
44
45
46
47
48
49
50
#
# Lists of the ptest in meta-perl, sorted into two sets by the time they take
# Please keep these sorted in alphabetical order
#
# A first pass at getting all meta-perl recipes which inherit ptest
# meta_perl_ptest_recipes=$(bitbake-layers show-recipes --recipes-only --layer meta-perl --inherits ptest --bare | tr '\n' ' ' | pcregrep -o1 '^NOTE:.+===(.+)$')
#
# ptests which take less than ~30s each
PTESTS_FAST_META_PERL = "\
    libcapture-tiny-perl \
    libcgi-perl \
    libcrypt-openssl-random-perl \
    libextutils-config-perl \
    libhtml-tagset-perl \
    libmozilla-ca-perl \
    libstrictures-perl \
    libterm-readkey-perl \
    libtest-nowarnings-perl \
"

PTESTS_SLOW_META_PERL = "\
    libio-socket-ssl-perl \
"

PTESTS_PROBLEMS_META_PERL ="\
    libauthen-sasl-perl \
    libconfig-autoconf-perl \
    libcrypt-openssl-guess-perl \
    libcrypt-openssl-rsa-perl \
    libdata-hexdump-perl \
    libdbd-sqlite-perl \
    libdigest-hmac-perl \
    libdigest-sha1-perl \
    libnet-dns-perl \
    libnet-dns-sec-perl \
    libnet-ldap-perl \
    libencode-perl \
    libextutils-installpaths-perl \
    libfile-slurper-perl \
    libhtml-parser-perl \
    libmime-types-perl \
    libnet-ssleay-perl \
    libsub-uplevel-perl \
    libtest-deep-perl \
    libtest-harness-perl \
    libtest-warn-perl \
    libunicode-linebreak-perl \
    libunix-statgrab \
    libxml-libxml-perl \
"