← Back to team overview

nunit-core team mailing list archive

[Bug 1079296] Re: NUnit 2.6.2 Failure on Mono

 

** Changed in: nunitv2
       Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/1079296

Title:
  NUnit 2.6.2 Failure on Mono

Status in NUnit V2 Test Framework:
  Fix Committed

Bug description:
  since upgrading to NUnit 2.6.2 I get the following error:

      NUnit-Console version 2.6.2.12296
      Copyright (C) 2002-2012 Charlie Poole.
      Copyright (C) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov.
      Copyright (C) 2000-2002 Philip Craig.
      All Rights Reserved.

      Runtime Environment -
      OS Version: Unix 2.6.32.5
      CLR Version: 2.0.50727.1433 ( Mono 3.5 ( 2.10.10 ((no/a214478 Thu Nov 15 01:28:34 CET 2012) ) )

      ProcessModel: Default DomainUsage: Single
      Execution Runtime: mono-3.5

      Unhandled Exception:
      System.ApplicationException: Exception in TestRunnerThread ---> System.NotImplementedException: The requested feature is not implemented.
      at NUnit.Core.TestExecutionContext.Save () [0x00000] in <filename unknown>:0
      at NUnit.Core.TestSuite.RunSuiteInContext (EventListener listener, ITestFilter filter) [0x00000] in <filename unknown>:0
      at NUnit.Core.TestSuite.Run (EventListener listener, ITestFilter filter) [0x00000] in <filename unknown>:0
      at NUnit.Core.SimpleTestRunner.Run (EventListener listener, ITestFilter filter, Boolean tracing, LoggingThreshold logLevel) [0x00000] in <filename unknown>:0
      --- End of inner exception stack trace ---
      at NUnit.Core.TestRunnerThread.TestRunnerThreadProc () [0x00000] in <filename unknown>:0
      at System.Threading.Thread.StartInternal () [0x00000] in <filename unknown>:0


  The same source under windows works. For now I'll downgrade to 2.6.1
  to keep the project running.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/1079296/+subscriptions


References