You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exclude linker errors from compile test failure check
The MinGW linker hits the 65535 export ordinal limit when linking all
test bindings into one DLL. Filter out linker errors since the compile
test only validates that generated C++ code compiles cleanly.
0 commit comments