On 11/14/2011 23:11, Henri Verbeet wrote:
+static ULONG STDMETHODCALLTYPE d3d10_stateblock_Release(ID3D10StateBlock
*iface)
+{
+struct d3d10_stateblock *stateblock = impl_from_ID3D10StateBlock(iface);
+ULONG refcount = InterlockedIncrement(&stateblock->refcount);
+
+TRACE("%p decreas
On Mon, Nov 14, 2011 at 2:29 PM, wrote:
> Hi,
>
> Please test mmdevapi again using testbot job #15369
> with exclusive mode disabled.
With exclusive mode enabled (both 32bit and 64bit):
render: 884 tests executed (0 marked as todo, 49 failures), 1 skipped.
With exclusive mode disabled:
32bit: r
Piotr Caban writes:
> +static void set_wow64_environment(WCHAR **env)
> +{
> +static const WCHAR archW[]=
> {'P','R','O','C','E','S','S','O','R','_','A','R','C','H','I','T','E','C','T','U','R','E',0};
> +static const WCHAR arch6432W[] =
> {'P','R','O','C','E','S','S','O','R','_','A'
On 11/14/2011 04:04 AM, Francois Gouget wrote:
On Fri, 11 Nov 2011, André Hentschel wrote:
seen some "broken" project files which still worked with msvc but not with
winemaker
---
tools/winemaker |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tools/winemaker
Hi,
Please test mmdevapi again using testbot job #15369
with exclusive mode disabled.
Brian, it seems like you had some other app use audio while
performing the tests. This would explain the DEVICE_IN_USE error:
render.c:427: Test failed: Initialize(exclus., 8000x 8x1) returns 8889000a
and t
Aric Stewart writes:
> +if (strength)
> +{
> +str = strength[cnt];
> +if (pwcInChars[cnt] == Numeric_space)
> +str_space = TRUE;
> +else
> +str_space = FALSE;
> +}
str_spac
On Fri, 11 Nov 2011, André Hentschel wrote:
> seen some "broken" project files which still worked with msvc but not with
> winemaker
> ---
> tools/winemaker |8
> 1 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/tools/winemaker b/tools/winemaker
> index 2ee79ea..92
On Mon, 14 Nov 2011, Francois Gouget wrote:
[...]
> static CRITICAL_SECTIONPerfDataCriticalSection;
> +static CRITICAL_SECTION_DEBUG PerfDataCriticalSection_debug =
> +{
> +0, 0, &PerfDataCriticalSection,
> +{ &PerfDataCriticalSection_debug.ProcessLocksList,
> &PerfDataCr
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=15373
Your paranoid android