aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/poco/poco/0001-cppignore.lnx-Ignore-PKCS12-and-testLaunch-test.patch
blob: f70e8bcc7456ae34392ebbe750adf55d77b707cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
From 879ddb725823c78c9510cfd39786adb16f3726c8 Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Sat, 16 Sep 2023 19:52:56 -0700
Subject: [PATCH] cppignore.lnx: Ignore PKCS12 and testLaunch test
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

These tests fail on Linux

There were 4 failures:
 1: N7CppUnit10TestCallerI11ProcessTestEE.testLaunch
    "rc == 3"
    in "/usr/src/debug/poco/1.12.4-r0/Foundation/testsuite/src/ProcessTest.cpp", line 79
 2: N7CppUnit10TestCallerI11ProcessTestEE.testLaunchRedirectIn
    "rc == 100"
    in "/usr/src/debug/poco/1.12.4-r0/Foundation/testsuite/src/ProcessTest.cpp", line 106
 3: N7CppUnit10TestCallerI11ProcessTestEE.testLaunchRedirectOut
    "s == "Hello, world!""
    in "/usr/src/debug/poco/1.12.4-r0/Foundation/testsuite/src/ProcessTest.cpp", line 134
 4: N7CppUnit10TestCallerI11ProcessTestEE.testLaunchEnv
    "s == "test""
    in "/usr/src/debug/poco/1.12.4-r0/Foundation/testsuite/src/ProcessTest.cpp", line 166

 There were 4 errors:-
   1: N7CppUnit10TestCallerI7EVPTestEE.testRSAEVPKeyFromPKCS12
  │ │ "N4Poco17NotFoundExceptionE:
  Not found: POCO_BASE"
  │ │ in "<unknown>", line -1
   2: N7CppUnit10TestCallerI19PKCS12ContainerTestEE.testFullPKCS12
  │ │ "N4Poco17NotFoundExceptionE:
  Not found: POCO_BASE"
  │ │ in "<unknown>", line -1
   3: N7CppUnit10TestCallerI19PKCS12ContainerTestEE.testCertsOnlyPKCS12
  │ │ "N4Poco17NotFoundExceptionE:
  Not found: POCO_BASE"
  │ │ in "<unknown>", line -1
   4: N7CppUnit10TestCallerI19PKCS12ContainerTestEE.testPEMReadWrite
  │ │ "N4Poco17NotFoundExceptionE:
  Not found: POCO_BASE"
  │ │ in "<unknown>", line -1

Upstream-Status: Inappropriate [OE specific]
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com>
---
 cppignore.lnx | 9 +++++++++
 1 file changed, 9 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<HTTPSClientSessionTest>.testProxy
 CppUnit::TestCaller<HTTPSStreamFactoryTest>.testProxy
 CppUnit::TestCaller<DNSTest>.testHostByAddress
 CppUnit::TestCaller<DNSTest>.testHostByName
+CppUnit::TestCaller<ProcessTest>.testLaunch
+CppUnit::TestCaller<ProcessTest>.testLaunchRedirectIn
+CppUnit::TestCaller<ProcessTest>.testLaunchRedirectOut
+CppUnit::TestCaller<ProcessTest>.testLaunchEnv
+CppUnit::TestCaller<EVPTest>.testRSAEVPKeyFromPKCS12
+CppUnit::TestCaller<PKCS12ContainerTest>.testFullPKCS12
+CppUnit::TestCaller<PKCS12ContainerTest>.testCertsOnlyPKCS12
+CppUnit::TestCaller<PKCS12ContainerTest>.testPEMReadWrite
+CppUnit::TestCaller<MongoDBTest>.testArray