summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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