Re: [2/2]kernel32/test: added test for OutputDebugStringA called with NULL pointer

2012-05-30 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 http://testbot.winehq.org/JobDetails.pl?Key=18671 Your paranoid android

Re: [Kernel32]Test for Bug 21292: Createfile creating with illegal char in name (supercedes first patch)

2010-01-17 Thread Paul Vriens
Hi Uwe, On 01/17/2010 03:56 PM, Uwe Bonnes wrote: +if (hFile != INVALID_HANDLE_VALUE) + { + CloseHandle( hFile ); + DeleteFileA("test/"); + } Indentation is a bit off here (probably because you are mixing tabs and spaces). The rest of your patch also mixes tabs and s

Re: [Kernel32]Test for Bug 21292: Createfile creating with illegal char in name

2010-01-17 Thread Paul Vriens
On 01/17/2010 01:27 PM, Uwe Bonnes wrote: CreateFile with an illegal character in the name fail on all systems beside NT4 and wine when ordered to create the file. No test errors on my mchines and the winetestbot (Job 319) If creating the file succeeds you should close the handle and delete th

Re: kernel32: test GetPrivateProfileString with empty string as key and section

2009-08-21 Thread Michael Stefaniuc
Hello Stefan, Stefan Leichter wrote: > Problem spotted from Claudio Fontana on wine-devel > > tested on Win2K > diff -ruw wine-git/dlls/kernel32/tests/profile.c > wine-build/dlls/kernel32/tests/profile.c > --- wine-git/dlls/kernel32/tests/profile.c2009-06-04 19:00:09.0 > +0200 > ++

Re: kernel32/test: Test import entries of a core windows DLLs (Revision 4)

2008-09-12 Thread Paul Vriens
> > This revision uses GetModuleHandle instead of LoadLibrary, and folds > the introduction of the new test patch and breaking tests into their > own bodies patch into a single patch. > > The prior version of this patch is available for reference at: > http://www.winehq.org/pipermail/wine-patches/

Re: kernel32/test: Test import entries of a core windows DLLs (Revision 4)

2008-09-12 Thread Paul Vriens
Sent from my iPod On Sep 12, 2008, at 21:07, Roy Shea <[EMAIL PROTECTED]> wrote: > > This revision uses GetModuleHandle instead of LoadLibrary, and folds > the introduction of the new test patch and breaking tests into their > own bodies patch into a single patch. > > The prior version of this

Re: [PATCH 1/2] kernel32/test: Test import entries of a core windowsDLLs (Revision 2)

2008-09-10 Thread Dmitry Timoshkov
"Roy Shea" <[EMAIL PROTECTED]> wrote: > This revision places the new test with the other loader tests in > loader.c, and for testing loads kernel32.dll rather than riched20.dll Please move an existing and new tests to their own bodies, and use GetModuleHandle instead of LoadLibrary. -- Dmitry.

Re: [PATCH 1/2] kernel32/test: Test import entries of a core windows DLLs (Revision 2)

2008-09-10 Thread Paul Vriens
Roy Shea wrote: > This revision places the new test with the other loader tests in > loader.c, and for testing loads kernel32.dll rather than riched20.dll > > The prior version of this patch is available for reference at: > http://www.winehq.org/pipermail/wine-patches/2008-September/061226.html >

Re: [PATCH] kernel32/test: Test import entries of a core windows DLL (riched20.dll) (Revision)

2008-09-10 Thread Alexandre Julliard
Roy Shea <[EMAIL PROTECTED]> writes: > This revision adds copyright information, removes todo_wine statements > to reflect the current wine head, and fixes an implicit typecast > warning. > --- > dlls/kernel32/tests/Makefile.in|1 + > dlls/kernel32/tests/loader_image.c | 98 > +

Re: kernel32: Test import entries of a core windows DLL (riched20.dll)

2008-09-04 Thread Paul Vriens
Roy Shea wrote: > --- > dlls/kernel32/tests/Makefile.in|1 + > dlls/kernel32/tests/loader_image.c | 80 > > 2 files changed, 81 insertions(+), 0 deletions(-) > create mode 100644 dlls/kernel32/tests/loader_image.c > > > ---

Re: kernel32: Test the file access and share modes of CreateFile

2008-08-18 Thread James Hawkins
On Mon, Aug 18, 2008 at 11:04 PM, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > "James Hawkins" <[EMAIL PROTECTED]> wrote: > >> Changelog: >> * Test the file access and share modes of CreateFile. > > Of course, the more tests - the better, but isn't that a duplicate of > existing test_file_sharing(

Re: kernel32: Test the file access and share modes of CreateFile

2008-08-18 Thread Dmitry Timoshkov
"James Hawkins" <[EMAIL PROTECTED]> wrote: > Changelog: > * Test the file access and share modes of CreateFile. Of course, the more tests - the better, but isn't that a duplicate of existing test_file_sharing()? Besides win9x will require fixing it all over the place... -- Dmitry.

kernel32 test

2005-07-01 Thread Eric Pouech
can someone run the attached test (which is an evolution of dlls/kernel/tests/atom.c) on a win9x box and send me back the results... the semantics for getting an atom name with a buffer too small are so inconsistent on XP, I'd like to get an idea of what gives on Win9x (and even NT if there ar

Re: kernel32 test failures under Cygwin

2004-03-29 Thread Steven Edwards
Hello Dmitry, --- Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > Could anybody else with a relatively fresh Cygwin or MinGW > installation > try it and report the result? I have a semi-new cygwin install on one of the 2k servers I run so I will make some time soon to play with it again. Thanks St

Re: kernel32 test failures under Cygwin

2004-03-27 Thread Hans Leidekker
On Saturday 27 March 2004 02:20, Dmitry Timoshkov wrote: > generated.c:542: Test failed: TYPE_ALIGNMENT(*(LPWIN32_STREAM_ID)0) == 8 > (expected 4) generated: 842 tests executed, 0 marked as todo, 1 failure. > * NOTE: the same test compiled by cl.exe (MS compiler) works as expected, > * so that's m

kernel32 test failures under Cygwin

2004-03-26 Thread Dmitry Timoshkov
Hello all, today I decided to play a bit with Wine compilation under Cygwin. This time I decided to run kernel32 tests as well. I've got the following failures: generated.c:542: Test failed: TYPE_ALIGNMENT(*(LPWIN32_STREAM_ID)0) == 8 (expected 4) generated: 842 tests executed, 0 marked as todo,