On 09/14/2009 03:10 PM, Huw Davies wrote:
---
programs/winetest/main.c | 87 ++---
1 files changed, 73 insertions(+), 14 deletions(-)
Hi Huw,
Winetest doesn't do a complete
Dan Kegel wrote:
> Done.
>
Awesome, thanks.
Vitaliy.
"Michael Stefaniuc" wrote:
+/*
+ * Produce a compile error if we pass a dstlen < 0 to this functions.
+ * BUILD_BUG_ON() shamelessly ripped from the Linux Kernel.
+ */
+#define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
C_ASSERT does a similar thing.
--
Dmitry.
Done.
Can Bugzilla admin please disable URL attachments?
Number of users don't get the concept of what attachment is, and keep
attaching urls to things like pastebin, or some file share servers. Instead
of attaching actual files.
Vitaliy.
Hello Detlef,
although Smatch could have handled the task too of finding places where
Wine passes -1 as destlen to MultiByteToWideChar / WideChatToMultiByte
this can be done with the C compiler too. Please see the attached patch.
This solution doesn't finds more occurrences that you have foun
Hi Vincent,
Vincent Povirk wrote:
As far as I know, this failure only occurs when I do something stupid
like set use_midl_tlb to 1 and don't provide a working
midl_tmarshal.tlb, but I need the test to remind me that I'm an idiot
when I do that. Silently skipping tests is unacceptable.
W
what's the status of wine quartz.dll at present? reason I'm asking is
because I'm trying to get a Computer based training(CBT) app Testout
Navigator to run which uses Windows Media Player 9 to show videos. Using
WINDEBUG with warn+dll seems to show most of the trouble is due to
quartz.dll inter
Hi,
as I'm still working on a resolution to bug #9575 I have digged into
several directions. My current opinion is that IStorage_CreateStorage
for some unkown reason increments the reference pointer of the
associated IStorage object. In native Windows this is not the case.
My 37th try in writing
Hello,
You could have the money go into the general WPF or WCF "Wine Conference
Fund"
But the problem is if say I donate $50.00 who's to say the bug I donate to
will be resolved
any time soon? Paypal only allows refunds up to 60 days, so how would you go
about a refund
if the bug wasn't fixed in s
I suppose that this only will appear on some bugs and disregarding that people
might put off fixing bugs waiting for it to become a "pay-bug".
Who's going to get the money? It seems quite common that people share credit on
fixing bugs, should we burden Alexandre with the task of deciding that?
Wo
hello all.
I'm new here but I'd like to suggest something,
what do you think about this?
http://img29.imageshack.us/img29/2940/wined.png
Maybe it will be good for old/hard bugs?
Thanks
Dan Kegel asked:
>Don't changes like this need corresponding conformance tests?
There is one already for GetVolumeInformation in kernel32, see the commits made
by Guy Albertelli in April this year.
Please see my mail from June where I located all uses of GetVolumeInformation
and asked for review
Hi,
Just wanting to let you know that I'm down to 1% average failures on my
Windows boxes (W95/W98/NT4/W2K/XP/W2K3/Vista).
Short list:
Sep-2009 : 1%
Jun-2009 : 2%
May-2009 : 3%
Mar-2009 : 4%
Feb-2009 : 5%
So I doubt we get to zero before WineConf ;)
--
Cheers,
Paul.
<>
14 matches
Mail list logo