Re: msxml3/tests: Add additional conformance tests to the xpath tests (try 2)

2013-07-03 Thread Alexandre Julliard
John Chadwick writes: > This patch adds additional xpath tests to the msxml3 tests. Following > Nikolay Sivov's advice, these provide a wide range of new tests, two > of which currently fail in Wine (for reasons previously described.) > These are now marked 'todo' in a much cleaner way. It doesn

Re: msxml3/tests: add additional conformance tests that show incorrect xpath behavior in wine

2013-07-02 Thread Nikolay Sivov
On 6/29/2013 20:26, John Chadwick wrote: On Sat, Jun 29, 2013 at 4:48 AM, Nikolay Sivov wrote: On 6/27/2013 11:46, John Chadwick wrote: +/* msxml's selectNodes returns a document ordered nodelist, regardless of + * whether or not the xpath nodelist was document ordered... */ + ole_che

Re: msxml3/tests: add additional conformance tests that show incorrect xpath behavior in wine

2013-06-29 Thread Nikolay Sivov
On 6/27/2013 11:46, John Chadwick wrote: +/* msxml's selectNodes returns a document ordered nodelist, regardless of + * whether or not the xpath nodelist was document ordered... */ +ole_check(IXMLDOMNode_selectNodes(rootNode,_bstr_("ancestor-or-self::node()"), &list)); +todo_exp

Re: Using string resources in conformance tests.

2010-06-29 Thread Michael Mc Donnell
folder". > > It appears as though you shouldn't be doing this in a conformance > test.  It varies enough that applications can't depend on the resource > ID or string value being the same in different versions of Windows. > Our conformance tests try to test for invarian

Re: Using string resources in conformance tests.

2010-06-29 Thread Juan Lang
t depend on the resource ID or string value being the same in different versions of Windows. Our conformance tests try to test for invariants across Windows versions, i.e. behavior that applications may depend on or expect. You might check the contents of the containing folder before and after th

Using string resources in conformance tests.

2010-06-26 Thread Michael Mc Donnell
Hi wine developers! I've written a conformance test (my first) for bug 17986: BrsFolder_OnCommand make new folder not implemented. The conformance test tests if clicking on the "Make New Folder" button in a SHBrowseForFolder dialog box results in creation of a new folder. I want the test to be loc

Re: MDI client repaint issues (client and children) and conformance tests for this

2010-02-06 Thread Reece Dunn
On 6 February 2010 10:29, Reece Dunn wrote: > On 6 February 2010 04:15, Dmitry Timoshkov wrote: >> Reece Dunn wrote: >> Before >> fixing the problem we need to understand what exactly is the sequence >> of events that leads to it, how Windows and Wine behaviours differ. > > I understand this. L

Re: MDI client repaint issues (client and children) and conformance tests for this

2010-02-06 Thread Reece Dunn
On 6 February 2010 04:15, Dmitry Timoshkov wrote: > Reece Dunn wrote: > >> And in terms of a fix, what is the best approach for fixing the issue? >> That is, Alexandre does not like an explicit call to InvalidateRect in >> the WM_MDICREATE handler, so I assume that the repaint logic should be >>

Re: MDI client repaint issues (client and children) and conformance tests for this

2010-02-05 Thread Dmitry Timoshkov
Reece Dunn wrote: > And in terms of a fix, what is the best approach for fixing the issue? > That is, Alexandre does not like an explicit call to InvalidateRect in > the WM_MDICREATE handler, so I assume that the repaint logic should be > done in a more specific place or figure out why it is not

MDI client repaint issues (client and children) and conformance tests for this

2010-02-05 Thread Reece Dunn
Hi, I have been looking at http://bugs.winehq.org/show_bug.cgi?id=14312 which shows up as the MDI client window not being repainted properly when a new child is created given an already maximised child window being present. There is a related issue here that sometimes the child window frames are

Re: shell32/tests: Add Program Manager DDE Conformance Tests (try 2)

2009-11-06 Thread Paul Vriens
On 11/03/2009 04:32 AM, Mike wrote: These conformance tests are for the program manager dde. Basic operations are tested. The current wine implementation (shell32/dde.c) of the Program Manager DDE is stubbed. This conformance tests were run and passed on Win 98 SE and Win XP SP2. Related

Re: [1/2] shell32/tests: Program Manager DDE Conformance Tests

2009-10-28 Thread Vitaliy Margolen
ll Windows >> versions. Or you should detect differences by other means. CSIDL_PROGRAM_FILES_COMMON is not supported in Win 95, 98, or ME and so the directory where things are created changes. What is the correct method to determine whether to use this or not for Wine Conf

Re: [1/2] shell32/tests: Program Manager DDE Conformance Tests

2009-10-27 Thread Vitaliy Margolen
Mike wrote: > Conformance Tests to test the Program Manager DDE. Currently stubbed in > Wine, bug 9159. Has been tested on Win XP SP2 and Win 98 SE. > > --- > dlls/shell32/tests/Makefile.in |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --

