[PATCH 2/9] msscript.ocx/tests: Add initial tests for Script Procedures.

Jacek Caban jacek at codeweavers.com
Tue Aug 11 06:50:31 CDT 2020


hI Gabriel,

On 10.08.2020 16:57, Gabriel Ivăncescu wrote:
> +        /* Adding code reloads the typeinfo the next time */
> +        SET_EXPECT(SetScriptState_STARTED);  /* FIXME: remove when Wine is fixed */


This still needs to be paired CHECK_CALLED, you could even express 
todo_wine with:

todo_wine CHECK_NOT_CALLED(...);

(and you can remove both SET_EXPECT and CHECK_CALLED once Wine is fixed).


Thanks,

Jacek




More information about the wine-devel mailing list