On Thu Dec 19 22:33:30 2024 +0000, Francis De Brabandere wrote:
Interesting, so these tests are run on windows with the real cscript? Will fix this.
Yes, it's ran on Windows in addition to Wine. `dlls/vbscript/tests/run.c` implements its own script host that provides additional functionality like `ok()` function, so it uses the script engine directly, without cscript involvement. If you'd have mingw installed, you'd have `vbscript_test.exe` in your build that you can just copy to Windows and run. CI also runs it on Windows, see https://gitlab.winehq.org/francisdb/wine/-/jobs/124440.