Re: Buildbot status

2011-08-18 Thread Dan Kegel
On Thu, Aug 18, 2011 at 5:19 PM, Jerome Leclanche wrote: > Any chances for an automated warning report as well? What kind of warnings are you interested in - compile or runtime? > Also, ideally, there would be one build with all --enables and one > with all --disables for all this. Theres often

Re: Buildbot status

2011-08-18 Thread Jerome Leclanche
On Fri, Aug 19, 2011 at 2:29 AM, Dan Kegel wrote: > http://buildbot.kegel.com/ caught a couple of real problems today. > > Remember the original patchwatcher?  It died because only > one person knew how to run it, and it was too hard to set up. > I'm trying to not make that mistake this time. > To

Buildbot status

2011-08-18 Thread Dan Kegel
http://buildbot.kegel.com/ caught a couple of real problems today. Remember the original patchwatcher? It died because only one person knew how to run it, and it was too hard to set up. I'm trying to not make that mistake this time. To that end, I've made the process easier, and would like as man

Re: mscoree: COM cleanup for the ICLRRuntimeInfo iface.

2011-08-18 Thread Michael Stefaniuc
On 08/18/2011 03:29 PM, Dan Kegel wrote: > Seems to cause a test failure here? Argh, indeed! - (IUnknown*)&runtimes[i] + &runtimes->ICLRRuntimeInfo_iface The array subscript got dropped and that wasn't a manual change. Need to check if I'm hitting a bug in coccinelle or just a "feature". bye

re: cmd/tests: fixing an issue with extra whitespaces after cd parameter

2011-08-18 Thread Dan Kegel
That patch will fail unless your earlier patch is applied, right? If that's the case, you have to submit the two patches together, either as a single patch, or as a two patch series ( see http://wiki.winehq.org/SubmittingPatches for more info, in particular, how to format a two patch series ).

Re: mshtml: Use the last colon in proxy url as port separator

2011-08-18 Thread Juan Lang
> Is the ProxyServer specified as an URL? If yes then use the proper API > to dissect the URL instead of cobbling something together. Just to follow up in this idea, you could use InternetCrackUrl. mshtml delay loads wininet, but it also loads urlmon, which also loads wininet, so in effect wininet

Re: The sad state of audio GetPosition

2011-08-18 Thread Reece Dunn
On 18 August 2011 13:04, wrote: > I'm interested in results from: > > - Linux, esp. with something newer than Ubuntu Lucid, or different sound > cards. NOTE: This is with the alsa and oss drivers selected in the audio tab of winecfg. $ lsb_release -a No LSB modules are available. Distributor I

Re: d3dx9: CloneMesh test and improvements

2011-08-18 Thread Stefan Dösinger
Hi, I noticed one small issue: On Saturday 13 August 2011 12:22:03 Michael Mc Donnell wrote: > +static HRESULT convert_vertex_buffer(ID3DXMesh *mesh_dst, ID3DXMesh *mesh_src) > ... > +hr = mesh_dst->lpVtbl->LockVertexBuffer(mesh_dst, D3DLOCK_DISCARD, (void**)&vb_dst); On paper, D3DLOCK_DISCA

re: mscoree: COM cleanup for the ICLRRuntimeInfo iface.

2011-08-18 Thread Dan Kegel
Seems to cause a test failure here? make[1]: Entering directory `/home/dank/wineslave.dir/sandbox/slave/runtests/build/dlls/mscoree/tests' ../../../tools/runtest -q -P wine -M mscoree.dll -T ../../.. -p mscoree_test.exe.so metahost.c && touch metahost.ok metahost.c:135: Test failed: got unexpected

re: Subject: winemenubuilder: Use start.exe to open URLs to respect URL handlers in registry.

2011-08-18 Thread Dan Kegel
It doesn't apply here, looks like whitespace was corrupted. Try attaching the patch instead of sending it inline? patching file programs/winemenubuilder/winemenubuilder.c Hunk #1 FAILED at 2962. Hunk #2 FAILED at 3004. Hunk #3 FAILED at 3063. 3 out of 3 hunks FAILED -- saving rejects to file progr

Re: cmd: fixing an issue with extra whitespaces after cd parameter (retry)

2011-08-18 Thread Dan Kegel
Two more tips: 1) don't send HTML email to wine mailing lists 2) please be sure to run the conformance tests before submitting patches, and fix any failures Happily, your patch seems to cause a test to succeed: ... ../../../tools/runtest -q -P wine -M cmd.exe -T ../../.. -p cmd.exe_test.exe.so ba

The sad state of audio GetPosition

2011-08-18 Thread Joerg-Cyril . Hoehle
Hi, the good news first: I've some code which seems to return the "position of the sample that is currently playing through the speakers" that MSDN requires GetPosition to return. It passes my mmdevapi rendering tests when used with ALSA's dmix and hw:0 devices. The new WinMM over mmdevapi depend