Hallo,
make test in dlls/mscms/tests fails in profile.c. It seems that the test expects an installed ColorProfile.exe. However I think our police for the tests is to have them succeed without any other prerequisit. Hans, can you perhaps rethink your test strategy?
Bye
On Saturday 2 July 2005 22:45, Uwe Bonnes wrote:
make test in dlls/mscms/tests fails in profile.c. It seems that the test expects an installed ColorProfile.exe. However I think our police for the
No, tests that depend on an installed color profile will be skipped when a color profile can't be found. What error do you get?
-Hans
"Hans" == Hans Leidekker hans@it.vu.nl writes:
Hans> On Saturday 2 July 2005 22:45, Uwe Bonnes wrote: >> make test in dlls/mscms/tests fails in profile.c. It seems that the >> test expects an installed ColorProfile.exe. However I think our >> police for the
Hans> No, tests that depend on an installed color profile will be Hans> skipped when a color profile can't be found. What error do you Hans> get?
This is on one machine: ../../../tools/runtest -q -P wine -M mscms.dll -T ../../.. -p mscms_test.exe.so profile.c && touch pr ofile.ok fixme:mscms:SetStandardColorSpaceProfileA ( 0x52474220, 0x7ba9fb40 ) stub profile.c:427: Test failed: Unexpected profile fixme:mscms:SetStandardColorSpaceProfileA ( 0x52474220, 0x7ba9eea8 ) stub fixme:mscms:SetStandardColorSpaceProfileW ( 0x52474220, 0x7ba9f820 ) stub profile.c:476: Test failed: Unexpected profile fixme:mscms:SetStandardColorSpaceProfileW ( 0x52474220, 0x7ba9eda8 ) stub profile.c:501: Test failed: InstallColorProfileA() failed (3) profile.c:514: Test failed: InstallColorProfileA() failed (3) profile.c:526: Test failed: Couldn't find the profile (3) profile.c:530: Test failed: UninstallColorProfileA() failed (3) profile.c:552: Test failed: InstallColorProfileW() failed (3) profile.c:565: Test failed: InstallColorProfileW() failed (3) profile.c:577: Test failed: Couldn't find the profile (3) profile.c:581: Test failed: UninstallColorProfileW() failed (3) fixme:file:CreateFileW BON: faking creation profile.c:660: Test failed: OpenColorProfileA() failed (0) fixme:file:CreateFileW BON: faking creation profile.c:668: Test failed: OpenColorProfileA() failed (32) profile.c:671: Test failed: CloseColorProfile() failed (6) fixme:file:CreateFileW BON: faking creation fixme:file:CreateFileW BON: faking creation profile.c:718: Test failed: OpenColorProfileW() failed (32) profile.c:721: Test failed: CloseColorProfile() failed (6) profile.c:876: Test failed: InstallColorProfileA() failed (3) profile.c:887: Test failed: UninstallColorProfileA() failed (3) profile.c:918: Test failed: InstallColorProfileW() failed (3) profile.c:929: Test failed: UninstallColorProfileW() failed (3)
The other had less errors, if I remember right. I just rebooted it to XP to run the crosstest. However my mingw doesn't know about mscms. Just searching for a more recent package...
On Saturday 2 July 2005 23:12, Uwe Bonnes wrote:
fixme:mscms:SetStandardColorSpaceProfileA ( 0x52474220, 0x7ba9fb40 ) stub profile.c:427: Test failed: Unexpected profile
This is one the tests that only get run when there's a color profile installed. Did you install one? What happens if you run the tests on a clean .wine tree?
-Hans
"Hans" == Hans Leidekker hans@it.vu.nl writes:
Hans> On Saturday 2 July 2005 23:12, Uwe Bonnes wrote: >> fixme:mscms:SetStandardColorSpaceProfileA ( 0x52474220, 0x7ba9fb40 ) >> stub profile.c:427: Test failed: Unexpected profile
Hans> This is one the tests that only get run when there's a color Hans> profile installed. Did you install one? What happens if you run Hans> the tests on a clean .wine tree?
I started with a clean wine tree after wineconf (May 2005) when I discovered "winetools". I did nothing special with regards to color handling. Maybe some of the winetools related download ( different runtimes, ie6,...) or of the programs I installed (Atmel AVRStudio) fiddled around with the color profiles.
unistaller only tells about "Avr Studio", IE6, Outlook Express 6 and Media Player 7.1.
What directories should be cleaned up?
On Sun, Jul 03, 2005 at 12:12:33AM +0200, Uwe Bonnes wrote:
"Hans" == Hans Leidekker hans@it.vu.nl writes:
Hans> On Saturday 2 July 2005 23:12, Uwe Bonnes wrote: >> fixme:mscms:SetStandardColorSpaceProfileA ( 0x52474220, 0x7ba9fb40 ) >> stub profile.c:427: Test failed: Unexpected profile Hans> This is one the tests that only get run when there's a color Hans> profile installed. Did you install one? What happens if you run Hans> the tests on a clean .wine tree?
I started with a clean wine tree after wineconf (May 2005) when I discovered "winetools". I did nothing special with regards to color handling. Maybe some of the winetools related download ( different runtimes, ie6,...) or of the programs I installed (Atmel AVRStudio) fiddled around with the color profiles.
winetools mucks with the registry to a very large degree.
Please use a clean wine tree for "make check" ;)
Ciao, Marcus