blob: 1a8c759b180bb27fc4f9d8e851238081c18843a8 [file] [log] [blame]
Patrick Williams8e7b46e2023-05-01 14:19:06 -05001#
2# Lists of the ptest in meta-perl, sorted into two sets by the time they take
3# Please keep these sorted in alphabetical order
4#
5# A first pass at getting all meta-perl recipes which inherit ptest
6# meta_perl_ptest_recipes=$(bitbake-layers show-recipes --recipes-only --layer meta-perl --inherits ptest --bare | tr '\n' ' ' | pcregrep -o1 '^NOTE:.+===(.+)$')
7#
8# ptests which take less than ~30s each
9PTESTS_FAST_META_PERL = "\
10 libcapture-tiny-perl \
11 libcgi-perl \
12 libcrypt-openssl-random-perl \
13 libextutils-config-perl \
14 libhtml-tagset-perl \
15 libmozilla-ca-perl \
16 libstrictures-perl \
17 libterm-readkey-perl \
18 libtest-nowarnings-perl \
19"
20
21PTESTS_SLOW_META_PERL = "\
22 libio-socket-ssl-perl \
23"
24
25PTESTS_PROBLEMS_META_PERL ="\
26 libauthen-sasl-perl \
27 libconfig-autoconf-perl \
28 libcrypt-openssl-guess-perl \
29 libcrypt-openssl-rsa-perl \
30 libdata-hexdump-perl \
31 libdbd-sqlite-perl \
32 libdigest-hmac-perl \
33 libdigest-sha1-perl \
34 libnet-dns-perl \
35 libnet-dns-sec-perl \
36 libnet-ldap-perl \
37 libencode-perl \
38 libextutils-installpaths-perl \
39 libfile-slurper-perl \
40 libhtml-parser-perl \
41 libmime-types-perl \
42 libnet-ssleay-perl \
43 libsub-uplevel-perl \
44 libtest-deep-perl \
45 libtest-harness-perl \
46 libtest-warn-perl \
47 libunicode-linebreak-perl \
48 libunix-statgrab \
49 libxml-libxml-perl \
50"