Looks like Jacek and Gentoo have the magic combination. It's passed 4
days in a row:
http://test.winehq.org/data/ae3e768a2e1f9c21b355798c8fbf473db3d83434/wine_jc-gentoo64-win32/version.html
http://test.winehq.org/data/bf640445c748b0588616da201e8ff8f3b1c778e9/wine_jc-gentoo64-win32/version.html
http
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=9028
Your paranoid android.
Misha Koshelev wrote:
> +static inline unsigned short float_32_to_16(const float *in)
> +static inline float float_16_to_32(const unsigned short *in) {
Is there a reason that you pass a pointer to the helper instead of
a value? Also placing a brace on its own line would follow the style
of othe
On Mon, Feb 7, 2011 at 6:20 PM, Stefan Dösinger wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> Am 07.02.2011 um 23:49 schrieb Misha Koshelev:
> I have no full explanation yet, just bits and pieces. By the way, if you
> haven't done so already I recommend a thorough study of
> htt
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=9011
Your paranoid android.
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=9009
Your paranoid android.
On Mon, Feb 7, 2011 at 16:31, Marvin wrote:
> 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
On Mon, Feb 7, 2011 at 15:49, Alexander Kochetkov wrote:
> Fix for bug #22996, and likely for bug #16557.
>
> BTW, I think, what the same problem exist with EMR_POLYTEXTOUTA/W records.
Forgot the patch.
--
-Austin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 07.02.2011 um 23:49 schrieb Misha Koshelev:
I have no full explanation yet, just bits and pieces. By the way, if you
haven't done so already I recommend a thorough study of
http://en.wikipedia.org/wiki/Floating_point for background knowledge.
ht
On 2/8/2011 00:26, Marko Nikolic wrote:
---
dlls/comctl32/tests/trackbar.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/comctl32/tests/trackbar.c b/dlls/comctl32/tests/trackbar.c
index ac67d50..714a321 100644
--- a/dlls/comctl32/tests/trackbar.c
+++ b/dlls/com
On Mon, Feb 7, 2011 at 2:14 PM, Stefan Dösinger wrote:
> Am Montag 07 Februar 2011, 19:37:09 schrieb Misha Koshelev:
>> Stefan: I believe this is actually a _difference_ between Windows versions.
>>
>> As you will note on the full results from winetestbot as well as my
>> own testing on XP (what I
Steve Brown writes:
> I've seen this discussion come and go a few times... Would something
> like LXR be appropriate for generating a web front-end to searching
> and indexing the Wine source code?
Yes, and it's been in place for years: http://source.winehq.org
--
Alexandre Julliard
julli...@w
Robert McDonald writes:
> Is there a more appropriate installation directory than /usr/lib for
> the shared library (although lintian complains if I don't put it in
> /usr/lib)?
It should go in /usr/lib/wine.
> Does ldconfig need to be run after installing/uninstalling the shared
> library (oth
> in todo_wine blocks only ok() calls should be made.
> So consider splitting them down to "todo_wine ok(..." for each.
Ah thank you, I will change them.
> > -CancelIPChangeNotify
> > CreateProxyArpEntry
> > DeleteIPAddress
> > DeleteProxyArpEntry
> > EnableRouter
> > FlushIpNetTable
> >
Hi,
in todo_wine blocks only ok() calls should be made.
So consider splitting them down to "todo_wine ok(..." for each.
> -CancelIPChangeNotify
> CreateProxyArpEntry
> DeleteIPAddress
> DeleteProxyArpEntry
> EnableRouter
> FlushIpNetTable
> GetAdapterIndex
> -NotifyAddrChange
> -NotifyRouteC
Am Montag 07 Februar 2011, 19:37:09 schrieb Misha Koshelev:
> Stefan: I believe this is actually a _difference_ between Windows versions.
>
> As you will note on the full results from winetestbot as well as my
> own testing on XP (what I _thought_ was SP3) is that only 3/9
> platforms have this er
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=8987
Your paranoid android.
On Mon, Feb 7, 2011 at 3:32 AM, Stefan Dösinger wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> Am 07.02.2011 um 03:37 schrieb Misha Koshelev:
>> + FLOAT full[10] = { 1.0f, -2.0f, 6.55e4, 6.10352e-5, 5.96046e-8, 0.0f,
>> -0.0f, INFINITY, -INFINITY, NAN },
>> + full_exp[10
Hi,
This is a small patch I wrote to fix the exception tests on Mac OS X.
Right now, if you look at the Mac results I submitted, you'll notice
that there are two failures.
The first failure happens because Mach doesn't allow the 'global' flag
to be set when setting the debug registers. Changing t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 07.02.2011 um 03:37 schrieb Misha Koshelev:
> +FLOAT full[10] = { 1.0f, -2.0f, 6.55e4, 6.10352e-5, 5.96046e-8, 0.0f,
> -0.0f, INFINITY, -INFINITY, NAN },
> +full_exp[10] = { 1.0f, -2.0f, 6.55e4, 6.10352e-5, 5.96046e-8, 0.0f,
> -0.0f,
20 matches
Mail list logo