diff options
-rw-r--r-- | meta-oe/recipes-support/poco/poco/0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch | 10 |
1 files changed, 9 insertions, 1 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 d172c8dbf2..1d4eb9b831 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,9 +40,16 @@ 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 | ||
43 | There was 1 error: | ||
44 | 1: CppUnit::TestCaller<ProcessRunnerTest>.testProcessRunner | ||
45 | "Poco::TimeoutException: | ||
46 | Timeout: ProcessRunner::checkTimeout(): waiting for PID file" | ||
47 | in "<unknown>", line -1 | ||
48 | |||
43 | Upstream-Status: Inappropriate [OE specific] | 49 | Upstream-Status: Inappropriate [OE specific] |
44 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 50 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
45 | Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> | 51 | Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com> |
52 | Signed-off-by: Peter Marko <peter.marko@siemens.com> | ||
46 | --- | 53 | --- |
47 | cppignore.lnx | 9 +++++++++ | 54 | cppignore.lnx | 9 +++++++++ |
48 | 1 file changed, 9 insertions(+) | 55 | 1 file changed, 9 insertions(+) |
@@ -51,7 +58,7 @@ diff --git a/cppignore.lnx b/cppignore.lnx | |||
51 | index b3288d474..9aad48ca5 100644 | 58 | index b3288d474..9aad48ca5 100644 |
52 | --- a/cppignore.lnx | 59 | --- a/cppignore.lnx |
53 | +++ b/cppignore.lnx | 60 | +++ b/cppignore.lnx |
54 | @@ -30,3 +30,12 @@ CppUnit::TestCaller<HTTPSClientSessionTest>.testProxy | 61 | @@ -30,3 +30,13 @@ CppUnit::TestCaller<HTTPSClientSessionTest>.testProxy |
55 | CppUnit::TestCaller<HTTPSStreamFactoryTest>.testProxy | 62 | CppUnit::TestCaller<HTTPSStreamFactoryTest>.testProxy |
56 | CppUnit::TestCaller<DNSTest>.testHostByAddress | 63 | CppUnit::TestCaller<DNSTest>.testHostByAddress |
57 | CppUnit::TestCaller<DNSTest>.testHostByName | 64 | CppUnit::TestCaller<DNSTest>.testHostByName |
@@ -64,3 +71,4 @@ index b3288d474..9aad48ca5 100644 | |||
64 | +CppUnit::TestCaller<PKCS12ContainerTest>.testCertsOnlyPKCS12 | 71 | +CppUnit::TestCaller<PKCS12ContainerTest>.testCertsOnlyPKCS12 |
65 | +CppUnit::TestCaller<PKCS12ContainerTest>.testPEMReadWrite | 72 | +CppUnit::TestCaller<PKCS12ContainerTest>.testPEMReadWrite |
66 | +CppUnit::TestCaller<MongoDBTest>.testArray | 73 | +CppUnit::TestCaller<MongoDBTest>.testArray |
74 | +CppUnit::TestCaller<ProcessRunnerTest>.testProcessRunner | ||