http://bugs.winehq.org/show_bug.cgi?id=34084
Bug #: 34084 Summary: EnumWindows and 1.6rc* Product: Wine Version: 1.6-rc5 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: bugtrack@roumenpetrov.info Classification: Unclassified
I use wine to run preliminary python regression tests cross-build from linux to windows 32
Following test fail (Segmentation fault) in 1.6rc1,3,4,5: ----------------------- def test_issue_8959_b(self): from ctypes.wintypes import BOOL, HWND, LPARAM global windowCount windowCount = 0
@WINFUNCTYPE(BOOL, HWND, LPARAM) def EnumWindowsCallbackFunc(hwnd, lParam): global windowCount windowCount += 1 return True #Allow windows to keep enumerating
windll.user32.EnumWindows(EnumWindowsCallbackFunc, 0) -----------------------
Test pass with wine version 1.5.16. Also pass with 1.6rc{1,3,4,5} if is run in X terminal with unset DISPLAY variable.
All above mentioned wine versions are build in one and the same environment, i.e. compiler, packages etc.
Severity is set to minor as "Segmentation fault" is in development environment.
http://bugs.winehq.org/show_bug.cgi?id=34084
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
--- Comment #1 from Austin English austinenglish@gmail.com 2013-07-18 11:05:17 CDT --- Please run a regression test.
http://bugs.winehq.org/show_bug.cgi?id=34084
--- Comment #2 from Roumen Petrov bugtrack@roumenpetrov.info 2013-07-18 14:41:24 CDT --- I cannot run whole test suite but in .../dlls/user32/tests make test ends with 24 'ok' files, i.e. all tests pass.
Variable LC_ALL=en_GB.UTF-8 is set in both cases : reported issue and wine user32 tests.
http://bugs.winehq.org/show_bug.cgi?id=34084
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2013-07-18 14:45:10 CDT --- You don't need to run tests at all. You want to find out when python tests broke on wine, so your test case is python tests, not wine tests.
http://bugs.winehq.org/show_bug.cgi?id=34084
Roumen Petrov bugtrack@roumenpetrov.info changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #4 from Roumen Petrov bugtrack@roumenpetrov.info 2013-07-26 16:50:02 CDT --- It seems to me issue is from libffi 3.0.13 so closing as not wine bug. Test pass with libffi 3.0.12 and wine 1.16 .
http://bugs.winehq.org/show_bug.cgi?id=34084
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression |
http://bugs.winehq.org/show_bug.cgi?id=34084
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Ken Sharp kennybobs@o2.co.uk 2013-08-05 14:19:11 CDT --- Closing bugs marked as invalid.