summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-07-13 11:48:11 +0200
committerArmin Kuster <akuster808@gmail.com>2025-08-02 13:37:04 -0400
commit37b138014be204014ee3df784a4d1c9d0f4dba23 (patch)
tree2bf0c1ad89e0650de57fd823e9def826d1f1548e
parente67921006fa5b0be862de0d4afe7de4d988f9d28 (diff)
downloadmeta-openembedded-37b138014be204014ee3df784a4d1c9d0f4dba23.tar.gz
poco: ignore additional failing tests
These tests are failing and thus preventing verification of new patches. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-support/poco/poco/0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch21
1 files changed, 18 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/poco/poco/0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch b/meta-oe/recipes-support/poco/poco/0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch
index f70e8bcc74..5e588429fe 100644
--- a/meta-oe/recipes-support/poco/poco/0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch
+++ b/meta-oe/recipes-support/poco/poco/0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch
@@ -40,18 +40,31 @@ There were 4 failures:
40 Not found: POCO_BASE" 40 Not found: POCO_BASE"
41 │ │ in "<unknown>", line -1 41 │ │ in "<unknown>", line -1
42 42
43There was 1 error:
44 1: CppUnit::TestCaller<CryptoTest>.testEncryptDecryptGCM
45 "Poco::IOException:
46I/O error: error:1C800066:Provider routines::cipher operation failed"
47 in "<unknown>", line -1
48
49There was 1 error:
50 1: CppUnit::TestCaller<HTTPSClientSessionTest>.testInterop
51 "Poco::Net::DNSException:
52DNS error: Temporary DNS error while resolving: secure.appinf.com"
53 in "<unknown>", line -1
54
43Upstream-Status: Inappropriate [OE specific] 55Upstream-Status: Inappropriate [OE specific]
44Signed-off-by: Khem Raj <raj.khem@gmail.com> 56Signed-off-by: Khem Raj <raj.khem@gmail.com>
45Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> 57Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com>
58Signed-off-by: Peter Marko <peter.marko@siemens.com>
46--- 59---
47 cppignore.lnx | 9 +++++++++ 60 cppignore.lnx | 11 +++++++++++
48 1 file changed, 9 insertions(+) 61 1 file changed, 11 insertions(+)
49 62
50diff --git a/cppignore.lnx b/cppignore.lnx 63diff --git a/cppignore.lnx b/cppignore.lnx
51index 2c2376526..65df4af08 100644 64index 2c2376526..65df4af08 100644
52--- a/cppignore.lnx 65--- a/cppignore.lnx
53+++ b/cppignore.lnx 66+++ b/cppignore.lnx
54@@ -28,3 +28,12 @@ CppUnit::TestCaller<HTTPSClientSessionTest>.testProxy 67@@ -28,3 +28,14 @@ CppUnit::TestCaller<HTTPSClientSessionTest>.testProxy
55 CppUnit::TestCaller<HTTPSStreamFactoryTest>.testProxy 68 CppUnit::TestCaller<HTTPSStreamFactoryTest>.testProxy
56 CppUnit::TestCaller<DNSTest>.testHostByAddress 69 CppUnit::TestCaller<DNSTest>.testHostByAddress
57 CppUnit::TestCaller<DNSTest>.testHostByName 70 CppUnit::TestCaller<DNSTest>.testHostByName
@@ -64,3 +77,5 @@ index 2c2376526..65df4af08 100644
64+CppUnit::TestCaller<PKCS12ContainerTest>.testCertsOnlyPKCS12 77+CppUnit::TestCaller<PKCS12ContainerTest>.testCertsOnlyPKCS12
65+CppUnit::TestCaller<PKCS12ContainerTest>.testPEMReadWrite 78+CppUnit::TestCaller<PKCS12ContainerTest>.testPEMReadWrite
66+CppUnit::TestCaller<MongoDBTest>.testArray 79+CppUnit::TestCaller<MongoDBTest>.testArray
80+CppUnit::TestCaller<CryptoTest>.testEncryptDecryptGCM
81+CppUnit::TestCaller<HTTPSClientSessionTest>.testInterop