Re: [4/4] windowscodecs: Add WICIfdMetadataReader registration.

2012-06-06 Thread Dmitry Timoshkov
Dmitry Timoshkov wrote: > Marvin wrote: > > > === WINEBUILD (build) === > > Patch failed to apply > > Because it depends on a not yet applied > "windowscodecs: Add metadata reader information to the registry." I should add, that the patch adds nothing new to the tests, it just moves around a

Re: [4/4] windowscodecs: Add WICIfdMetadataReader registration.

2012-06-06 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=18837 Your paranoid android

Re: [4/4] windowscodecs: Add WICIfdMetadataReader registration.

2012-06-06 Thread Dmitry Timoshkov
Marvin wrote: > === WINEBUILD (build) === > Patch failed to apply Because it depends on a not yet applied "windowscodecs: Add metadata reader information to the registry." -- Dmitry.

Re: comctl: allow label edit only if treeview style allows editing

2012-06-06 Thread Daniel Jelinski
2012/6/4 Dan Kegel : > I had the same problem, and wrote a little script to skip the bad tests. > It was written for buildbot, but can be run standalone. > Try downloading > http://winezeug.googlecode.com/svn/trunk/buildbot/dotests.sh > and > http://winezeug.googlecode.com/svn/trunk/buildbot/dotest

Re: urlmon: Use file content to verify MIME type reported by file protocol handler

2012-06-06 Thread Alexandre Julliard
Jacek Caban writes: > --- > dlls/urlmon/file.c |8 +++- > dlls/urlmon/tests/protocol.c |4 > 2 files changed, 11 insertions(+), 1 deletions(-) It doesn't work here: ../../../tools/runtest -q -P wine -M urlmon.dll -T ../../.. -p urlmon_test.exe.so protocol.c && touch

Re: 1.4 has dropped off the list for AppDB submissions

2012-06-06 Thread Rosanne DiMesio
On Mon, 28 May 2012 16:00:49 +0200 André Hentschel wrote: > Am 28.05.2012 15:26, schrieb Rosanne DiMesio: > > As of the release of 1.5.5, 1.4 has dropped off the list of Wine versions > > for which AppDB test reports can be submitted. > > > > Can someone please add it to the list of stable rele

Re: [PATCH 2/3] server: STATUS_MORE_PROCESSING_REQUIRED does not indicate that an async operation is complete (try 4).

