[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / System.Text.RegularExpressions / ChangeLog
index 39feca6c12820ef332b72ccedbefa94d020e3662..c2094ee40c6f2862d86683a46a6199cd02912e0f 100644 (file)
@@ -1,3 +1,124 @@
+2010-06-21  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * RegexBugs.cs: Regression test for #610587.
+
+2010-02-03  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * SplitTests.cs: New tests for #566117.
+
+2009-08-20  Raja R Harinath  <harinath@hurrynot.org>
+
+       * RegexMatchTests.cs: Add some explicit numeric group tests.
+
+2009-08-17  Raja R Harinath  <harinath@hurrynot.org>
+
+       * RegexMatchTests.cs (RegexTrial0061): New.
+
+2009-08-17  Raja R Harinath  <harinath@hurrynot.org>
+
+       * RegexTrial.cs (Execute): Prepare to handle dis-contiguous group numbers.
+
+2009-08-10  Raja R Harinath  <harinath@hurrynot.org>
+
+       * RegexMatchTests.cs (RegexTrial0054..60): New.
+
+2009-08-10  Raja R Harinath  <harinath@hurrynot.org>
+
+       * RegexMatchTests.cs (RegexTrial0053): New.
+
+2009-02-27  Jonathan Pryor <jpryor@novell.com>
+
+       * RegexReplace.cs: Add null argument checks for Regex.Replace().
+
+2009-01-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * RegexTrial.cs: Run all tests with the CIL Compiler too.
+
+       * RegexBugs.cs: Add a test for #466151.
+
+2008-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * RegexBugs.cs: added test for bug #443841.
+
+2008-11-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * RegexBugs.cs: test from bug 432172.
+
+2008-10-30 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * RegexBugs.cs: added test from bug #439947.
+
+2008-10-09  Zoltan Varga  <vargaz@gmail.com>
+
+       * RegexBugs.cs: Add test for #432172.
+
+2008-09-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * RegexBugs.cs: Add a test for #426142.
+
+2008-06-05  Roei Erez  <roeie@mainsoft.com>
+
+       * RegexTest.cs: Add test case where a match that contains
+       empty group at the end.
+
+2007-11-08  Raja R Harinath  <harinath@gmail.com>
+
+       * RegexReplace.cs (tests): New test from #324390.
+
+2007-11-07  Raja R Harinath  <harinath@gmail.com>
+
+       * MatchTest.cs (Match_Backref): New.
+       * RegexReplace.cs (direction, testcase.direction): New.
+       (testcase..ctor): Allow specifying the direction of the replace.
+       (ReplaceTests): Test replace in both directions.
+       (EvaluatorTests): New test based on #321036.
+
+       * RegexReplace.cs (tests): New test from #317092.
+       (ReplaceTests): Don't catch an AssertException.
+
+2007-11-01  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * GroupTest.cs: Improved test for null argument check.
+       * MatchTest.cs: Improved tests for null argument checks. Added and
+       fixed replacement tests.
+       * RegexMatchTest.cs: Marked tests that do not pass on MS as NotDotNet.
+       Fixed expected result for trial 5.
+       * RegexResultTests.cs: Fixed Assert.
+       * RegexReplace.cs: Fixed line endings.
+
+2007-10-29 Arina Itkes <arinai@mainsoft.com>
+
+       * RegexReplace.cs RegxMatchTests.cs RegexResultTests.cs
+       New tests for Regex: 
+               - for Result method,
+               - for patterns with number of groups more than 10
+               - for patterns with ExpicitCapture options
+
+2007-10-21  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * RegexBugs.cs: No longer derive from deprecated Assertion class.
+       Added test for bug #313642.
+       * MatchTest.cs: Code formatting.
+       * RegexTest.cs: Fixed compiler warnings. Code formatting. Spaces to
+       tabs.
+
+2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * RegexReplace.cs: Fixed compiler warning.
+
+2007-04-18  Raja R Harinath  <rharinath@novell.com>
+
+       * RegexBugs.cs (bug80554_trials): New tests based on #80554.
+
+2007-04-04  Raja R Harinath  <rharinath@novell.com>
+
+       * RegexTest.cs (PrimeRegex): New backtracking torture test using
+       a regex that recognizes composite numbers represented in unary.
+
+2007-01-02  Raja R Harinath  <rharinath@novell.com>
+
+       * RegexBugs.cs (GroupNumbers): New test based on #79472.
+
 2006-05-08  Raja R Harinath  <rharinath@novell.com>
 
        * RegexBugs.cs (Kill65535_1, Kill65535_2, No65535Limit): New tests