From 37b138014be204014ee3df784a4d1c9d0f4dba23 Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Sun, 13 Jul 2025 11:48:11 +0200 Subject: [PATCH] poco: ignore additional failing tests These tests are failing and thus preventing verification of new patches. Signed-off-by: Peter Marko Signed-off-by: Armin Kuster --- ...nx-Ignore-PKCS12-and-testLaunch-test.patch | 21 ++++++++++++++++--- 1 file 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: Not found: POCO_BASE" │ │ in "", line -1 +There was 1 error: + 1: CppUnit::TestCaller.testEncryptDecryptGCM + "Poco::IOException: +I/O error: error:1C800066:Provider routines::cipher operation failed" + in "", line -1 + +There was 1 error: + 1: CppUnit::TestCaller.testInterop + "Poco::Net::DNSException: +DNS error: Temporary DNS error while resolving: secure.appinf.com" + in "", line -1 + Upstream-Status: Inappropriate [OE specific] Signed-off-by: Khem Raj Signed-off-by: Patrick Wicki +Signed-off-by: Peter Marko --- - cppignore.lnx | 9 +++++++++ - 1 file changed, 9 insertions(+) + cppignore.lnx | 11 +++++++++++ + 1 file changed, 11 insertions(+) diff --git a/cppignore.lnx b/cppignore.lnx index 2c2376526..65df4af08 100644 --- a/cppignore.lnx +++ b/cppignore.lnx -@@ -28,3 +28,12 @@ CppUnit::TestCaller.testProxy +@@ -28,3 +28,14 @@ CppUnit::TestCaller.testProxy CppUnit::TestCaller.testProxy CppUnit::TestCaller.testHostByAddress CppUnit::TestCaller.testHostByName @@ -64,3 +77,5 @@ index 2c2376526..65df4af08 100644 +CppUnit::TestCaller.testCertsOnlyPKCS12 +CppUnit::TestCaller.testPEMReadWrite +CppUnit::TestCaller.testArray ++CppUnit::TestCaller.testEncryptDecryptGCM ++CppUnit::TestCaller.testInterop