Re: Writing Conformance Tests

2009-08-15 Thread Reece Dunn
2009/8/15 Mike : > Being new to wine, I was thinking about starting to learn the system by > writing conformance tests. > > Most of us do NOT have access to machines of every flavor of Windows.  Is > there a standard method to deal with differences across platforms? > >

Writing Conformance Tests

2009-08-15 Thread Mike
Being new to wine, I was thinking about starting to learn the system by writing conformance tests. Most of us do NOT have access to machines of every flavor of Windows. Is there a standard method to deal with differences across platforms? I realize that often, this won't be an issue, bu

Re: Conformance tests

2009-08-14 Thread Austin English
On Fri, Aug 14, 2009 at 3:10 PM, Keith Muir wrote: > What disturbs me about the conformance tests is that yes there are 0% > failures but when you check you discover its 0% failures on virtual > machines. Failures on real hardware under XP can reach as high as 6% with > peaks great

Conformance tests

2009-08-14 Thread Keith Muir
What disturbs me about the conformance tests is that yes there are 0% failures but when you check you discover its 0% failures on virtual machines. Failures on real hardware under XP can reach as high as 6% with peaks greater than that. Windows is tolerant of all types of hardware wine still

Re: Serial port conformance tests

2009-03-24 Thread Saulius Krasuckas
* On Mon, 23 Mar 2009, Chris Teague wrote: very useful tool would be a serial port loopback device. Rather than require conformance testers to attach a hardware loopback device (NULL modem) to a physical port, could we create some virtual ports in wine and connect them together? Maybe com98

Re: Serial port conformance tests

2009-03-24 Thread Damjan Jovanovic
On Tue, Mar 24, 2009 at 12:06 AM, Chris Teague wrote: > I'm new to wine, looking into serial communications.  I have a failing > scenario in a application, and I'd like to write a conformance test to > demonstrate/document the issue.  I looked in dlls/ntdll/tests but did > not see any serial port

Re: Serial port conformance tests

2009-03-24 Thread Alexandre Julliard
Chris Teague writes: > I'm new to wine, looking into serial communications. I have a failing > scenario in a application, and I'd like to write a conformance test to > demonstrate/document the issue. I looked in dlls/ntdll/tests but did > not see any serial port related tests - did I miss them

Serial port conformance tests

2009-03-23 Thread Chris Teague
I'm new to wine, looking into serial communications. I have a failing scenario in a application, and I'd like to write a conformance test to demonstrate/document the issue. I looked in dlls/ntdll/tests but did not see any serial port related tests - did I miss them or do none exist yet? Assuming

Re: Conformance tests

2009-03-02 Thread Francois Gouget
On Mon, 2 Mar 2009, Keith Muir wrote: > Hi, > > Running conformance tests on windows on some builds is impossible it > wont even complete 1.1.15 was the last one that would run to completion > and versions between 1.1.14 and 1.1.15 also failed to complete. Which Windows v

Conformance tests

2009-03-02 Thread Keith Muir
Hi, Running conformance tests on windows on some builds is impossible it wont even complete 1.1.15 was the last one that would run to completion and versions between 1.1.14 and 1.1.15 also failed to complete. Regards, Keith

Re: Which graphics cards really pass the conformance tests, again?

2008-10-18 Thread Henri Verbeet
2008/10/18 Dan Kegel <[EMAIL PROTECTED]>: > When I put together the current patchwatcher box, I made > sure to get a graphics card based on a recent nvidia chip. > http://www2.pny.com/8500-GT-512MB-PCIe-P2322C269.aspx > seemed recent enough, but I still get buttloads of > conformance test failures

Re: Which graphics cards really pass the conformance tests, again?

2008-10-18 Thread Alasdair Sinclair
Dan Kegel wrote: > When I put together the current patchwatcher box, I made > sure to get a graphics card based on a recent nvidia chip. > http://www2.pny.com/8500-GT-512MB-PCIe-P2322C269.aspx > seemed recent enough, but I still get buttloads of > conformance test failures in d3d and ddraw. > > So,

Which graphics cards really pass the conformance tests, again?

2008-10-18 Thread Dan Kegel
When I put together the current patchwatcher box, I made sure to get a graphics card based on a recent nvidia chip. http://www2.pny.com/8500-GT-512MB-PCIe-P2322C269.aspx seemed recent enough, but I still get buttloads of conformance test failures in d3d and ddraw. So, which graphics cards exactly

Re: Latest Windows Conformance Tests

2008-10-13 Thread Jérôme Gardou
is highly annoying and it's deemed a really bad habit. >> >> Vitaliy. >> > I did not hijack a thread I opened a brand new note thank you... > and I was talking about the windows conformance tests which I am running > on my home machine... So before you jump on some

Re: Latest Windows Conformance Tests

2008-10-12 Thread Vitaliy Margolen
ed a really bad habit. >> >> Vitaliy. > I did not hijack a thread I opened a brand new note thank you... > and I was talking about the windows conformance tests which I am running > on my home machine... So before you jump on someone by assuming like you > prefer to do Vitali

