Hi all,
The latest update of trying to be the second person for which all tests succeed. I sent a bunch of patches that make some tests pass.
At the moment I have 3 failures on a clean wineprefix, with no icons on my desktop, and with wine in native window mode on kde 3.5.x: user32: 'msg' test fails. The famous 'win' test passes. kernel32: I get a very weird bug on the 'volume' test. It only occurs when I run my mini script for running the tests. I have absolutely no idea why I get ERROR_FILE_NOT_FOUND on FindFirstVolumeA on the first time I run the whole testsuite, and not successive runs. Anyone has experienced the same, or have an idea what is going on? msi: multi-sz failure in msi install, I did a todo_wine on it so it doesn't stop the build. It seems to be a recent failure though because I know that it didn't bomb out on install a few days ago.
Anyone else has some tests that consistently fail on make test?
Cheers, Maarten.
Anyone else has some tests that consistently fail on make test?
As of last nights git tip, I still had four failures:
http://test.winehq.org/data/20080213/#Wine
Cheers,
Jeremy
On Thu, 14 Feb 2008, Jeremy White wrote:
Anyone else has some tests that consistently fail on make test?
As of last nights git tip, I still had four failures:
Five actually.
On Thu, Feb 14, 2008 at 9:01 AM, Francois Gouget fgouget@free.fr wrote:
On Thu, 14 Feb 2008, Jeremy White wrote:
Anyone else has some tests that consistently fail on make test?
As of last nights git tip, I still had four failures:
Five actually.
-- Francois Gouget fgouget@free.fr http://fgouget.free.fr/ Research is the transformation of money to knowledge. Innovation is the transformation of knowledge to money. -- Dr. Hans Meixner
http://test.winehq.org/data/200802141000/ I'm still getting a few failures. Keep in mind, this is run in a virtualbox VM (Windows XP SP2 host, Ubuntu Feisty guest), so some tests (d3d) are probably going to fail and should be a skip, but others (msi/winmm/etc), should be fine. I'm currently seeing failures in:
d3d8:visual d3d9:visual kernel32:process msi:install ntdll:exception oleaut32:typelib riched20:editor shell32:shelllink user32:input user32:menu user32:msg user32:win winmm:wave
-Austin