https://bugs.winehq.org/show_bug.cgi?id=54758
Bug ID: 54758 Summary: shell32:progman_dde - test_parser() sometimes gets DMLERR_NOTPROCESSED in Wine Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: shell32 Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
shell32:progman_dde - test_parser() sometimes gets DMLERR_NOTPROCESSED in Wine:
progman_dde.c:274: Test failed: expected DMLERR_NO_ERROR, got 16393 progman_dde.c:275: Test failed: directory should not exist
See https://test.winehq.org/data/patterns.html#shell32:progman_dde
Where 16393 == DMLERR_NOTPROCESSED
The first known instance happened on 2023-03-02: this did not happen in the previous 6 months. Since then there has been a bit over 1 instance per week so it seems likely this is caused by a commit in late February:
* 2023-03-02 on debian11-win32-ar-MA * 2023-03-03 on fgtb-debian11-win32 * 2023-03-10 in MR!2368 on debian11-win32 * 2023-03-22 in MR!2466 in the test-linux32 GitLab CI * 2023-03-28 in MR!2526 on debian11-win32
https://bugs.winehq.org/show_bug.cgi?id=54758
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
https://bugs.winehq.org/show_bug.cgi?id=54758
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This can also happen in 64-bit tests: * 2023-08-30 debian11b-wow64