nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #03713
[Bug 1235891] Re: Proposed 2.6.3 release: ArgumentNullException in NUnit.Framework.AsyncInvocationRegion..cctor
** Changed in: nunitv2
Importance: Undecided => Critical
** Changed in: nunitv2
Status: New => Fix Committed
** Changed in: nunitv2
Assignee: (unassigned) => Charlie Poole (charlie.poole)
** Changed in: nunitv2
Milestone: None => 2.6.3
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/1235891
Title:
Proposed 2.6.3 release: ArgumentNullException in
NUnit.Framework.AsyncInvocationRegion..cctor
Status in NUnit V2 Test Framework:
Fix Committed
Bug description:
I've built and run the tests of XMLUnit's trunk against the proposed
2.6.3 release assembly, all tests pass with 2.6.2.
At least on Mono (2.10) on Linux I now see an ArgumentNullException -
haven't tried any other environment.
The test's code is
https://sourceforge.net/p/xmlunit/code/HEAD/tree/trunk/xmlunit/src/tests
/net-constraints/ValidationConstraintsTest.cs
Error stack trace (copy pasting from an xterm):
[nunit2] Test Case Failures:
[nunit2] 1) net.sf.xmlunit.validation.ValidatorTest.ShouldThrowWhenValidatingInstanceAndSchemaIsInvalid : System.TypeInitializationException : An exception was thrown by the type initializer for NUnit.Framework.AsyncInvocationRegion
[nunit2] ----> System.ArgumentNullException : Argument cannot be null.
[nunit2] Parameter name: method
[nunit2] at net.sf.xmlunit.validation.ValidatorTest.ShouldThrowWhenValidatingInstanceAndSchemaIsInvalid () [0x00000] in <filename unknown>:0
[nunit2] --ArgumentNullException
[nunit2] at System.Delegate.CreateDelegate (System.Type type, System.Object firstArgument, System.Reflection.MethodInfo method, Boolean throwOnBindFailure, Boolean allowClosed) [0x00000] in <filename unknown>:0
[nunit2] at System.Delegate.CreateDelegate (System.Type type, System.Reflection.MethodInfo method, Boolean throwOnBindFailure) [0x00000] in <filename unknown>:0
[nunit2] at System.Delegate.CreateDelegate (System.Type type, System.Reflection.MethodInfo method) [0x00000] in <filename unknown>:0
[nunit2] at NUnit.Framework.AsyncInvocationRegion..cctor () [0x00000] in <filename unknown>:0
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/1235891/+subscriptions
References