Commit b0607f7
committed
tests: Fix failing CString test on armv7 devices
Memory for the temporary buffer created during marshalling to `functionWithUCharPtr`
was accidentally being left intact on Intel and arm64 architectures, but on
`armv7` it is overwritten, leading to CString test failing to check the actual result.1 parent e37bbc7 commit b0607f7
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
157 | 160 | | |
158 | 161 | | |
159 | 162 | | |
160 | 163 | | |
161 | 164 | | |
162 | | - | |
163 | | - | |
| 165 | + | |
| 166 | + | |
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
| |||
0 commit comments