ptest-packagelists-meta-perl.inc 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. libcrypt-openssl-random-perl \
  12. libdigest-hmac-perl \
  13. liberror-perl \
  14. libextutils-config-perl \
  15. libextutils-installpaths-perl \
  16. libhtml-tagset-perl \
  17. libmozilla-ca-perl \
  18. libnet-ldap-perl \
  19. libstrictures-perl \
  20. libterm-readkey-perl \
  21. libtest-nowarnings-perl \
  22. libtext-diff-perl \
  23. "
  24. PTESTS_SLOW_META_PERL = "\
  25. libio-socket-ssl-perl \
  26. "
  27. PTESTS_PROBLEMS_META_PERL = "\
  28. libauthen-sasl-perl \
  29. libcgi-perl \
  30. libconfig-autoconf-perl \
  31. libcrypt-openssl-guess-perl \
  32. libcrypt-openssl-rsa-perl \
  33. libdata-hexdump-perl \
  34. libdbd-sqlite-perl \
  35. libdigest-sha1-perl \
  36. libfile-slurper-perl \
  37. libhtml-parser-perl \
  38. libmime-types-perl \
  39. libmodule-build-tiny-perl \
  40. libnet-dns-perl \
  41. libnet-dns-sec-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. liburi-perl \
  50. libxml-libxml-perl \
  51. "