merge -r 60814:60815
[mono.git] / mcs / class / System.XML / Test / System.Xml.Xsl / standalone_tests / ChangeLog
1 2006-05-31  Andrew Skiba <andrews@mainsoft.com>
2
3         * knownFailures.jvm.cs, xslttest.cs: add jvm specific known failures
4
5 2006-04-03  Andrew Skiba <andrews@mainsoft.com>
6         
7         * xslt.vmwcsproj, xslt.sln: use project reference for nunit
8
9 2006-04-03  Andrew Skiba <andrews@mainsoft.com>
10
11         * xslt.vmwcsproj : refer nunit from mono tree
12
13 2006-03-15  Atsushi Enomoto <atsushi@ximian.com>
14
15         * knownFailures.txt : removed two xsl:sort+current() tests.
16
17 2006-01-06  Atsushi Enomoto <atsushi@ximian.com>
18
19         * XsltTestUtils.cs,
20           catalog.sed,
21           xslttest.cs,
22           Makefile : To run under Linux, strip \r. Fixed mcs -r arguments
23           (case sensitive).
24
25 2005-11-23  Vladimir Krasnov  <vladimirk@mainsoft.com>
26
27         * ignore.lst: adeed Keys__91835, idkey_idkey18, idkey_idkey50
28         because failed in .NET
29
30 2005-10-23  Andrew Skiba  <andrews@mainsoft.com>
31
32         * knownFailures.lst, fixme.lst: remove fixed testcases.
33
34 2005-10-23  Andrew Skiba  <andrews@mainsoft.com>
35
36         * XsltTestUtils.cs, xslt.vmwcsproj, xslt.sln, xslttest.cs, XmlCompare.cs,
37         Makefile: make XML compare to reduce the noise from attribute order and
38         namespace names (not URIs)
39
40 2005-10-23  Andrew Skiba  <andrews@mainsoft.com>
41
42         * xslt.sln, xslt.vmwcsproj, README.j2ee, run-test.j2ee.bat: add files
43         that help to run tests on Grasshopper
44
45 2005-08-09  Andrew Skiba  <andrews@mainsoft.com>
46
47         * xslttest.cs: fix the different results message
48
49 2005-07-06  Andrew Skiba  <andrews@mainsoft.com>
50
51         * Makefile, xslttest.cs: convert to be executed from NUnit
52         * XsltTestUtils.cs, generate.cs: added
53         * fixme.lst: update with currently failing tests
54
55 2005-06-28  Andrew Skiba  <andrews@mainsoft.com>
56
57         * Makefile: touch file, not directory, doh!
58         * fixme.lst: added
59         * knownFailures: remove fixed testcases
60
61 2005-06-09  Andrew Skiba  <andrews@mainsoft.com>
62
63         * Makefile, catalog-fixed.diff : Patch the fixed catalog to correct things 
64         I could not fix with sed script
65
66 2005-06-06  Andrew Skiba  <andrews@mainsoft.com>
67
68         * xslttest.cs : change messages
69
70 2005-06-06  Andrew Skiba  <andrews@mainsoft.com>
71
72         * xslttest.cs : make the input and output files look similar to System.Xml/W3C suite
73         * Makefile : reflect the change in the CLI of the xslttest.cs
74
75 2005-05-23  Andrew Skiba  <andrews@mainsoft.com>
76
77         * xslttest.cs : wrap streams with using {...} so the file descriptors
78         are closed at time
79
80 2005-05-22  Andrew Skiba  <andrews@mainsoft.com>
81
82         * Makefile : permit to create reference results on Mono; change
83         comments in Makefile, so they are not printed during the
84         build
85         * xslttest.cs : forgot to write the generated results
86
87 2005-05-19  Andrew Skiba  <andrews@mainsoft.com>
88
89         * ignore.lst : ignore 2 performance tests, as we don't time them
90         anyway
91         * Makefile : store dom results in separate place, remove mainsoft
92         testssuite, handle reference results better
93         * xslttest.cs : improve reporting, improve path handling, store
94         results in different place
95         
96 2005-05-17  Andrew Skiba  <andrews@mainsoft.com>
97
98         * xslttest.cs : xsl:message is always printed on stdout. So to clean
99         our output from those messages I output everything to stderr and send
100         stdout to /dev/null
101
102 2005-05-17  Andrew Skiba  <andrews@mainsoft.com>
103
104         * xslttest.cs : output the list of failed tests
105
106 2005-05-17  Andrew Skiba  <andrews@mainsoft.com>
107
108         * xslttest.cs : output progress symbols (".", "e", etc.), some
109         clean-up and refactoring.
110         
111 2005-05-09  Atsushi Enomoto <atsushi@ximian.com>
112
113         * Makefile : now *.out does not match the all reference outputs, namely
114           those from MSFT_Conformance_Tests (mostly *.txt).
115           So use "xslttest.exe --list" instead of "find".
116
117 2005-05-09  Andrew Skiba  <andrews@mainsoft.com>
118
119         * catalog.sed : fix more names in the catalog, add the missing
120         backslash before '+' in the sed rules
121
122 2005-05-09  Andrew Skiba  <andrews@mainsoft.com>
123
124         * Makefile : delete an obsolete dependency from deleted
125         simplify.xsl
126
127 2005-05-09  Andrew Skiba  <andrews@mainsoft.com>
128
129         * prepare.cs : delete an obsolete file
130
131 2005-05-08  Andrew Skiba  <andrews@mainsoft.com>
132
133         * catalog.sed : fix a bad dirname for Value-of tests
134         * Makefile, alltests.cs : make alltests.cs use the same catalog as
135         xslttest.cs and output '.' and 'E' for test results
136         * simplify.xsl : deleted
137
138 2005-05-08  Andrew Skiba  <andrews@mainsoft.com>
139
140         * catalog.sed : fix a typo
141
142 2005-05-08  Andrew Skiba  <andrews@mainsoft.com>
143
144         * catalog.diff : deleted, replaced by catalog.sed
145         * catalog.sed : added new file
146         * Makefile : now it does not exctract catalog every run; output
147         patched catalog into a different filename; breaked the extraction into
148         a separate target so it's done only when needed.
149         * xslttest.cs : open a patched catalog, not an original one
150         
151 2005-03-22  Atsushi Enomoto <atsushi@ximian.com>
152
153         * xslttest.cs, alltest.cs : Now that xsl:key got improved, there is
154           no need to skip those tests.
155
156 2005-03-14  Atsushi Enomoto <atsushi@ximian.com>
157
158         * xslttest.cs,
159           alltest.cs : reduced some key exclusions (fixed some).
160         * ignore.lst : updated ignored cases.
161
162 2005-03-04  Atsushi Enomoto <atsushi@ximian.com>
163
164         * ignore.lst : still more ignored cases.
165
166 2005-02-25  Atsushi Enomoto <atsushi@ximian.com>
167
168         * ignore.lst : more ignored cases. fixed some test IDs.
169
170 2005-02-25  Atsushi Enomoto <atsushi@ximian.com>
171
172         * ignore.lst : new file. It is used to exclude buggy MS results from
173           tests.
174         * xslttest.cs, alltest.cs : Ignore testcases written in "ignore.lst".
175         * XmlNormalizer.cs : It should not remove whitespace nodes.
176
177 2005-02-25  Atsushi Enomoto <atsushi@ximian.com>
178
179         * xslttest.cs, alltest.cs : more disabled cases (stoppers).
180
181 2005-02-22  Atsushi Enomoto <atsushi@ximian.com>
182
183         * xslttest.cs : Updated skipped targets. 
184         * alltest.cs : introduced skipped targets. Now reverted the previous
185           change to use XmlTextWriter again.
186         * Makefile : now don't check large archives everytime we do run-test.
187         * simplify.xsl : don't exclude skipped targets here.
188
189 2005-02-21  Atsushi Enomoto <atsushi@ximian.com>
190
191         * Makefile : updated the expected "run-test-ms" output (reflecting fix
192           for alltest.cs.)
193
194 2005-02-21  Atsushi Enomoto <atsushi@ximian.com>
195
196         * simplify.xsl : currently key to external document results in
197           infinite loop. Should be fixed but for now exclude from tests.
198         * alltest.cs : Don't use XmlTextWriter for transformation output. It
199           prevents us from testing html output.
200         * Makefile : now RUNTIME could be empty string (for MS output
201           generation).
202
203 2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>
204
205         * catalog.diff : changed diff format to unified style.
206
207 2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>
208
209         * Makefile : more tiny rm -f fix.
210
211 2005-02-14  Atsushi Enomoto  <atsushi@ximian.com>
212
213         * Makefile.mstest : removed old file.
214         * XmlNormalizer.cs,
215           cleanup-output.pl,
216           Makefile :
217           Added make distclean.
218           Added normalization support using Andrew Skiba's xmlnorm.
219
220           Updated ExpectedResults archive as to be normalized in sync with
221           this patch (the archive was renamed.)
222
223 2005-02-11  Atsushi Enomoto  <atsushi@ximian.com>
224
225         * catalog.diff : eliminated mixed line ending
226
227 2005-02-10  Atsushi Enomoto  <atsushi@ximian.com>
228
229         * Makefile : clean more.
230         * xalan-correct-catalog.xml : removed old file.
231
232 2005-02-10  Atsushi Enomoto  <atsushi@ximian.com>
233
234         * Makefile : added patching step against buggy catalog.xml.
235           Build both xslttest.exe and alltest.exe.
236
237 2005-02-09  Atsushi Enomoto  <atsushi@ximian.com>
238
239         * Makefile, xslttest.cs : Rewrote to be runnable against the latest
240           draft version of OASIS XSLT tests. Also, Makefile now unifies
241           existing xslttest.exe and new alltest.exe (might be renamed later).
242         * simplify.xsl : added comment.
243         * alltest.cs : code format.
244
245 2005-02-09  Atsushi Enomoto  <atsushi@ximian.com>
246
247         * Makefile.mstest,
248           alltest.cs,
249           simplify.xsl : another test runner from MainSoft. See the top of
250           Makefile.mstest. IMPORTANT: it can't co-exist with existing tests
251           extracted.
252
253 2004-12-03  Atsushi Enomoto  <atsushi@ximian.com>
254
255         * xslttest.cs : improved. See "mono xslttest.exe -?" for details.
256         * Makefile : modified "make test" to "make run-test" and output
257           results into TestResult.Xml that contains all results.
258         * README : updated as well.
259
260 2004-01-28  Atsushi Enomoto  <atsushi@ximian.com>
261
262         * xslttest.cs : Now it tests against XPathDocument. Reduced error msgs.
263
264 2003-12-24  Atsushi Enomoto  <atsushi@ximian.com>
265
266         * Added testresults.tar.gz and README.
267         * Modified Makefile.
268
269 2003-12-24  Atsushi Enomoto  <atsushi@ximian.com>
270
271         * Added missing xalan_correct_catalog.xml.
272         * Makefile : a bit improved.
273
274 2003-12-24  Atsushi Enomoto  <atsushi@ximian.com>
275
276         * Makefile, prepare.cs, xslttest.cs : Initial checkin.