Re: Fix kernel heap test

2003-12-16 Thread Hans Leidekker
On Monday 15 December 2003 17:20, Dimitrie O. Paun wrote: > Great, thanks for catching this. Our current implementation seems > to be freeing memory on size=0, how can we check what Windows does? On Windows resizing to 0 succeeds, and if you then the check the size of the memory object you find t

Re: Fix kernel heap test

2003-12-15 Thread Dimitrie O. Paun
On December 15, 2003 10:35 am, Hans Leidekker wrote: > The test succeeds on Wine. This is wrong of course, tests should > always succeed on Windows and either succeed on Wine or fail on > Wine and be marked todo_wine. Great, thanks for catching this. Our current implementation seems to be freeing