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

ChangeLog « standalone_tests « System.Xml.Xsl « Test « System.XML « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b109b0744a90d910bd56017abbe5458be97e4cc (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
2005-11-23  Vladimir Krasnov  <vladimirk@mainsoft.com>

	* ignore.lst: adeed Keys__91835, idkey_idkey18, idkey_idkey50
	because failed in .NET

2005-10-23  Andrew Skiba  <andrews@mainsoft.com>

	* knownFailures.lst, fixme.lst: remove fixed testcases.

2005-10-23  Andrew Skiba  <andrews@mainsoft.com>

	* XsltTestUtils.cs, xslt.vmwcsproj, xslt.sln, xslttest.cs, XmlCompare.cs,
	Makefile: make XML compare to reduce the noise from attribute order and
	namespace names (not URIs)

2005-10-23  Andrew Skiba  <andrews@mainsoft.com>

	* xslt.sln, xslt.vmwcsproj, README.j2ee, run-test.j2ee.bat: add files
	that help to run tests on Grasshopper

2005-08-09  Andrew Skiba  <andrews@mainsoft.com>

	* xslttest.cs: fix the different results message

2005-07-06  Andrew Skiba  <andrews@mainsoft.com>

	* Makefile, xslttest.cs: convert to be executed from NUnit
	* XsltTestUtils.cs, generate.cs: added
	* fixme.lst: update with currently failing tests

2005-06-28  Andrew Skiba  <andrews@mainsoft.com>

	* Makefile: touch file, not directory, doh!
	* fixme.lst: added
	* knownFailures: remove fixed testcases

2005-06-09  Andrew Skiba  <andrews@mainsoft.com>

	* Makefile, catalog-fixed.diff : Patch the fixed catalog to correct things 
	I could not fix with sed script

2005-06-06  Andrew Skiba  <andrews@mainsoft.com>

	* xslttest.cs : change messages

2005-06-06  Andrew Skiba  <andrews@mainsoft.com>

	* xslttest.cs : make the input and output files look similar to System.Xml/W3C suite
	* Makefile : reflect the change in the CLI of the xslttest.cs

2005-05-23  Andrew Skiba  <andrews@mainsoft.com>

	* xslttest.cs : wrap streams with using {...} so the file descriptors
	are closed at time

2005-05-22  Andrew Skiba  <andrews@mainsoft.com>

	* Makefile : permit to create reference results on Mono; change
	comments in Makefile, so they are not printed during the
	build
	* xslttest.cs : forgot to write the generated results

2005-05-19  Andrew Skiba  <andrews@mainsoft.com>

	* ignore.lst : ignore 2 performance tests, as we don't time them
	anyway
	* Makefile : store dom results in separate place, remove mainsoft
	testssuite, handle reference results better
	* xslttest.cs : improve reporting, improve path handling, store
	results in different place
	
2005-05-17  Andrew Skiba  <andrews@mainsoft.com>

	* xslttest.cs : xsl:message is always printed on stdout. So to clean
	our output from	those messages I output everything to stderr and send
	stdout to /dev/null

2005-05-17  Andrew Skiba  <andrews@mainsoft.com>

	* xslttest.cs : output the list of failed tests

2005-05-17  Andrew Skiba  <andrews@mainsoft.com>

	* xslttest.cs : output progress symbols (".", "e", etc.), some
	clean-up and refactoring.
	
2005-05-09  Atsushi Enomoto <atsushi@ximian.com>

	* Makefile : now *.out does not match the all reference outputs, namely
	  those from MSFT_Conformance_Tests (mostly *.txt).
	  So use "xslttest.exe --list" instead of "find".

2005-05-09  Andrew Skiba  <andrews@mainsoft.com>

	* catalog.sed : fix more names in the catalog, add the missing
	backslash before '+' in the sed rules

2005-05-09  Andrew Skiba  <andrews@mainsoft.com>

	* Makefile : delete an obsolete dependency from deleted
	simplify.xsl

2005-05-09  Andrew Skiba  <andrews@mainsoft.com>

	* prepare.cs : delete an obsolete file

2005-05-08  Andrew Skiba  <andrews@mainsoft.com>

	* catalog.sed : fix a bad dirname for Value-of tests
	* Makefile, alltests.cs : make alltests.cs use the same catalog as
	xslttest.cs and output '.' and 'E' for test results
	* simplify.xsl : deleted

2005-05-08  Andrew Skiba  <andrews@mainsoft.com>

	* catalog.sed : fix a typo

2005-05-08  Andrew Skiba  <andrews@mainsoft.com>

	* catalog.diff : deleted, replaced by catalog.sed
	* catalog.sed : added new file
	* Makefile : now it does not exctract catalog every run; output
	patched catalog into a different filename; breaked the extraction into
	a separate target so it's done only when needed.
	* xslttest.cs : open a patched catalog, not an original one
	
2005-03-22  Atsushi Enomoto <atsushi@ximian.com>

	* xslttest.cs, alltest.cs : Now that xsl:key got improved, there is
	  no need to skip those tests.

2005-03-14  Atsushi Enomoto <atsushi@ximian.com>

	* xslttest.cs,
	  alltest.cs : reduced some key exclusions (fixed some).
	* ignore.lst : updated ignored cases.

2005-03-04  Atsushi Enomoto <atsushi@ximian.com>

	* ignore.lst : still more ignored cases.

2005-02-25  Atsushi Enomoto <atsushi@ximian.com>

	* ignore.lst : more ignored cases. fixed some test IDs.

2005-02-25  Atsushi Enomoto <atsushi@ximian.com>

	* ignore.lst : new file. It is used to exclude buggy MS results from
	  tests.
	* xslttest.cs, alltest.cs : Ignore testcases written in "ignore.lst".
	* XmlNormalizer.cs : It should not remove whitespace nodes.

2005-02-25  Atsushi Enomoto <atsushi@ximian.com>

	* xslttest.cs, alltest.cs : more disabled cases (stoppers).

2005-02-22  Atsushi Enomoto <atsushi@ximian.com>

	* xslttest.cs : Updated skipped targets. 
	* alltest.cs : introduced skipped targets. Now reverted the previous
	  change to use XmlTextWriter again.
	* Makefile : now don't check large archives everytime we do run-test.
	* simplify.xsl : don't exclude skipped targets here.

2005-02-21  Atsushi Enomoto <atsushi@ximian.com>

	* Makefile : updated the expected "run-test-ms" output (reflecting fix
	  for alltest.cs.)

2005-02-21  Atsushi Enomoto <atsushi@ximian.com>

	* simplify.xsl : currently key to external document results in
	  infinite loop. Should be fixed but for now exclude from tests.
	* alltest.cs : Don't use XmlTextWriter for transformation output. It
	  prevents us from testing html output.
	* Makefile : now RUNTIME could be empty string (for MS output
	  generation).

2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>

	* catalog.diff : changed diff format to unified style.

2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : more tiny rm -f fix.

2005-02-14  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile.mstest : removed old file.
	* XmlNormalizer.cs,
	  cleanup-output.pl,
	  Makefile :
	  Added make distclean.
	  Added normalization support using Andrew Skiba's xmlnorm.

	  Updated ExpectedResults archive as to be normalized in sync with
	  this patch (the archive was renamed.)

2005-02-11  Atsushi Enomoto  <atsushi@ximian.com>

	* catalog.diff : eliminated mixed line ending

2005-02-10  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : clean more.
	* xalan-correct-catalog.xml : removed old file.

2005-02-10  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile : added patching step against buggy catalog.xml.
	  Build both xslttest.exe and alltest.exe.

2005-02-09  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile, xslttest.cs : Rewrote to be runnable against the latest
	  draft version of OASIS XSLT tests. Also, Makefile now unifies
	  existing xslttest.exe and new alltest.exe (might be renamed later).
	* simplify.xsl : added comment.
	* alltest.cs : code format.

2005-02-09  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile.mstest,
	  alltest.cs,
	  simplify.xsl : another test runner from MainSoft. See the top of
	  Makefile.mstest. IMPORTANT: it can't co-exist with existing tests
	  extracted.

2004-12-03  Atsushi Enomoto  <atsushi@ximian.com>

	* xslttest.cs : improved. See "mono xslttest.exe -?" for details.
	* Makefile : modified "make test" to "make run-test" and output
	  results into TestResult.Xml that contains all results.
	* README : updated as well.

2004-01-28  Atsushi Enomoto  <atsushi@ximian.com>

	* xslttest.cs : Now it tests against XPathDocument. Reduced error msgs.

2003-12-24  Atsushi Enomoto  <atsushi@ximian.com>

	* Added testresults.tar.gz and README.
	* Modified Makefile.

2003-12-24  Atsushi Enomoto  <atsushi@ximian.com>

	* Added missing xalan_correct_catalog.xml.
	* Makefile : a bit improved.

2003-12-24  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile, prepare.cs, xslttest.cs : Initial checkin.