This is the part VI of the cmd engine rewrite.
It starts splitting FOR loop parsing from its execution.
This is done for numbers (/L) and filesets (/F) FOR loops.
It also extends support for delay expansion of various parts of these loops.
Next MR will tackle the tree oriented FOR loop handling.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5868
The Jet4 driver doesn't handle the DBPROP_AUTH_PERSIST_SENSITIVE_AUTHINFO
property which is passed in SetProperties. On return that property is marked
as DBPROPSTATUS_NOTSUPPORTED and returns DB_S_ERRORSOCCURRED.
In this case, we dont care that isn't not supported and should allow
the DataSource to succeed.
--
v2: oledb32: When creating a Data Source, handle non fatal errors.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5864
The two tests sometimes fail on macOS and produce >8MB test reports, which fail to upload to the test results page.
--
v2: dwrite/tests: Ignore macOS specific "flip" sbix format.
https://gitlab.winehq.org/wine/wine/-/merge_requests/5866
The Jet4 driver doesn't handle the DBPROP_AUTH_PERSIST_SENSITIVE_AUTHINFO
property which is passed in SetProperties. On return that property is marked
as DBPROPSTATUS_NOTSUPPORTED and returns DB_S_ERRORSOCCURRED.
In this case, we dont care that isn't not supported and should allow
the DataSource to succeed.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5864