Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-13 Thread Detlef Riekenberg
On So, 2007-08-12 at 10:50 +0200, Stefan Leichter wrote: Am Sunday 12 August 2007 09:17 schrieb Detlef Riekenberg: On Fr, 2007-08-10 at 13:34 +0200, Paul Vriens wrote: Hi, Can somebody confirm if all oleaut32 tests run correctly on Wine. I'm trying to change LoadLibrary to

Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-13 Thread Detlef Riekenberg
On So, 2007-08-12 at 10:50 +0200, Stefan Leichter wrote: Can somebody confirm if all oleaut32 tests run correctly on Wine. [EMAIL PROTECTED]:~/wine.cvs/bin$ wine dlls/oleaut32/tests/oleaut32_test.exe.so vartest ... vartest.c:3129: Test failed: got VT_R8(-145) expected VT_R8(-1.4)

Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-13 Thread Paul Vriens
Detlef Riekenberg wrote: On So, 2007-08-12 at 10:50 +0200, Stefan Leichter wrote: Can somebody confirm if all oleaut32 tests run correctly on Wine. [EMAIL PROTECTED]:~/wine.cvs/bin$ wine dlls/oleaut32/tests/oleaut32_test.exe.so vartest ... vartest.c:3129: Test failed: got VT_R8(-145)

Re: Fonts (+liberation again...)

2007-08-13 Thread Alexandre Julliard
Louis. Lenders [EMAIL PROTECTED] writes: Of course this patch lacks checking for presence of liberation, and has ugly hard-coded path for the liberation-font, but that could be worked on later on. Simple question: Could something like this be included in the source, otherwise i'm not gonna

Re: [Winetest RFI] What do you want out of the test suite?

2007-08-13 Thread Detlef Riekenberg
On Fr, 2007-08-10 at 12:15 +0200, Paul Vriens wrote: I just want to get people's opinion(s) about the needs/requirements/whishes for both the conformance tests themselves (including winetest) as well as the webpages. * Please make the links Previous build / Next build working! * I really

Re: [Winetest RFI] What do you want out of the test suite?

2007-08-13 Thread Paul Vriens
Stefan Leichter wrote: Am Friday 10 August 2007 12:15 schrieb Paul Vriens: Hi, I just want to get people's opinion(s) about the needs/requirements/whishes for both the conformance tests themselves (including winetest) as well as the webpages. I'll collect the information and will put it on

Re: Allow building of ddraw.dll / ddrawex.dll on MingW

2007-08-13 Thread Stefan Dösinger
Am Sonntag, 12. August 2007 22:09 schrieb Roderick Colenbrander: Hi, I think I got my mingw from the debian packages. Others also suggested that the dxguid version in mingw was outdated. I don't think mingw's dxguid is outdated. IDirectDraw3 is an internet-explorer internal interface, so I

Re: Allow building of ddraw.dll / ddrawex.dll on MingW

2007-08-13 Thread Alexandre Julliard
Stefan Dösinger [EMAIL PROTECTED] writes: I don't think mingw's dxguid is outdated. IDirectDraw3 is an internet-explorer internal interface, so I don't think any windows library exports that GUID publically. I am not sure how to deal with it. If it's not in the Windows libdxguid it

Re: [Winetest RFI] What do you want out of the test suite?

2007-08-13 Thread Paul Vriens
Detlef Riekenberg wrote: On Fr, 2007-08-10 at 12:15 +0200, Paul Vriens wrote: I just want to get people's opinion(s) about the needs/requirements/whishes for both the conformance tests themselves (including winetest) as well as the webpages. Hi Detlef * Please make the links Previous build

Re: [winetest] Show missing tests in single/group results

2007-08-13 Thread Robert Kim Wireless Internet Advisor
Jakob, Paul, we should have a regular site for uploading screenshots like these... so that google can find them too... On 8/6/07, Jakob Eriksson [EMAIL PROTECTED] wrote: Paul Vriens wrote: Comments/remarks etc.. are welcome. It is excellent that you are doing this, the reports are clearer

Re: [winetest] Show missing tests in single/group results

2007-08-13 Thread Ferenc Wagner
Paul Vriens [EMAIL PROTECTED] writes: 'http://www.xs4all.nl/~pvriens/200708031000.new.single/' shows the new results page for single tests. Instead of a single '.' there is a failure shown (red box) and a skip border (as these tests have not run). There is still a '.' which could maybe

Re: [Winetest RFI] What do you want out of the test suite?

