All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next v2 0/8] suppport/testing: Perl interpreter and CPAN modules
@ 2018-11-23  4:31 Francois Perrad
  2018-11-23  4:31 ` [Buildroot] [PATCH/next v2 1/8] support/testing: add perl test Francois Perrad
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Francois Perrad @ 2018-11-23  4:31 UTC (permalink / raw)
  To: buildroot

test_perl.py allows to test the Perl interpreter and some of its core modules,
and it is used as base class for testing CPAN modules.

Now, scancpan could generate test for CPAN modules.
Currently, there are more than 100 CPAN modules, 25 of them are XS modules.
In order to limit the number of tests (and the execution time),
a test is generated only if the module have more than one direct dependencies
and have at least one XS dependencies.

V1 -> V2
  - refactor with TestPerlBase class
  - check "This is perl 5"

Francois Perrad (8):
  support/testing: add perl test
  scancpan: add generation of test
  support/testing: add perl-class-load test
  support/testing: add perl-gdgraph test
  support/testing: add perl-libwww-perl test
  support/testing: add perl-mail-dkim test
  support/testing: add perl-x10 test
  support/testing: add perl-xml-libxml test

 .gitlab-ci.yml                                |  7 ++
 support/testing/tests/package/test_perl.py    | 66 ++++++++++++++++++
 .../tests/package/test_perl_class_load.py     | 28 ++++++++
 .../tests/package/test_perl_gdgraph.py        | 22 ++++++
 .../tests/package/test_perl_libwww_perl.py    | 41 ++++++++++++
 .../tests/package/test_perl_mail_dkim.py      | 28 ++++++++
 .../testing/tests/package/test_perl_x10.py    | 22 ++++++
 .../tests/package/test_perl_xml_libxml.py     | 22 ++++++
 utils/scancpan                                | 67 +++++++++++++++++++
 9 files changed, 303 insertions(+)
 create mode 100644 support/testing/tests/package/test_perl.py
 create mode 100644 support/testing/tests/package/test_perl_class_load.py
 create mode 100644 support/testing/tests/package/test_perl_gdgraph.py
 create mode 100644 support/testing/tests/package/test_perl_libwww_perl.py
 create mode 100644 support/testing/tests/package/test_perl_mail_dkim.py
 create mode 100644 support/testing/tests/package/test_perl_x10.py
 create mode 100644 support/testing/tests/package/test_perl_xml_libxml.py

-- 
2.17.1

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2018-11-24  2:03 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-23  4:31 [Buildroot] [PATCH/next v2 0/8] suppport/testing: Perl interpreter and CPAN modules Francois Perrad
2018-11-23  4:31 ` [Buildroot] [PATCH/next v2 1/8] support/testing: add perl test Francois Perrad
2018-11-24  2:00   ` Ricardo Martincoski
2018-11-23  4:31 ` [Buildroot] [PATCH/next v2 2/8] scancpan: add generation of test Francois Perrad
2018-11-23  4:31 ` [Buildroot] [PATCH/next v2 3/8] support/testing: add perl-class-load test Francois Perrad
2018-11-24  2:01   ` Ricardo Martincoski
2018-11-23  4:31 ` [Buildroot] [PATCH/next v2 4/8] support/testing: add perl-gdgraph test Francois Perrad
2018-11-24  2:01   ` Ricardo Martincoski
2018-11-23  4:31 ` [Buildroot] [PATCH/next v2 5/8] support/testing: add perl-libwww-perl test Francois Perrad
2018-11-24  2:02   ` Ricardo Martincoski
2018-11-23  4:31 ` [Buildroot] [PATCH/next v2 6/8] support/testing: add perl-mail-dkim test Francois Perrad
2018-11-24  2:02   ` Ricardo Martincoski
2018-11-23  4:31 ` [Buildroot] [PATCH/next v2 7/8] support/testing: add perl-x10 test Francois Perrad
2018-11-24  2:02   ` Ricardo Martincoski
2018-11-23  4:31 ` [Buildroot] [PATCH/next v2 8/8] support/testing: add perl-xml-libxml test Francois Perrad
2018-11-24  2:03   ` Ricardo Martincoski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.