blob: bb6796f81221bbfa63b38f4bc7440dc7ba7b4559 [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 \
Patrick Williams2a254922023-08-11 09:48:11 -050016 libmodule-build-tiny-perl \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050017 libstrictures-perl \
18 libterm-readkey-perl \
19 libtest-nowarnings-perl \
Patrick Williamsac13d5f2023-11-24 18:59:46 -060020 libtext-diff-perl \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050021"
22
23PTESTS_SLOW_META_PERL = "\
24 libio-socket-ssl-perl \
25"
26
27PTESTS_PROBLEMS_META_PERL ="\
28 libauthen-sasl-perl \
29 libconfig-autoconf-perl \
30 libcrypt-openssl-guess-perl \
31 libcrypt-openssl-rsa-perl \
32 libdata-hexdump-perl \
33 libdbd-sqlite-perl \
34 libdigest-hmac-perl \
35 libdigest-sha1-perl \
36 libnet-dns-perl \
37 libnet-dns-sec-perl \
38 libnet-ldap-perl \
39 libencode-perl \
40 libextutils-installpaths-perl \
41 libfile-slurper-perl \
42 libhtml-parser-perl \
43 libmime-types-perl \
44 libnet-ssleay-perl \
45 libsub-uplevel-perl \
46 libtest-deep-perl \
47 libtest-harness-perl \
48 libtest-warn-perl \
49 libunicode-linebreak-perl \
50 libunix-statgrab \
51 libxml-libxml-perl \
52"