http://bugs.winehq.org/show_bug.cgi?id=22228
Summary: [mono testcase] Registry functions cannot handle very long value names Product: Wine Version: 1.1.41 Platform: x86 OS/Version: Linux Status: NEW Keywords: dotnet, source, testcase Severity: normal Priority: P2 Component: advapi32 AssignedTo: wine-bugs@winehq.org ReportedBy: madewokherd@gmail.com
Created an attachment (id=27131) --> (http://bugs.winehq.org/attachment.cgi?id=27131) mono test failures
See attachment for backtraces.
The mono test suite is running RegDeleteKey and RegQueryValueEx with value names that are 400 characters long. RegDeleteKey fails, oddly enough, with ERROR_MORE_DATA. I have not checked the RegQueryValueEx failure.