[Mono-bugs] [Bug 417833] BitVector32. CreateSection allows the creation of illegal sections
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Aug 22 16:57:35 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=417833
User miguel at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=417833#c5
Miguel de Icaza <miguel at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |miguel at novell.com
--- Comment #5 from Miguel de Icaza <miguel at novell.com> 2008-08-22 14:57:35 MDT ---
Pasting the comment from the mailing list:
It seems that at least one of the tests changes the behavior compared to .NET:
s1 = BitVector32.CreateSection (32767);
s2 = BitVector32.CreateSection (32767, s1);
s3 = BitVector32.CreateSection (4, s2);
This does not thrown an exception on .NET, as the unit test seems to show.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list