Spam applications for testbot accounts

2012-09-17 Thread Scott Ritchie
Never underestimate the overeagerness of bots, I suppose... We're getting a lot of spam applications for testbot accounts now, maybe 2-3 per day. Some are easy to discard because they put stuff like penis pills into the info field, but others look like just names. Suggestions are welcome.

Re: [PATCH 21/21] jscript: Pack jsval_t to 64-bit structure on i386

2012-09-17 Thread Juan Lang
Hi Jacek, + * that NaN value representation has 52 (almost) free bytes. You mean bits, yes? While you're at it, + * jsval_t structure is used to represent JavaScript dynamicaly-typed values. dynamically is spelled with two l's. Thanks, --Juan

Re: [1/2] gdiplus: Add some tests for scaling an image with various pixel offset modes. Take 3.

2012-09-17 Thread Vincent Povirk
> Can I please get a feedback on this gdiplus series along with another one > "gdiplus: Add some tests for GIF properties." ? Yeah, I don't know why those patches would still be New. I didn't look carefully, but it all seemed fine to me. As far as what you're doing with pixel offsets, I haven't v

Re: [PATCH 21/21] jscript: Pack jsval_t to 64-bit structure on i386

2012-09-17 Thread Jacek Caban
Please ignore this last patch. It has one more dependency that I didn't send yet. On 09/17/12 15:21, Jacek Caban wrote: > --- > dlls/jscript/jsutils.c |4 +- > dlls/jscript/jsval.h | 143 > +-- > 2 files changed, 114 insertions(+), 33 deletions(-

Re: user32/tests: Add test for SetFocus() (with few todo)(Try 2).

2012-09-17 Thread Alexandre Julliard
Sergey Guralnik writes: >> That's mostly testing the window manager focus policy, I don't think >> that makes sense. What are you trying to demonstrate with this? > > I try to show that some applications rely on finishing all side focus > switching, which are result of call to some window managem

Re: d3dx9 [patch 1/2]: Implement D3DXSHEvalDirectionalLight

2012-09-17 Thread Henri Verbeet
On 17 September 2012 09:52, Rico Schüller wrote: > longer lines into two. Though, I don't know the actual recommended line > length, but 200 seems a bit long... I only found this > http://www.winehq.org/pipermail/wine-devel/2010-September/086996.html . > Yeah, 100 is safe, but it's not a hard limi

Re: user32/tests: Add test for SetFocus() (with few todo)(Try 2).

2012-09-17 Thread Sergey Guralnik
Alexandre Julliard wrote: Sergey Guralnik writes: I've sent next patch more than month ago, and have no comments about it. From 57adc6991431cd765dcdb97082263db834e4b533 Mon Sep 17 00:00:00 2001 From: Sergey Guralnik Date: Thu, 9 Aug 2012 17:12:56 +0400 Subject: user32/tests: Add test for

Re: d3dx9 [patch 1/2]: Implement D3DXSHEvalDirectionalLight

2012-09-17 Thread Rico Schüller
On 17.09.2012 00:33, Nozomi Kodama wrote: +{ { rout, gout, bout, table, &(table[90]), &(table[180]), 1.01f, 1.02f, 1.03f, }, ... + { rout, bout, gout, table, &(table[90]), &(table[180]), 1.01f, 1.02f, 1.03f, }, + { bout, rout, gout, table, &(table[90]), &(table[180]), 1.01f, 1.0