Re: ntdll: Perform the offset checks also for a serial device.

2013-09-23 Thread Dmitry Timoshkov
Dmitry Timoshkov wrote: > Marvin wrote: > > > === w7pro64 (32 bit comm) === > > comm.c:863: Test failed: WaitCommEvent failed with a timeout > > comm.c:875: recovering after WAIT_TIMEOUT... > > comm.c:886: Test failed: WaitCommEvent error 0 > > comm.c:888: Test failed: WaitCommEvent: expected E

Re: ntdll: Perform the offset checks also for a serial device.

2013-09-23 Thread Dmitry Timoshkov
Marvin wrote: > === w7pro64 (32 bit comm) === > comm.c:863: Test failed: WaitCommEvent failed with a timeout > comm.c:875: recovering after WAIT_TIMEOUT... > comm.c:886: Test failed: WaitCommEvent error 0 > comm.c:888: Test failed: WaitCommEvent: expected EV_TXEMPTY, got 0 > comm.c:892: WaitCommE

Re: ntdll: Perform the offset checks also for a serial device.

2013-09-23 Thread Marvin
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 https://newtestbot.winehq.org/JobDetails.pl?Key=2267 Your paranoid andr

Re: [PATCH 3/5] wined3d: Introduce a function to initialize swapchain specific device state.

2013-09-23 Thread Alexandre Julliard
Henri Verbeet writes: > --- > dlls/wined3d/device.c | 51 > + > dlls/wined3d/stateblock.c |5 + > 2 files changed, 20 insertions(+), 36 deletions(-) It doesn't work here: ../../../tools/runtest -q -P wine -M dxgi.dll -T ../../.. -p dxg

Fwd: [GSoC Mentors Announce] Re: GSoC 2013 Mentors/Org Admins: "Pencils Down" and Final Evaluation Dates Approaching

2013-09-23 Thread Austin English
-- Forwarded message -- From: Carol Smith Date: Mon, Sep 23, 2013 at 12:04 PM Subject: [GSoC Mentors Announce] Re: GSoC 2013 Mentors/Org Admins: "Pencils Down" and Final Evaluation Dates Approaching To: GSoC Mentors Announce Hi GSoC 2013 mentors and org admins, This is just a fr

Re: [1/3] winex11: Splitted functions X11DRV_FocusOut (try 2)

2013-09-23 Thread Alexandre Julliard
Sebastian Lackner writes: > - when "virtually" reparenting the plugin window as a child of a > "foreign" window (similar to the systray code) its not possible to get > the focus anymore - the focus code always tries to request the focus for > the WS_POPUP parent, which is a foreign window in th

Re: add ualapi directory (try 9

2013-09-23 Thread Jacek Caban
Hi Akira, On 09/23/13 10:00, Akira Nakagawa wrote: > From 2ecc71fdb3406d3cf79ebcbd7f6d0c711b68d699 Mon Sep 17 00:00:00 2001 > Message-Id: > <2ecc71fdb3406d3cf79ebcbd7f6d0c711b68d699.1379923234.git.matyapir...@gmail.com> > From: Akira Nakagawa > Date: Mon, 23 Sep 2013 17:00:04 +0900 > Subject: [P

Re: [PATCH 3/5] d3d9/tests: Add a volume V16U16 test.

2013-09-23 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 2013-09-23 17:31, schrieb Stefan Dösinger: > Am 2013-09-23 17:29, schrieb Henri Verbeet: >> On 23 September 2013 13:29, Stefan Dösinger >> wrote: >>> Note that Windows drivers disagree on which format they >>> support. Nvidia has V16U16, AMD suppo

Re: [PATCH 3/5] d3d9/tests: Add a volume V16U16 test.

2013-09-23 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 2013-09-23 17:29, schrieb Henri Verbeet: > On 23 September 2013 13:29, Stefan Dösinger > wrote: >> Note that Windows drivers disagree on which format they support. >> Nvidia has V16U16, AMD supports Q8W8V8U8, at least on r200. I am >> working on a

Re: [PATCH 3/5] d3d9/tests: Add a volume V16U16 test.

2013-09-23 Thread Henri Verbeet
On 23 September 2013 13:29, Stefan Dösinger wrote: > Note that Windows drivers disagree on which format they support. Nvidia > has V16U16, AMD supports Q8W8V8U8, at least on r200. I am working on a > more comprehensive converted format test that tests all supported signed > formats with surfaces.

Re: Virus spread via wine

2013-09-23 Thread Dan Kegel
Thanks, looks like you're doing good work there. (Are you going to ask the guy who filed 34556 for a copy of an infected file?) On Mon, Sep 23, 2013 at 6:32 AM, Jong Bin, Chae wrote: > Fun++; > /* Wine Virus Database (VirusDB) > http://sourceforge.net/apps/mediawiki/zerowine-tryout/index.php?titl

Re: Virus spread via wine

2013-09-23 Thread Jong Bin, Chae
Fun++; /* Wine Virus Database (VirusDB) http://sourceforge.net/apps/mediawiki/zerowine-tryout/index.php?title=VirusDB*/ On Mon, Sep 23, 2013 at 1:20 PM, Dan Kegel wrote: > Fun times: > http://bugs.winehq.org/show_bug.cgi?id=34556 > > >

Re: wininet: Don't assume that end of chunk means end of stream. (try 2)

2013-09-23 Thread Hans Leidekker
On Thu, 2013-09-19 at 17:38 +0200, Jacek Caban wrote: > I was hoping for a test like the attached one, which shows that there is > still more work to do. But it's a step in the right direction, so I'm > fine with your patch. The issue here is that HTTP_ReceiveRequestData calls refill_read_buffer,

Re: [3/4] kernel32/tests: Add 0-length read tests for a pipe.

2013-09-23 Thread Marvin
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 https://newtestbot.winehq.org/JobDetails.pl?Key=2250 Your paranoid andr

Re: add ualapi directory (try 8)

2013-09-23 Thread Marvin
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 https://newtestbot.winehq.org/JobDetails.pl?Key=2311 Your paranoid andr

Re: add ualapi directory (try 7)

2013-09-23 Thread Marvin
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 https://newtestbot.winehq.org/JobDetails.pl?Key=2310 Your paranoid andr