Re: crypt32/tests(7/10): Add name to test to help identify test failures

2010-10-06 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=5872 Your paranoid

Help with test

2009-08-11 Thread Alistair Leslie-Hughes
Hi, I been trying to fix this bug, and have patch that works. http://bugs.winehq.org/show_bug.cgi?id=11325 The only thing is that the test case I've written fails under wine but work under Windows XP. The issue is, when using a stylesheet we can do something like xsl:apply-templates

Re: Need help writing test

2009-05-20 Thread Igor Tarasov
Hi! I still need help on this case, any advice is appreciated. 2009/4/25 Igor Tarasov tarasov.i...@gmail.com: Hi! I've found few visual glitches in comctl32/toolbar, and now try to write this all down as conformance tests, but I have some problems. I see that there is bug, when I test it

Re: Need help writing test

2009-04-25 Thread MikoĊ‚aj Zalewski
Igor Tarasov wrote: Hi! I've found few visual glitches in comctl32/toolbar, and now try to write this all down as conformance tests, but I have some problems. I see that there is bug, when I test it with control spy. But when I repeat it in testcase, it won't work. Here is how you can

Re: Need help writing test

2009-04-25 Thread Detlef Riekenberg
Hi Igor I've found few visual glitches in comctl32/toolbar, and now try to write this all down as conformance tests, Thanks for your work on comctl32 TB_SETBITMAPSIZE 20,20 TB_SETBUTTONSIZE 30,30 TB_SETBITMAPSIZE 10,10 Now, if you do TB_SETBUTTONSIZE, you'll see the difference. builtin

Re: Need help writing test

2009-04-25 Thread Igor Tarasov
2009/4/25 Detlef Riekenberg wine@web.de: Now, if you do TB_SETBUTTONSIZE, you'll see the difference. builtin comctl will return 17,16. Native - 30,16. Did you mean TB_GETBUTTONSIZE? Yes, of course. That was a typo. Native comctl32 in Wine or native on Windows? Both. They both behave the

Need help writing test

2009-04-24 Thread Igor Tarasov
Hi! I've found few visual glitches in comctl32/toolbar, and now try to write this all down as conformance tests, but I have some problems. I see that there is bug, when I test it with control spy. But when I repeat it in testcase, it won't work. Here is how you can reproduce it: TB_SETBITMAPSIZE

Re: msi: Trace the username to help debug test failures on certain machines.

2009-03-09 Thread Paul Vriens
James Hawkins wrote: --- dlls/msi/tests/source.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) Hi, The issue seems to be present on boxes that are part of a domain. I guess we have to check for domain

Re: kernel32: Add a few traces to help debug test failures [RESEND]

2008-05-19 Thread Dmitry Timoshkov
James Hawkins [EMAIL PROTECTED] wrote: if(detailed_info-lpRootManifestPath) ok(!lstrcmpiW(detailed_info-lpRootManifestPath, exinfo-root_manifest_path), - unexpected detailed_info-lpRootManifestPath\n); + unexpected