Re: Latest Windows Conformance Tests

2008-10-12 Thread Chris Ahrendt
not hijack a thread I opened a brand new note thank you... and I was talking about the windows conformance tests which I am running on my home machine... So before you jump on someone by assuming like you prefer to do Vitaliy why dont you ask if this is one or not Again havent hijacked a

Re: Latest Windows Conformance Tests

2008-10-12 Thread Vitaliy Margolen
Chris Ahrendt wrote: > Causes windows XP SP3 to reboot during d3d test.. Would you please stop hijacking threads! Do NOT reply when starting a new topic!!! This is highly annoying and it's deemed a really bad habit. Vitaliy.

Re: Latest Windows Conformance Tests

2008-10-12 Thread James Hawkins
On Sun, Oct 12, 2008 at 2:09 PM, Chris Ahrendt <[EMAIL PROTECTED]> wrote: > James Hawkins wrote: >> >> On Sun, Oct 12, 2008 at 2:02 PM, Chris Ahrendt <[EMAIL PROTECTED]> wrote: >>> >>> Causes windows XP SP3 to reboot during d3d test.. >>> >>> What and where do I need to send in the information >>>

Re: Latest Windows Conformance Tests

2008-10-12 Thread Chris Ahrendt
James Hawkins wrote: > On Sun, Oct 12, 2008 at 2:02 PM, Chris Ahrendt <[EMAIL PROTECTED]> wrote: >> Causes windows XP SP3 to reboot during d3d test.. >> >> What and where do I need to send in the information >> on the issue. >> > > You're going to have to set up a cross-build environment to compil

Re: Latest Windows Conformance Tests

2008-10-12 Thread John Klehm
On Sun, Oct 12, 2008 at 2:02 PM, Chris Ahrendt <[EMAIL PROTECTED]> wrote: > Causes windows XP SP3 to reboot during d3d test.. > > What and where do I need to send in the information > on the issue. > > Microsoft Windows XP > Home Edition > Version 2002 > Sp 3 > > Pent 4 3.2ghz > 2 gig ram > > Prob

Re: Latest Windows Conformance Tests

2008-10-12 Thread James Hawkins
On Sun, Oct 12, 2008 at 2:02 PM, Chris Ahrendt <[EMAIL PROTECTED]> wrote: > Causes windows XP SP3 to reboot during d3d test.. > > What and where do I need to send in the information > on the issue. > You're going to have to set up a cross-build environment to compile the d3d tests and figure out w

Latest Windows Conformance Tests

2008-10-12 Thread Chris Ahrendt
Causes windows XP SP3 to reboot during d3d test.. What and where do I need to send in the information on the issue. Microsoft Windows XP Home Edition Version 2002 Sp 3 Pent 4 3.2ghz 2 gig ram Chris

Re: Fixing the conformance tests

2008-09-08 Thread Kai Blin
On Saturday 06 September 2008 22:21:15 James Hawkins wrote: > > Tests that fail on Windows and succeed on Wine > > == > > - ws2_32:sock has 1 consistent failure on all Windows boxes but not on > > Wine > > Last attempt got no comments: > > http://winehq.

Re: Fixing the conformance tests

2008-09-07 Thread Rico Schüller
Henri Verbeet schrieb: > 2008/9/6 Rico Schüller <[EMAIL PROTECTED]>: > >> Dan Kegel schrieb: >> >>> This aborts for me in just five seconds. Can *anyone* run it for >>> an hour without failure? If so, how can I duplicate your setup? >>> - Dan >>> >>> > > >> d3d9 device: This wo

Re: Fixing the conformance tests

2008-09-07 Thread Ismael Barros
On 9/6/08, James Hawkins <[EMAIL PROTECTED]> wrote: >> Tests with timeouts >> === >> - dplayx:dplayx fails with a timeout on all windows servers > > According to Ismael, he has a few fixes that cut the time needed in > half. Ismael, what's the status on this? > > http://winehq.org/

Re: Fixing the conformance tests

2008-09-07 Thread Paul Vriens
James Hawkins wrote: > On Sat, Sep 6, 2008 at 5:19 AM, Paul Vriens <[EMAIL PROTECTED]> wrote: >> Hi, >> >> As we are slowly progressing towards a more green test.winehq.org there are >> still some conformance tests that fail either on all platforms or with a &g

Re: Fixing the conformance tests

2008-09-07 Thread Rico Schüller
Henri Verbeet schrieb: > 2008/9/6 Rico Schüller <[EMAIL PROTECTED]>: > >> Dan Kegel schrieb: >> >>> This aborts for me in just five seconds. Can *anyone* run it for >>> an hour without failure? If so, how can I duplicate your setup? >>> - Dan >>> >>> > > >> d3d9 device: This wo

Re: Fixing the conformance tests

