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
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
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
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
> ++
>
> 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/
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
"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.
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
>
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
> +
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
>
>
> ---
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(
"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.
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
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
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
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,
16 matches
Mail list logo