Commit 25fa707
Skip SuperResTest.DenseOpticalFlowExtCalc except on Windows
calcOpticalFlowFarneback segfaults (SIGSEGV) inside libOpenCvSharpExtern
on macOS arm64, Linux arm64, and the manylinux x64 build. Confirmed via
a symbolicated macOS arm64 crash report pointing at
superres_DenseOpticalFlowExt_calc - a pre-existing native robustness gap
in this rarely-used module, not something introduced by the ArrayProxy
migration. Follows the same SkipUnless(IsWindows) precedent already used
for XImgProc.SuperpixelTest.SeedsSimple.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent bbab2a7 commit 25fa707
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 | | |
19 | 27 | | |
20 | 28 | | |
| |||
0 commit comments