Many tests fail on Window because of recent jextract changes to CursorKind. As part of JDK-8267504, CursorKind enum constants are reduced to minimal / used ones. But it missed Windows specific attributes like CXCursor_DLLExport and CXCursor_DLLImport. This causes many test failures on Windows.
- relates to
-
JDK-8267504 jextract should report unsupported language and exit rather than generating partial nonworking code
-
- Resolved
-