Re: kernel32/tests: Remove test that crashes on Win7

2009-08-24 Thread Austin English
On Mon, Aug 24, 2009 at 7:15 AM, Ge van Geldorpggeld...@vmware.com wrote:
 Changelog:
  kernel32/tests: Remove test that crashes on Win7

 ---
  dlls/kernel32/tests/console.c |   12 +---
  1 files changed, 1 insertions(+), 11 deletions(-)

Rather than removing it, should probably #if 0 it out, so that it's
still documented and no one tries to add a similar test in the future.

-- 
-Austin




RE: kernel32/tests: Remove test that crashes on Win7

2009-08-24 Thread Greg Geldorp
Hi Austin,

 From: Austin EnglishSent: maandag 24 augustus 2009 14:20
 On Mon, Aug 24, 2009 at 7:15 AM, Ge van Geldorpggeld...@vmware.com wrote:
  Changelog:
   kernel32/tests: Remove test that crashes on Win7

 Rather than removing it, should probably #if 0 it out, so that it's
 still documented and no one tries to add a similar test in the future.

I think the comment that I added should take care of that.

Ge.