[Nunit-core] [Bug 812697] Re: Stopping an running test case using "Stop" button in NUnit GUI

2011-12-31 Thread Charlie Poole
NUnit stops the tests by the simple expedient of aborting the thread that runs the tests. The problem you are encountering is in the logic of the .NET Thread.Abort call. Thread.Abort, when issued against a managed thread, normally raises a System.Threading.ThreadAbortException. There are several e

[Nunit-core] [Bug 812697] Re: Stopping an running test case using "Stop" button in NUnit GUI

2011-12-31 Thread Charlie Poole
** Changed in: nunitv2 Status: New => Won't Fix -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/812697 Title: Stopping an running test case using "Stop" button in NUnit GUI Status in NU

[Nunit-core] [Bug 812697] Re: Stopping an running test case using "Stop" button in NUnit GUI

2011-10-29 Thread Charlie Poole
** Changed in: nunitv2 Assignee: (unassigned) => Charlie Poole (charlie.poole) -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/812697 Title: Stopping an running test case using "Stop" butt