diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-02-23 16:46:32 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-26 08:13:21 -0800 |
commit | 22de033d9a58d693ba91f5dced7b865518db5bd3 (patch) | |
tree | dd3125a99b8bda6fd3c276c3fc19619abca8d1dd /meta-perl | |
parent | 7aff0f399b0e0bf2caef066b8397098585bab623 (diff) | |
download | meta-openembedded-22de033d9a58d693ba91f5dced7b865518db5bd3.tar.gz |
ptest-packagelists-meta-perl.inc: Move couple of test to PTESTS_FAST_META_PERL
libdigest-hmac-perl and libextutils-installpaths-perl are passing fine
under 20s on qemux86-64, therefore remove them out of PTESTS_PROBLEMS_META_PERL
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r-- | meta-perl/conf/include/ptest-packagelists-meta-perl.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc index 717fde29d..29a2b2e66 100644 --- a/meta-perl/conf/include/ptest-packagelists-meta-perl.inc +++ b/meta-perl/conf/include/ptest-packagelists-meta-perl.inc | |||
@@ -10,7 +10,9 @@ PTESTS_FAST_META_PERL = "\ | |||
10 | libcapture-tiny-perl \ | 10 | libcapture-tiny-perl \ |
11 | libcgi-perl \ | 11 | libcgi-perl \ |
12 | libcrypt-openssl-random-perl \ | 12 | libcrypt-openssl-random-perl \ |
13 | libdigest-hmac-perl \ | ||
13 | libextutils-config-perl \ | 14 | libextutils-config-perl \ |
15 | libextutils-installpaths-perl \ | ||
14 | libhtml-tagset-perl \ | 16 | libhtml-tagset-perl \ |
15 | libmozilla-ca-perl \ | 17 | libmozilla-ca-perl \ |
16 | libmodule-build-tiny-perl \ | 18 | libmodule-build-tiny-perl \ |
@@ -31,12 +33,10 @@ PTESTS_PROBLEMS_META_PERL ="\ | |||
31 | libcrypt-openssl-rsa-perl \ | 33 | libcrypt-openssl-rsa-perl \ |
32 | libdata-hexdump-perl \ | 34 | libdata-hexdump-perl \ |
33 | libdbd-sqlite-perl \ | 35 | libdbd-sqlite-perl \ |
34 | libdigest-hmac-perl \ | ||
35 | libdigest-sha1-perl \ | 36 | libdigest-sha1-perl \ |
36 | libnet-dns-perl \ | 37 | libnet-dns-perl \ |
37 | libnet-dns-sec-perl \ | 38 | libnet-dns-sec-perl \ |
38 | libnet-ldap-perl \ | 39 | libnet-ldap-perl \ |
39 | libextutils-installpaths-perl \ | ||
40 | libfile-slurper-perl \ | 40 | libfile-slurper-perl \ |
41 | libhtml-parser-perl \ | 41 | libhtml-parser-perl \ |
42 | libmime-types-perl \ | 42 | libmime-types-perl \ |