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