2008-09-06 Thread Henri Verbeet
2008/9/6 Rico Schüller <[EMAIL PROTECTED]>: > Dan Kegel schrieb: >> This aborts for me in just five seconds. Can *anyone* run it for >> an hour without failure? If so, how can I duplicate your setup? >> - Dan >> > d3d9 device: This works with OffscreenRenderingMode = backbuffer or > pbuffer wit

Re: Fixing the conformance tests

2008-09-06 Thread Rico Schüller
Dan Kegel schrieb: > This aborts for me in just five seconds. Can *anyone* run it for > an hour without failure? If so, how can I duplicate your setup? > - Dan > These tests run without any issue for me (200 times) - in virtual desktop mode and fbo (haven't checked the default settings yet):

Re: Fixing the conformance tests

2008-09-06 Thread James Hawkins
On Sat, Sep 6, 2008 at 5:19 AM, Paul Vriens <[EMAIL PROTECTED]> wrote: > Hi, > > As we are slowly progressing towards a more green test.winehq.org there are > still some conformance tests that fail either on all platforms or with a > specific configuration (like IE7). > &

Re: Fixing the conformance tests

2008-09-06 Thread Steven Edwards
On Sat, Sep 6, 2008 at 7:43 AM, Dan Kegel <[EMAIL PROTECTED]> wrote: > This aborts for me in just five seconds. Can *anyone* run it for > an hour without failure? If so, how can I duplicate your setup? Ask Alexandre for a Ghost image of his machine. =P -- Steven Edwards "There is one thing s

re: Fixing the conformance tests

2008-09-06 Thread Dan Kegel
Paul V. wrote: > As we are slowly progressing towards a more green > test.winehq.org there are still some conformance tests > that fail either on all platforms or with a specific configuration (like IE7). Here's some data. On my new box (CPU: Core 2 Duo e8400, graphics: nVidia Corpo

Fixing the conformance tests

2008-09-06 Thread Paul Vriens
Hi, As we are slowly progressing towards a more green test.winehq.org there are still some conformance tests that fail either on all platforms or with a specific configuration (like IE7). This email is merely to list those and see if the SME's can have a look in these tests. (I didn

Re: Allow running conformance tests in parallel

2008-07-14 Thread Dan Kegel
On Sun, Jul 13, 2008 at 9:59 PM, Scott Ritchie <[EMAIL PROTECTED]> wrote: >> About the same number of tests fail regardless of -j value. > > "About" -- shouldn't it be exactly? Yes, but our tests are flaky.

Re: Allow running conformance tests in parallel

2008-07-13 Thread Scott Ritchie
Dan Kegel wrote: > About the same number of tests fail regardless of -j value. > > How it works: > this patch adds a new function, winetest_exclusive(), > that waits until it can acquire an exclusive lock. > It should be called near the top of the START_TEST body > for any test that needs exclusiv

Allow running conformance tests in parallel

2008-07-13 Thread Dan Kegel
The attached patch lets you run Wine's conformance tests in parallel. On my relatively fast dual core machine (e7200): "make -k test" takes 3 minutes 55 seconds "make -k -j2 test" takes 2 minutes 15 seconds "make -k -j4 test" takes 1 minute 45 seconds &q

Re: Some conformance tests a bit slow under Valgrind

2008-06-30 Thread Dylan Smith
On Fri, Jun 27, 2008 at 12:43 PM, Dylan Smith <[EMAIL PROTECTED]> wrote: > Rather than using one URL for all the messages, you could also cycle through > URL after testing them initially. It would have the same performance of > using the same valid URL, but keeps the variety in the test. I ended

Re: Some conformance tests a bit slow under Valgrind

2008-06-27 Thread Dylan Smith
On Fri, Jun 27, 2008 at 12:22 PM, Alex Villací­s Lasso < [EMAIL PROTECTED]> wrote: > Dan Kegel escribió: > > Under Valgrind, on my nice fast e7200 system, > > the entire suite of tests takes about three hours to run. > > > > The slowest ten percent of the tests take over a third of the runtime. >

Re: Some conformance tests a bit slow under Valgrind

2008-06-27 Thread Alex Villací­s Lasso
Dan Kegel escribió: > Under Valgrind, on my nice fast e7200 system, > the entire suite of tests takes about three hours to run. > > The slowest ten percent of the tests take over a third of the runtime. > > riched20's editor.c in particular spends way too long > (I think) on test_EM_AUTOURLDETECT.

Some conformance tests a bit slow under Valgrind

2008-06-26 Thread Dan Kegel
Under Valgrind, on my nice fast e7200 system, the entire suite of tests takes about three hours to run. The slowest ten percent of the tests take over a third of the runtime. riched20's editor.c in particular spends way too long (I think) on test_EM_AUTOURLDETECT. The min, median, and max times

How to handle lack of internet connection in conformance tests

2008-06-02 Thread Austin English
For curiousity's sake, I tested my work XP box today, first as usual, then after a reboot and disabling the network connection: http://test.winehq.org/data/b4bf3553c4071a2a6979f1df08ae75aadde94b4b/#group_XP http://test.winehq.org/data/b4bf3553c4071a2a6979f1df08ae75aadde94b4b/xp_aenglish-xp-sp2/re

Re: Conformance tests for LoadStringW and LoadStringA

2008-02-29 Thread Christopher
[EMAIL PROTECTED] wrote: > Message: 3 > Date: Fri, 29 Feb 2008 12:50:53 +0100 > From: Alexandre Julliard <[EMAIL PROTECTED]> > Subject: Re: Conformance tests for LoadStringW and LoadStringA > To: Christopher <[EMAIL PROTECTED]> > Cc: wine-devel@winehq.org &

Re: Conformance tests for LoadStringW and LoadStringA

2008-02-29 Thread Alexandre Julliard
Christopher <[EMAIL PROTECTED]> writes: > +ok(!memcmp(copiedstring, returnedstring, (length2 + > 1)*sizeof(WCHAR)), > +"LoadStringW returned a string that does not match the string > pointed to by the pointer it returned. \ > + returnedstring = %ls, copiedstring =

Re: Blocked conformance tests

2008-02-05 Thread Reece Dunn
On 05/02/2008, Francois Gouget <[EMAIL PROTECTED]> wrote: > > When I run winetest on Windows XP I get some dialog boxes asking me: > >Do you want to keep blocking this program? This is because the Windows firewall is blocking the application from connecting to the internet and/or making TCP/IP

Blocked conformance tests

2008-02-05 Thread Francois Gouget
When I run winetest on Windows XP I get some dialog boxes asking me: Do you want to keep blocking this program? According to the title bar, the impacted tests are: dplayx rpcrt4 'Microsoft DirectPlay Helper' ??? ws2_32 My understanding is that it should only prevent the test fro

Re: [Winetest] Possible removal of LoadLibrary and friends in the conformance tests

2007-08-09 Thread Detlef Riekenberg
On Di, 2007-08-07 at 09:43 +0200, Paul Vriens wrote: > My plan, and this is open for discussion of course, is to: > > 1. Add the main dll back as part of the IMPORTS in the Makefile.in files Some API are defined once, but implemented many times: The monitor in localspl and localui as examples.

Re: [Winetest] Possible removal of LoadLibrary and friends in the conformance tests

2007-08-07 Thread Paul Vriens
Stefan Leichter wrote: Am Tuesday 07 August 2007 09:43 schrieb Paul Vriens: This will be a lengthy process so if there are volunteers, please step up. Eventhough this is some considerable amount of work to be done, in the end the code will be cleaner (and several lines shorter). Comments/remar

Re: [Winetest] Possible removal of LoadLibrary and friends in the conformance tests

2007-08-07 Thread Stefan Leichter
Am Tuesday 07 August 2007 09:43 schrieb Paul Vriens: > > This will be a lengthy process so if there are volunteers, please step up. > > Eventhough this is some considerable amount of work to be done, in the end > the code will be cleaner (and several lines shorter). > > Comments/remarks ? > Make su

Re: [Winetest] Possible removal of LoadLibrary and friends in the conformance tests

2007-08-07 Thread Paul Vriens
Stefan Dösinger wrote: Am Dienstag, 7. August 2007 10:29 schrieb H. Verbeet: On 07/08/07, Paul Vriens <[EMAIL PROTECTED]> wrote: You mean 'Direct3DCreate8' in the d3d8 tests (Oh wait, there's also 'ValidateVertexShader' and 'ValidatePixelShader') and 'Direct3DCreate9' in the d3d9 tests? For co

Re: [Winetest] Possible removal of LoadLibrary and friends in the conformance tests

2007-08-07 Thread Stefan Dösinger
Am Dienstag, 7. August 2007 10:29 schrieb H. Verbeet: > On 07/08/07, Paul Vriens <[EMAIL PROTECTED]> wrote: > > You mean 'Direct3DCreate8' in the d3d8 tests (Oh wait, there's also > > 'ValidateVertexShader' and 'ValidatePixelShader') and 'Direct3DCreate9' > > in the d3d9 tests? > > > > For consiste

Re: [Winetest] Possible removal of LoadLibrary and friends in the conformance tests

2007-08-07 Thread H. Verbeet
On 07/08/07, Paul Vriens <[EMAIL PROTECTED]> wrote: > You mean 'Direct3DCreate8' in the d3d8 tests (Oh wait, there's also > 'ValidateVertexShader' and 'ValidatePixelShader') and 'Direct3DCreate9' in the > d3d9 tests? > > For consistency sake we should change it there as well. Although it's just a >

Re: [Winetest] Possible removal of LoadLibrary and friends in the conformance tests

2007-08-07 Thread Paul Vriens
H. Verbeet wrote: On 07/08/07, Paul Vriens <[EMAIL PROTECTED]> wrote: Eventhough this is some considerable amount of work to be done, in the end the code will be cleaner (and several lines shorter). Comments/remarks ? For what it's worth, the d3d tests typically only need a single export. Tha

Re: [Winetest] Possible removal of LoadLibrary and friends in the conformance tests

2007-08-07 Thread H. Verbeet
On 07/08/07, Paul Vriens <[EMAIL PROTECTED]> wrote: > Eventhough this is some considerable amount of work to be done, in the end the > code will be cleaner (and several lines shorter). > > Comments/remarks ? > For what it's worth, the d3d tests typically only need a single export. That should make

[Winetest] Possible removal of LoadLibrary and friends in the conformance tests

2007-08-07 Thread Paul Vriens
Hi, With the current version of winetest, conformance tests for which the main dll is not available will not run anymore. This will be reported on test.winehq.org. We will be seeing the new approach as of 12:00 GMT when the new winetest.exe is available and the first tests come in. Several

Can we start/stop services in conformance tests?

2007-06-12 Thread Misha Koshelev
Just wondering. It seems like I can avoid message boxes easily by using a CHT hook, but the Beep() that this particular message box uses can only be disabled with the ControlService/StartService combo. Can I use this in a non-service conformance test, or is it too much to assume that the person run

Re: shell32: conformance tests for unicode filenames and fix a bugforfile deletion (try 2)

2007-06-08 Thread Nigel Liang
>>> Yep, you are right, it is actually "c:\wïñëtèst". I will fix it in >>> the next try. >> >> That won't work. The actual unicode characters have different codes. >> Personally >> I don't see why you need non-acsii characters to test unicode APIs. >> In this case, the non-ascii characters are n

Re: shell32: conformance tests for unicode filenames and fix a bugforfile deletion (try 2)

2007-06-08 Thread Paul Vriens
Paul Vriens wrote: Dmitry Timoshkov wrote: "Nigel Liang" <[EMAIL PROTECTED]> wrote: > > +static const WCHAR UNICODE_PATH[] = {'c',':','\\','w',0x00ef,0x00f1,0x00eb, > > +'t',0x00e8,'s','t','\0','\0'}; /* "c:\winetest" */ > > The name above is definitely not "c:\winetest", also if you need

Re: shell32: conformance tests for unicode filenames and fix a bugforfile deletion (try 2)

2007-06-08 Thread Paul Vriens
Dmitry Timoshkov wrote: "Nigel Liang" <[EMAIL PROTECTED]> wrote: > > +static const WCHAR UNICODE_PATH[] = {'c',':','\\','w',0x00ef,0x00f1,0x00eb, > > +'t',0x00e8,'s','t','\0','\0'}; /* "c:\winetest" */ > > The name above is definitely not "c:\winetest", also if you need a double > termin

Re: shell32: conformance tests for unicode filenames and fix a bugforfile deletion (try 2)

2007-06-08 Thread Dmitry Timoshkov
"Nigel Liang" <[EMAIL PROTECTED]> wrote: > > +static const WCHAR UNICODE_PATH[] = {'c',':','\\','w',0x00ef,0x00f1,0x00eb, > > +'t',0x00e8,'s','t','\0','\0'}; /* "c:\winetest" */ > > The name above is definitely not "c:\winetest", also if you need a double > termination '\0' state it specific

Re: shell32: conformance tests for unicode filenames and fix a bug forfile deletion (try 2)

2007-06-08 Thread Nigel Liang
On 6/7/07, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: "Nigel Liang" <[EMAIL PROTECTED]> wrote: > +static const WCHAR UNICODE_PATH[] = {'c',':','\\','w',0x00ef,0x00f1,0x00eb, > +'t',0x00e8,'s','t','\0','\0'}; /* "c:\winetest" */ The name above is definitely not "c:\winetest", also if you ne

Re: shell32: conformance tests for unicode filenames and fix a bug forfile deletion (try 2)

2007-06-07 Thread Dmitry Timoshkov
"Nigel Liang" <[EMAIL PROTECTED]> wrote: +static const WCHAR UNICODE_PATH[] = {'c',':','\\','w',0x00ef,0x00f1,0x00eb, +'t',0x00e8,'s','t','\0','\0'}; /* "c:\winetest" */ The name above is definitely not "c:\winetest", also if you need a double termination '\0' state it specifically. +sta

Re: dplay: directplay should initialize session Guid patch + conformance tests

2007-02-27 Thread Detlef Riekenberg
On Di, 2007-02-27 at 13:15 +0100, Alessandro Pignotti wrote: > +dlls/dplayx/tests/Makefile That is will not work since today, as the format changed. The correct entry is created by "tools/make_makefiles" I updated the wiki, that autogenerated code should not be included in a Patch -- By b

Re: dplay: directplay should initialize session Guid patch +conformance tests

2007-02-27 Thread H. Verbeet
On 27/02/07, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: > +BOOL FAR PASCAL EnumConnectionsCallback(LPCGUID lpguidSP, LPVOID lpConnection, > + DWORD dwConnectionSize, LPCDPNAME lpName, DWORD dwFlags, > + LPVOID lpContext) > +{ This doesn't look like a proper type of callb ack for IDirectPlayX_

Re: dplay: directplay should initialize session Guid patch +conformance tests

2007-02-27 Thread Dmitry Timoshkov
"Alessandro Pignotti" <[EMAIL PROTECTED]> wrote: +BOOL FAR PASCAL EnumConnectionsCallback(LPCGUID lpguidSP, LPVOID lpConnection, + DWORD dwConnectionSize, LPCDPNAME lpName, DWORD dwFlags, + LPVOID lpContext) +{ This doesn't look like a proper type of callb ack for IDirectPlayX_EnumConnectio

Re: dplay: directplay should initialize session Guid patch + conformance tests

2007-02-27 Thread Kai Blin
On Saturday 24 February 2007 22:10, Alessandro Pignotti wrote: > Thanks for the suggestions, this version of the patch uses IsEqualGUID and > eliminates C++ style comments and insert a proper copyright notice in the > added file You might want to use #include "wine/test.h" instead of #include , a

Re: dplay: directplay should initialize session Guid patch + conformance tests

2007-02-24 Thread H. Verbeet
On 24/02/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote: Use todo_wine ok(memcmp(&sessionDesc.guidInstance,&zeroGuid,16),"Session guid not initialized"); Afaik the proper way is to use IsEqualGUID() rather than memcmp().

Re: dplay: directplay should initialize session Guid patch + conformance tests

2007-02-24 Thread Paul Vriens
Alessandro Pignotti wrote: On Saturday 24 February 2007 19:31, Stefan Dösinger wrote: todo_wine ok(memcmp(&sessionDesc.guidInstance,&zeroGuid,16),"Session guid not initialized"); For tests which are known to fail This version of the patch follows Stefan's advice. -

Re: dplay: directplay should initialize session Guid patch + conformance tests

2007-02-24 Thread Stefan Dösinger
Am Samstag 24 Februar 2007 17:25 schrieb Alessandro Pignotti: > Hi everyone, > the directx sdk says that directplay has to initialize sesison guid in > SESSIONDESC2 struct that is passed by the application with the Open call. > This patch adresses that issue and includes proper conformance test. >

Re: Conformance tests

2006-12-19 Thread Paul Vriens
On Tue, 2006-12-19 at 13:09 +0100, Michal Okresa wrote: > Hello, > > wine developers guide says that conformance tests must pass successfully on > all Windows platforms. > > I tried couple of tests in past weeks to catch wine's style of unit testing, > but now I am c

Conformance tests

2006-12-19 Thread Michal Okresa
Hello, wine developers guide says that conformance tests must pass successfully on all Windows platforms. I tried couple of tests in past weeks to catch wine's style of unit testing, but now I am confused. For example I run crosscompiled olefont test (oleaut32) on the windows machine

Re: riched20: fixes and additional conformance tests for EM_EXSETSEL

2006-12-04 Thread Lei Zhang
hensive - well done. --Matt On 12/3/06, Lei Zhang <[EMAIL PROTECTED]> wrote: > Hi, > > Changelog: > * Check the input to EM_EXSETSEL > * Fixes bug 6814 > * Added more comprehensive conformance tests for EM_EXSETSEL > > editor.c | 52 +--

Re: riched20: fixes and additional conformance tests for EM_EXSETSEL

2006-12-03 Thread Matt Finnicum
't tried them together yet, but your new tests do look significantly more comprehensive - well done. --Matt On 12/3/06, Lei Zhang <[EMAIL PROTECTED]> wrote: Hi, Changelog: * Check the input to EM_EXSETSEL * Fixes bug 6814 * Added more comprehensive confor

Re: riched20: add EM_EXSETSEL conformance tests and fixes bug 4462

2006-08-22 Thread Alexandre Julliard
"Matt Finnicum" <[EMAIL PROTECTED]> writes: > Hi, > Is there something wrong with this patch / a reason it's not being accepted? > > Sorry if this might have been answered this on IRC last night - X died > while I was away, so I'd have missed it. When resending a patch, especially a patch by some

Re: riched20: add EM_EXSETSEL conformance tests and fixes bug 4462

2006-08-22 Thread Matt Finnicum
Hi, Is there something wrong with this patch / a reason it's not being accepted? Sorry if this might have been answered this on IRC last night - X died while I was away, so I'd have missed it. Thanks, --Matt Finnicum On 8/19/06, Matt Finnicum <[EMAIL PROTECTED]> wrote: Hi, I've cleaned up / re

Re: [1/5] kernel: add VirtualAllocEx remote thread conformance tests (updated)

2006-08-16 Thread Alexandre Julliard
[EMAIL PROTECTED] (Thomas Kho) writes: > diff --git a/dlls/kernel/tests/Makefile.in b/dlls/kernel/tests/Makefile.in > index bfeae14..5f6c12e 100644 > --- a/dlls/kernel/tests/Makefile.in > +++ b/dlls/kernel/tests/Makefile.in > @@ -3,7 +3,7 @@ TOPOBJDIR = ../../.. > SRCDIR= @srcdir@ > VPATH

Re: riched20: Implement EM_SETUNDOLIMIT and its conformance tests, take 4

2006-05-15 Thread Dimi Paun
On Mon, May 15, 2006 1:22 pm, Matt Finnicum wrote: > Hopefully, i've managed to do this one right. It is, but why not use STACK_SIZE_DEFAULT here as well: + ed->nUndoLimit = 100; /* 100 is the proper default */ -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

SoC idea: write OLE32 and OLEAUT32 conformance tests

2006-05-06 Thread Dan Kegel
Yes, SoC is usually about coding new stuff rather than writing conformance tests, but here's a situation where we badly need more conformance tests *and* the tests are a real challenge to write. Rob Sherman, who is one of the OLE code maintainers, remarked recently that we could really use

Re: riched20: Implement EM_SETUNDOLIMIT and its conformance tests, take 2

2006-04-26 Thread Dimi Paun
On Wed, April 26, 2006 1:30 pm, Matt Finnicum said: > I welcome your comments on the patch. Minor nits: -- how about 2 constants for the values 100, 1000 #define STACK_SIZE_DEFAULT 100 #define STACK_SIZE_MAX 1000 -- maybe use min(wParam, STACK_SIZE_MAX) when setting it -- Dimi Paun

Re: riched20: Implement conformance tests for EM_SETUNDOLIMIT()

2006-04-24 Thread Mike Hearn
On Sun, 23 Apr 2006 19:48:23 -0500, Matt Finnicum wrote: > My first patch, comments are welcome. Looks good Matt! Try leaving space between local variable declarations and the start of statements, it just makes things easier to read. Also send the mails as plain text only in future - AJ feeds them

Re: Coverity and our conformance tests

2006-04-18 Thread Mike Hearn
On Mon, 17 Apr 2006 20:51:56 +0200, Paul Vriens wrote: > Should we just mark these as FALSE or how should we deal we these > 'errors'? Yeah, just mark them as FALSE if the test suite is operating as intended.

Coverity and our conformance tests

2006-04-17 Thread Paul Vriens
Hi, our conformance tests are (of course) also testing several things that would be reported by the coverity checks. Should we just mark these as FALSE or how should we deal we these 'errors'? Cheers, Paul.

Re: riched20: add EM_EXSETSEL conformance tests and fixes bug 4462

2006-03-17 Thread Brian Chang
Hi Dan, Thanks again for the suggestions. I did indeed run the conformance tests on Windows -- passes with no problem. The conformance tests confirm that the return value is not the range. Good catch for the limiting of cpMax, it simplified the return logic. I also fixed the whitespace

Re: riched20: add EM_EXSETSEL conformance tests and fixes bug 4462

2006-03-17 Thread brianch
Indeed. Thanks for pointing that out. The modifications will be made and posted. > On Thu, 16 Mar 2006 22:31:40 -0800 (PST) > Brian Chang <[EMAIL PROTECTED]> wrote: > >> +/* get the current selection and text length */ >> +RichEditANSIWndProc(hWnd, EM_GETSEL, (WPARAM) &start, (LPARAM) >> &

re: riched20: add EM_EXSETSEL conformance tests and fixes bug 4462 (revised)

2006-03-17 Thread Dan Kegel
Brian wrote: +/* FIXME: EM_GETSEL needs to return proper ending value */ +todo_wine +{ +ok(start == 0 && end == 18, "EM_EXSETSEL: expected (0,18) actual:(%d,%d)\n", start,end); +} What does EM_GETSEL return right now? It might be worth looking at that to see if you can fix

re: riched20: add EM_EXSETSEL conformance tests and fixes bug 4462

2006-03-17 Thread Dan Kegel
Nice touch including the link to the bug! Did you run the new test on Windows? +if(range.cpMin < 0) +{ +range.cpMin = end; +range.cpMax = end; +} + ... + +return (range.cpMax < textlen+1 ? range.cpMax : textlen+1) ; MSDN says the return value is the range, not jus

Re: riched20: add EM_EXSETSEL conformance tests and fixes bug 4462

2006-03-16 Thread Phil Krylov
On Thu, 16 Mar 2006 22:31:40 -0800 (PST) Brian Chang <[EMAIL PROTECTED]> wrote: > +/* get the current selection and text length */ > +RichEditANSIWndProc(hWnd, EM_GETSEL, (WPARAM) &start, (LPARAM) &end); > +textlen = RichEditANSIWndProc(hWnd, WM_GETTEXTLENGTH, 0, 0); This looks strang

re: ole db conformance tests

2005-12-31 Thread Dan Kegel
m http://msdn.microsoft.com/data/mdac/downloads/ , contains conformance tests for ole db data sources. Seems like we ought to try running them. I just verified that LTM, the test runner app, from MDAC 2.6 SDK, runs under Wine. I haven't tried running any tests, as it looks a bit involved (you have to ha

  1   2   >