(try 3) comdlg32/tests: Windows XP+ cannot do a CreateViewWindow2 twice in rapid seccesion. handle this error.

Paul Vriens paul.vriens.wine at gmail.com
Thu Oct 23 09:18:56 CDT 2008


Aric Stewart wrote:
> 
>     Switch the second test to be the first one as it is more important. 
> So if we get to do only one do that one
> ---
>  dlls/comdlg32/tests/filedlg.c |   19 +++++++++++++++----
>  1 files changed, 15 insertions(+), 4 deletions(-)
> 
> 
> 
> ------------------------------------------------------------------------
> 
> 
Hi Aric,

+            if (broken(hr == 0x8000ffff || hr == E_FAIL))
+            {
+                win_skip("second attempt is a Catastrophic failure\n");

broken() and win_skip(), wow :)

The win_skip is not needed in this case. A normal skip() would do fine.

-- 
Cheers,

Paul.



More information about the wine-devel mailing list