Re: shell32/tests: Add Program Manager DDE Conformance Tests (try 2)
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 Bug #9159
--- dlls/shell32/tests/Makefile.in | 1 + dlls/shell32/tests/progman_dde.c | 551 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 552 insertions(+), 0 deletions(-) create mode 100644 dlls/shell32/tests/progman_dde.c
Hi Mikey, These new tests introduce test failures on different platforms: http://test.winehq.org/data/tests/shell32:progman_dde.html Could you have a look? -- Cheers, Paul.
Didn't copy first response to the devel list. Took an initial look and I think I know what is going on. I will try and get a patch finished by the end of the weekend to correct these. --- On Fri, 11/6/09, Paul Vriens <paul.vriens.wine(a)gmail.com> wrote:
From: Paul Vriens <paul.vriens.wine(a)gmail.com> Subject: Re: shell32/tests: Add Program Manager DDE Conformance Tests (try 2) To: "Mikey Alexander" <firesword14(a)yahoo.com> Cc: wine-devel(a)winehq.org Date: Friday, November 6, 2009, 12:43 AM 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 Bug #9159
--- dlls/shell32/tests/Makefile.in | 1 + dlls/shell32/tests/progman_dde.c | 551 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 552 insertions(+), 0 deletions(-) create mode 100644 dlls/shell32/tests/progman_dde.c
Hi Mikey,
These new tests introduce test failures on different platforms:
http://test.winehq.org/data/tests/shell32:progman_dde.html
Could you have a look?
-- Cheers,
Paul.
participants (2)
-
Mike -
Paul Vriens