March 23, 2026
2:26 p.m.
Add error_code field to parse error tests, using negative values for codes that Wine does not yet return correctly (todo_wine), matching the existing pattern for error_char. Return MAKE_VBSERROR with proper error codes instead of E_FAIL for name redefinition, invalid exit statements, and invalid parenthesized call statements. -- v10: vbscript: Return proper error codes for compile errors. https://gitlab.winehq.org/wine/wine/-/merge_requests/10386