[PATCH 5] winmm/tests: Add MCI waveaudio tests.

2009-10-27 Thread Joerg-Cyril.Hoehle
Reece dunn wrote: Once the fix has been added, the todo_wine bit can be removed. I know about it and skip and win_skip thanks to Michael Karcher's excellent text: http://www.winehq.org/pipermail/wine-devel/2008-October/069721.html The problem is that running the full tests crashes or hangs

Re: [PATCH 5] winmm/tests: Add MCI waveaudio tests.

2009-10-27 Thread Paul Vriens
On 10/27/2009 10:13 AM, joerg-cyril.hoe...@t-systems.com wrote: Reece dunn wrote: Once the fix has been added, the todo_wine bit can be removed. I know about it and skip and win_skip thanks to Michael Karcher's excellent text:

Re: [PATCH 0/3] Use __asm__ keyword instead of asm

2009-10-27 Thread Yann Droneaud
Le lundi 26 octobre 2009 à 15:33 +0100, Yann Droneaud a écrit : When using GCC in ansi/c99 mode, asm is not defined, one have to use __asm__ instead. __asm__ is already used in wine source code except in some files. I'm now thinking that configure should search which keyword to use

Re: [PATCH 1] winmm/tests: Add MCI waveaudio tests.

2009-10-27 Thread Alexandre Julliard
joerg-cyril.hoe...@t-systems.com writes: Hi, please excuse the cheap way of avoiding dead code, but I was afraid that git rebase would cause me too many failures with my 30 subsequent patches. The minor change of turning #if FULL_TEST into /* already cost me 4 hours with git rebase fixing

New valgrind results for Oct 26, 2009

2009-10-27 Thread Dan Kegel
http://kegel.com/wine/valgrind/logs/2009-10-26-08.26/ has current results. I've tweaked the diff-* files to be brutally minimalist, so if there's a diff- file, it's more likely to be interesting. On the downside, you have to look at the non-diff file to see line numbers. One of these days I've

Re: [1/2] extrac32: Add command-line parsing

2009-10-27 Thread Ilya Shpigor
Hi, What about this group of two patches? Is this correct or there are mistakes? -- Best regards, Ilya Shpigor.

Re: RFC: ntdll: Implement CDROM_GetInterfaceInfo() on Mac OS (try 2)

2009-10-27 Thread Charles Davis
I've fixed most of the issues with my patch set (warnings, crashes, dangling FDs... yeah, I'll admit that last set of mine was a piece of crap; that'll teach me to send before testing), but I have one concern. After my patch series is applied, NtOpenFile() and NtCreateFile(), when handed a drive,

[RFC] mshtml/tests: Fix events test when pointer is on a corner.

2009-10-27 Thread Nicolas Le Cam
Hi, Since commit 8272ecd3f2235b923f2ec67bb51d051bdfbf466f I'm having errors on events tests. I just found that it only fails if pointer is on any corner. As I'm always putting it on upper right corner when running winetest it was always failing for me. Minimizing the test window fixed it for me

Re: d3d10: Parse local_variables.

2009-10-27 Thread Rico Schüller
Am 27.10.2009 05:14, schrieb Dan Kegel: (Spotted by http://kegel.com/wine/valgrind/logs/2009-10-26-08.26/diff-d3d10_effect.txt ) Hi Rico, the patch commit b55641f14a210f689cde8b08750a78779657c06e Author: Rico Schüllerkgbric...@web.de Date: Sun Oct 25 17:11:49 2009 +0100 d3d10: Parse

for the record, my ole32 binary tree search patch is correct

2009-10-27 Thread Vincent Povirk
I sent the following patch recently: commit ee6856d874d687c4504914e61bcde3e6b8823bca Author: Vincent Povirk madewokh...@gmail.com Date: Fri Oct 23 13:57:42 2009 -0500 ole32: Don't use IEnumSTATSTG to search for elements of storages. We use it to do a linear search of a binary tree,

Re: [1/2] shell32/tests: Program Manager DDE Conformance Tests

2009-10-27 Thread Vitaliy Margolen
Mike wrote: Conformance Tests to test the Program Manager DDE. Currently stubbed in Wine, bug 9159. Has been tested on Win XP SP2 and Win 98 SE. --- dlls/shell32/tests/Makefile.in |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/shell32/tests/Makefile.in

Extracting yet more wine tests from the chromium test suite

2009-10-27 Thread Dan Kegel
http://kegel.com/wine/chromium/ now has a precompiled tarball containing 13 of chromium's test programs: app_unittests base_unittests courgette_unittests googleurl_unittests ipc_tests media_unittests net_unittests printing_unittests sbox_unittests sbox_validation_tests setup_unittests

Re: Extracting yet more wine tests from the chromium test suite

2009-10-27 Thread Dan Kegel
Oh, I've also updated http://wiki.winehq.org/UnitTestSuites to reflect this progress.