2012-06-06 Thread Erich E. Hoover
On Wed, Jun 6, 2012 at 5:56 AM, Alexandre Julliard wrote: > "Erich E. Hoover" writes: > >> @@ -285,7 +285,9 @@ void async_set_result( struct object *obj, unsigned int >> status, unsigned int tot >>          if (async->timeout) remove_timeout_user( async->timeout ); >>          async->timeout = N

Re: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh also installs mono

2012-06-06 Thread Vincent Povirk
> The core of mono is safe. It is covered under ECMA-334 (C# language) > and ECMA-335 (CLIR vm). > The mono MS Compatibility Stack, which includes: > - XML > - ASP.NET > - Windows.Forms > - ADO.NET > - Core cryptography > - Transactions > > is a grey area now since the project is not part of Novell

Re: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh also installs mono

2012-06-06 Thread Matijn Woudt
On Wed, Jun 6, 2012 at 3:36 PM, Vincent Povirk wrote: >> It is not so much the technical details that are the problem. >> >> It is the LEGAL problems and potential legal problems that are at the root >> of my complaint. >> >> Telling me that I have the technical details wrong does not help.  I hav

Re: windowscodecs: Add a stubbed out IWICMetadataBlockReader to TIFF decoder.

2012-06-06 Thread Vincent Povirk
Looks good. Here are some notes in case you get around to implementing this before I do: I found it very surprising that no metadata handlers seem to implement IWICMetadataBlockReader, while many of them advertise that they can be found in other metadata formats. I'm guessing that metadata handle

Re: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh also installs mono

2012-06-06 Thread Vincent Povirk
> It is not so much the technical details that are the problem. > > It is the LEGAL problems and potential legal problems that are at the root > of my complaint. > > Telling me that I have the technical details wrong does not help.  I have > very carefully tried to move the discussion away from sec

Re: Wine's support for reporting calling conventions

2012-06-06 Thread Roger Cruz
  A previous google search did show up someone modifying GCC to add that level of CC info for another architecture so I'm sure it is something that we can do for x86.  I don't know how complex it would be either.  I was hoping it was already done and it was just a matter of a compiler flag.  I

Re: urlmon: Use file content to verify MIME type reported by file protocol handler

2012-06-06 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=18815 Your paranoid android

Re: urlmon: Use file content to verify MIME type reported by file protocol handler

2012-06-06 Thread Jacek Caban
On 06/06/12 13:58, 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.winehq.org/

Re: Wine's support for reporting calling conventions

2012-06-06 Thread Eric Pouech
dwarf4 allows each compiler vendor to add its own range of CC values in the DW_AT_calling_convention field. this means that the vendor must create its own table for mapping each used CC to a given value. from a wine standpoint, the list should be rather small (stdcall, fastcall...) (on top of cdecl

Re: [PATCH 2/3] server: STATUS_MORE_PROCESSING_REQUIRED does not indicate that an async operation is complete (try 4).

2012-06-06 Thread Alexandre Julliard
"Erich E. Hoover" writes: > @@ -285,7 +285,9 @@ void async_set_result( struct object *obj, unsigned int > status, unsigned int tot > if (async->timeout) remove_timeout_user( async->timeout ); > async->timeout = NULL; > async->status = status; > -if (async->data

Re: [2/2] user32: Add a test to demonstrate the z-order problem for a top level window with a region. Take 2.

2012-06-06 Thread Dmitry Timoshkov
Alexandre Julliard wrote: > > This version of the test tries harder to avoid races that could cause > > the test failures. > > It's not races, it's failing consistently here, even with your latest > version. I don't think you can reliably test expose events processing > from a Windows app. It w

Re: [2/2] user32: Add a test to demonstrate the z-order problem for a top level window with a region. Take 2.

2012-06-06 Thread Alexandre Julliard
Dmitry Timoshkov writes: > This version of the test tries harder to avoid races that could cause > the test failures. It's not races, it's failing consistently here, even with your latest version. I don't think you can reliably test expose events processing from a Windows app. -- Alexandre Jul

Re: [PATCH] shell32: do not crash "wine control.exe nonexisting"

2012-06-06 Thread Alexandre Julliard
Marcus Meissner writes: > On Wed, Jun 06, 2012 at 11:56:06AM +0200, Jacek Caban wrote: >> On 06/06/12 11:52, Alexandre Julliard wrote: >> > Jacek Caban writes: >> > >> >> This usage of list is broken here as well. list_init should be called >> >> before list_add_head (so calling it early in init

Re: Wine's support for reporting calling conventions

2012-06-06 Thread Roger Cruz
Hi Eric, Thanks for replying. I saw that in the DWARF spec and I was afraid that DWARF may not provide detailed Info. But I also read in the spec that the compilers use a DWARF extension feature to convey additional info such as calling convention for each routine. Is there a way to coax GCC

Re: [PATCH] shell32: do not crash "wine control.exe nonexisting"

2012-06-06 Thread Marcus Meissner
On Wed, Jun 06, 2012 at 11:56:06AM +0200, Jacek Caban wrote: > On 06/06/12 11:52, Alexandre Julliard wrote: > > Jacek Caban writes: > > > >> This usage of list is broken here as well. list_init should be called > >> before list_add_head (so calling it early in initialization code will > >> fix bot

Re: [PATCH 3/5] d3drm: Handle texture associated with the materail when loading a mesh.

2012-06-06 Thread Alexandre Julliard
Christian Costa writes: > --- > dlls/d3drm/meshbuilder.c | 37 + > 1 files changed, 37 insertions(+), 0 deletions(-) It doesn't work here: ../../../tools/runtest -q -P wine -M d3drm.dll -T ../../.. -p d3drm_test.exe.so d3drm.c && touch d3drm.ok d3drm.c:37

Re: [PATCH] shell32: do not crash "wine control.exe nonexisting"

2012-06-06 Thread Jacek Caban
On 06/06/12 11:52, Alexandre Julliard wrote: > Jacek Caban writes: > >> This usage of list is broken here as well. list_init should be called >> before list_add_head (so calling it early in initialization code will >> fix both problems). > There's no reason to call list_init on list entries, it sh

Re: [PATCH] shell32: do not crash "wine control.exe nonexisting"

2012-06-06 Thread Alexandre Julliard
Jacek Caban writes: > This usage of list is broken here as well. list_init should be called > before list_add_head (so calling it early in initialization code will > fix both problems). There's no reason to call list_init on list entries, it should only be called on the actual list. -- Alexand

Re: [PATCH] shell32: do not crash "wine control.exe nonexisting"

2012-06-06 Thread Jacek Caban
On 06/06/12 11:34, Marcus Meissner wrote: > On Wed, Jun 06, 2012 at 11:31:52AM +0200, Jacek Caban wrote: >> Hi Marcus, >> >> On 06/06/12 10:17, Marcus Meissner wrote: >>> Hi, >>> >>> wine control.exe joy crashed in this line, as it should be wine >>> control.exe joy.cpl. >>> >>> The list is just

Re: [PATCH] shell32: do not crash "wine control.exe nonexisting"

2012-06-06 Thread Marcus Meissner
On Wed, Jun 06, 2012 at 11:31:52AM +0200, Jacek Caban wrote: > Hi Marcus, > > On 06/06/12 10:17, Marcus Meissner wrote: > > Hi, > > > > wine control.exe joy crashed in this line, as it should be wine > > control.exe joy.cpl. > > > > The list is just not setup yet as we fail... > > > > Ciao, Mar

Re: [PATCH] shell32: do not crash "wine control.exe nonexisting"

2012-06-06 Thread Jacek Caban
Hi Marcus, On 06/06/12 10:17, Marcus Meissner wrote: > Hi, > > wine control.exe joy crashed in this line, as it should be wine control.exe > joy.cpl. > > The list is just not setup yet as we fail... > > Ciao, Marcus > --- > dlls/shell32/control.c |2 +- > 1 files changed, 1 insertions(+),