Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Text.RegularExpressions « Test « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c0cf3648d48ee4dee3ce382c9c5e407ebc22977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
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
	based on #78278.

2006-04-17  Florian Gross  <flgr@ccan.de>

	* RegexBugs.cs (CharClassWithIgnoreCase): Ensure that character
	classes don't interfere with RegexOptions.IgnoreCase.

2006-04-07  Raja R Harinath  <rharinath@novell.com>

	* RegexBugs.cs (Bug78007): New test from #78007.

	* RegexBugs.cs (Bug76345): New test from #76345.

	* RegexBugs.cs (Bug69269): New test from #69269.

2006-04-06  Raja R Harinath  <rharinath@novell.com>

	* RegexBugs.cs (Bug77487): New test based on #77487.

	* RegexTrial.cs (Execute): Run NUnit assertion here.
	* PerlTests.cs: Simplify.

2006-03-30  Raja R Harinath  <harinath@gmail.com>

	* RegexBugs.cs (HangingHyphens): New tests from #77626, and
	related bugs found by inspection.
	(HangingHyphens1): New testcase for exceptions in character ranges.

2005-11-21  Sebastien Pouliot  <sebastien@ximian.com> 

	* CaptureCas.cs: New. CAS tests.
	* CaptureCollectionCas.cs: New. CAS tests.
	* GroupCas.cs: New. CAS tests.
	* GroupCollectionCas.cs: New. CAS tests.
	* GroupTest.cs: New. Unit tests.
	* MatchCas.cs: New. CAS tests.
	* MatchCollectionCas.cs: New. CAS tests.
	* MatchTest.cs: New. Unit tests.
	* RegexCas.cs: New. CAS tests.
	* RegexCompilationInfoCas.cs: New. CAS tests.
	* RegexCompilationInfoTest.cs: New. Unit tests.
	* RegexRunnerCas.cs: New. CAS tests.
	* RegexRunnerFactoryCas.cs: New. CAS tests.
	* RegexTest.cs: Added test cases for new (2.0) CacheSize property.

2005-07-08  Raja R Harinath  <rharinath@novell.com>

	* RegexTest.cs (Matches1, Matches2, ..., Matches10): Combine into ...
	(Matches): ... this.  Convert to use a data-driven approach.  Use ...
	(trials): ... this.  New variable that lists the regexp, input
	text and expected results.
	(runTrial): New.  Run a suite of MatchCollection tests on each trial.
	Tests both incremental and non-incremental modes.

2005-06-14  Raja R Harinath  <harinath@gmail.com>

	* RegexBugs.cs (NameLookupInEmptyMatch): New test from #74753.

2005-05-25  Raja R Harinath  <rharinath@novell.com>

	* RegexReplace.cs: Add a couple more testcases.

2005-05-24  Raja R Harinath  <rharinath@novell.com>

	* RegexReplace.cs: Add testcase for $+.

2005-05-20  Raja R Harinath  <rharinath@novell.com>

	* RegexReplace.cs: New file.  Most of the tests were inspired by
	#74735.

2005-04-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* PerlTest.cs: split.

2005-02-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* RegexBugs.cs: tests for bug #69193.

2005-01-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* RegexBugs.cs: tests for bug #69065.

2005-01-08  Miguel de Icaza  <miguel@ximian.com>

	* RegexBugs.cs: Add new test.

2005-01-08  Nick Drochak  <ndrochak@ieee.org>

	* RegexTest.cs: Make pass on MS.NET

2004-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.Text.RegularExpressions/RegexBugs.cs: test case for bug #57274.

2004-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.Text.RegularExpressions/RegexBugs.cs: added test for bug
	#68398.

2004-07-05  Jackson Harper  <jackson@ximian.com>

	* RegexTest.cs: Add some simple tests for debugging/zen building.
	
2004-06-06  Jambunathan K <kjambunathan@novell.com>
	
	* RegexTest.cs: 
	* RegexBugs.cs: Added test case for exercising Regex.Unescape()
	Added test cases for exercising \b as a word boundary operator
	and as a character class in a regex. Refer bug #58256 for more 
	information.

	
2004-06-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* RegexBugs.cs: added CategoryAndNegated test.

2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* RegexBugs.cs: added tests from bug #59150.

2004-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Test/System.Text.RegularExpressions/PerlTrials.cs:
	Patch by Eric Durand Tremblay with tests.
	1) Capture inner group when named.
	2) Resolved parse error caused by not capturing inner group
	3) Resolved incorrect capture group
	4) Now, not capturing anything when unnamed ( correct behavior)


2004-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* PerlTrials.cs: unix line endings.

2004-03-30  Lluis Sanchez Gual <lluis@ximian.com>

	* RegexBugs.cs: Added test for bug #52890.
	
2004-03-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* RegexBugs.cs: added new test with a regex used when discovering the
	wsdl document for a asmx page.

2004-03-22  Jackson Harper  <jackson@ximian.com>

	* RegexBugs.cs: Add test case for multiple matches.
	
2004-03-17  Francois Beauchemin <beauche@softhome.net>
 	* PerlTrials.cs : Added many test for RightToLeft
 	* PerlTest.cs, RegexTrial : Modified version of regextrial to 
 		be run all the test and to report exception.
  
2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* RegexBugs.cs: added test case for bug 54797.

2004-02-02  Nick Drochak <ndrochak@ieee.org>

	* RegexBugs.cs (RangeIgnoreCase): made the last assert pass on .NET.

2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* RegexBugs.cs: added test from bug #52924.

2004-01-07  Lluis Sanchez Gual <lluis@ximian.com>

	* RegexBugs.cs: Improved test. In Split(), if the last match is at the
	end of the string, an empty string must be added to the array of
	results.

2003-11-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* RegexBugs.cs: added tests from bug #42529.