ptest-packagelists-meta-perl.inc 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #
  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
  9. PTESTS_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. libmodule-build-tiny-perl \
  17. libstrictures-perl \
  18. libterm-readkey-perl \
  19. libtest-nowarnings-perl \
  20. libtext-diff-perl \
  21. "
  22. PTESTS_SLOW_META_PERL = "\
  23. libio-socket-ssl-perl \
  24. "
  25. PTESTS_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. libextutils-installpaths-perl \
  38. libfile-slurper-perl \
  39. libhtml-parser-perl \
  40. libmime-types-perl \
  41. libnet-ssleay-perl \
  42. libsub-uplevel-perl \
  43. libtest-deep-perl \
  44. libtest-harness-perl \
  45. libtest-warn-perl \
  46. libunicode-linebreak-perl \
  47. libunix-statgrab \
  48. libxml-libxml-perl \
  49. "