2007-08-13 Thread Stefan Leichter
Am Monday 13 August 2007 13:28 schrieb Paul Vriens: Stefan Leichter wrote: Am Friday 10 August 2007 12:15 schrieb Paul Vriens: Hi, I just want to get people's opinion(s) about the needs/requirements/whishes for both the conformance tests themselves (including winetest) as well as the

Re: A script for automatic regression testing

2007-08-13 Thread Jakob Eriksson
Completely awesome, thank you! Mikolaj Zalewski wrote: I wrote a small script that automates regression testing. It requires an Autohotkey script that tests the program and creates a file C:\Test-failed.txt if the test failed. The bash script will then do the regression testing. It starts

Re: win16 tests

2007-08-13 Thread Jakob Eriksson
It would be sweet if you put up the executables too. Jennifer Lai wrote: Hi, I've collected and fixed some win16 tests. Since they are not going to be included in the wine tree, I've placed them under http://www.cs.ucla.edu/~jlai/win16test/ In order to build these tests, Open Watcom was

Re: [Winetest RFI] What do you want out of the test suite?

2007-08-13 Thread Paul Vriens
Stefan Leichter wrote: Am Monday 13 August 2007 13:28 schrieb Paul Vriens: Stefan Leichter wrote: Am Friday 10 August 2007 12:15 schrieb Paul Vriens: Hi, I just want to get people's opinion(s) about the needs/requirements/whishes for both the conformance tests themselves (including winetest)

Problems with focus losing on virtual desktops

2007-08-13 Thread Christian Authmann
Hi, after installing 0.9.42 I noticed some odd behavior when playing Diablo 2. I did a git bisect and nailed it down to this patch: http://source.winehq.org/git/wine.git/?a=commit;h=d836a5062141dd42293ed044debbaf25f914f383 winex11drv: Correctly react to focus loss away from Wine. I noticed

Re: Problems with focus losing on virtual desktops

2007-08-13 Thread Jesse Allen
On 8/13/07, Christian Authmann [EMAIL PROTECTED] wrote: Hi, after installing 0.9.42 I noticed some odd behavior when playing Diablo 2. I did a git bisect and nailed it down to this patch: http://source.winehq.org/git/wine.git/?a=commit;h=d836a5062141dd42293ed044debbaf25f914f383

Re: WineD3D: add opengl 1.2/1.3 constanst to wined3d_gl.h

2007-08-13 Thread Roderick Colenbrander
Skip this patch for now as it barely reduces the patch size. The real patch adds much, much more constants and that has to be merged in one go (or it can be done earlier if you want to have it behind the ifdef). Tell me what you prefer :) Roderick On Monday 13 August 2007 20:06, Roderick

Re: Fonts (+liberation again...)

2007-08-13 Thread mark cox
Louis, What about a wine-fonts package? That would avoid the gpl issue. On 13/08/07, Alexandre Julliard [EMAIL PROTECTED] wrote: Louis. Lenders [EMAIL PROTECTED] writes: Of course this patch lacks checking for presence of liberation, and has ugly hard-coded path for the liberation-font,

Problem with dlls/winex11.drv/opengl.c, revision 1.104

2007-08-13 Thread Chris Rankin
Hi, With the update of dlls/winex11.drv/opengl.c from revision 1.103 to 1.104, World of Warcraft no longer starts in OpenGL mode. WoW complains that my graphics card does not have dual-TMU support. (I have a Radeon R200 with Mesa 7.1) Cheers, Chris

Re: Our wiki software is ugly

2007-08-13 Thread Mitchell Mebane
Scott Ritchie wrote: Our wiki software needs a major update, especially as we start to expect users to actually read it. For instance, look at the FAQ page: Then, click on edit and see how it should look. From what I can tell, there are a few obvious errors: 1) The wiki software is

Re: Our wiki software is ugly

2007-08-13 Thread Scott Ritchie
On Mon, 2007-08-13 at 21:25 -0500, Mitchell Mebane wrote: Scott Ritchie wrote: Our wiki software needs a major update, especially as we start to expect users to actually read it. For instance, look at the FAQ page: Then, click on edit and see how it should look. From what I can

Re: Our wiki software is ugly

2007-08-13 Thread Mitchell Mebane
Scott Ritchie wrote: On Mon, 2007-08-13 at 21:25 -0500, Mitchell Mebane wrote: Scott Ritchie wrote: Our wiki software needs a major update, especially as we start to expect users to actually read it. For instance, look at the FAQ page: Then, click on edit and see how it should