http://bugs.winehq.org/show_bug.cgi?id=22056
Summary: make test failed and my X11 session is finished Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: testcases AssignedTo: wine-bugs@winehq.org ReportedBy: toralf.foerster@gmx.de
Created an attachment (id=26853) --> (http://bugs.winehq.org/attachment.cgi?id=26853) winetest output
There's one test which not only fails - it logged my out of my KDE session :
$> cd dlls/user32/tests/win.c; make test
reproduce it. Therefore I'd like to attach the log file of the command
$> wine ./programs/winetest/winetest.exe.so
onto this report. BTW how can I skip this test case automatically / exclude it from "make -k test" ?
http://bugs.winehq.org/show_bug.cgi?id=22056
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2010-03-17 07:59:06 --- If it kills your session it's not a Wine bug, most likely the window manager crashed. You should report this to KDE.
http://bugs.winehq.org/show_bug.cgi?id=22056
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2010-03-17 08:03:37 --- Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=22056
--- Comment #3 from Austin English austinenglish@gmail.com 2010-03-17 11:24:49 --- (In reply to comment #0)
Created an attachment (id=26853)
--> (http://bugs.winehq.org/attachment.cgi?id=26853) [details]
winetest output
There's one test which not only fails - it logged my out of my KDE session :
$> cd dlls/user32/tests/win.c; make test
reproduce it. Therefore I'd like to attach the log file of the command
$> wine ./programs/winetest/winetest.exe.so
onto this report. BTW how can I skip this test case automatically / exclude it from "make -k test" ?
You can use 'touch dlls/user32/tests/win.ok' to skip the test, when using make test.
It's still a KDE bug though.
http://bugs.winehq.org/show_bug.cgi?id=22056
--- Comment #4 from Toralf Förster toralf.foerster@gmx.de 2010-03-17 11:43:29 --- (In reply to comment #3)
You can use 'touch dlls/user32/tests/win.ok' to skip the test, when using make test.
Yep, unfortunately this doesn't help for this : $> wine ./programs/winetest/winetest.exe.so
It's still a KDE bug though.
They rejected it : https://bugs.kde.org/show_bug.cgi?id=231102
That's why I filed it here : https://bugs.freedesktop.org/show_bug.cgi?id=27133