|
From: Rich C. <Ric...@me...> - 2010-01-26 16:02:43
|
Hi Julian, I was looking at https://bugs.kde.org/show_bug.cgi?id=205541 and wanted to know more about what are the Wine test cases. Does V need a set of testcases which test all the mprotect cases ? Thanks, Rich -- |
|
From: Julian S. <js...@ac...> - 2010-01-26 19:10:25
|
On Tuesday 26 January 2010, Rich Coe wrote: > Hi Julian, > > I was looking at https://bugs.kde.org/show_bug.cgi?id=205541 and wanted > to know more about what are the Wine test cases. 205541 isn't specific to running Wine on V. It's really a more general bug about how mmap and mprotect are handled in Memcheck. It's just that the problem appears particularly acutely in Wine. > Does V need a set of testcases which test all the mprotect cases ? memcheck/tests/addressable.c contains some tests for this stuff, although definitely it is not comprehensive enough. If you want to extend it or add a new case, that would be no bad thing. J |