2005-06-05 Peter Bartok <pbartok@novell.com>
[mono.git] / mcs / class / System.XML / Test / System.Xml.Xsl / standalone_tests / ChangeLog
1 2005-05-23  Andrew Skiba  <andrews@mainsoft.com>
2
3         * xslttest.cs : wrap streams with using {...} so the file descriptors
4         are closed at time
5
6 2005-05-22  Andrew Skiba  <andrews@mainsoft.com>
7
8         * Makefile : permit to create reference results on Mono; change
9         comments in Makefile, so they are not printed during the
10         build
11         * xslttest.cs : forgot to write the generated results
12
13 2005-05-19  Andrew Skiba  <andrews@mainsoft.com>
14
15         * ignore.lst : ignore 2 performance tests, as we don't time them
16         anyway
17         * Makefile : store dom results in separate place, remove mainsoft
18         testssuite, handle reference results better
19         * xslttest.cs : improve reporting, improve path handling, store
20         results in different place
21         
22 2005-05-17  Andrew Skiba  <andrews@mainsoft.com>
23
24         * xslttest.cs : xsl:message is always printed on stdout. So to clean
25         our output from those messages I output everything to stderr and send
26         stdout to /dev/null
27
28 2005-05-17  Andrew Skiba  <andrews@mainsoft.com>
29
30         * xslttest.cs : output the list of failed tests
31
32 2005-05-17  Andrew Skiba  <andrews@mainsoft.com>
33
34         * xslttest.cs : output progress symbols (".", "e", etc.), some
35         clean-up and refactoring.
36         
37 2005-05-09  Atsushi Enomoto <atsushi@ximian.com>
38
39         * Makefile : now *.out does not match the all reference outputs, namely
40           those from MSFT_Conformance_Tests (mostly *.txt).
41           So use "xslttest.exe --list" instead of "find".
42
43 2005-05-09  Andrew Skiba  <andrews@mainsoft.com>
44
45         * catalog.sed : fix more names in the catalog, add the missing
46         backslash before '+' in the sed rules
47
48 2005-05-09  Andrew Skiba  <andrews@mainsoft.com>
49
50         * Makefile : delete an obsolete dependency from deleted
51         simplify.xsl
52
53 2005-05-09  Andrew Skiba  <andrews@mainsoft.com>
54
55         * prepare.cs : delete an obsolete file
56
57 2005-05-08  Andrew Skiba  <andrews@mainsoft.com>
58
59         * catalog.sed : fix a bad dirname for Value-of tests
60         * Makefile, alltests.cs : make alltests.cs use the same catalog as
61         xslttest.cs and output '.' and 'E' for test results
62         * simplify.xsl : deleted
63
64 2005-05-08  Andrew Skiba  <andrews@mainsoft.com>
65
66         * catalog.sed : fix a typo
67
68 2005-05-08  Andrew Skiba  <andrews@mainsoft.com>
69
70         * catalog.diff : deleted, replaced by catalog.sed
71         * catalog.sed : added new file
72         * Makefile : now it does not exctract catalog every run; output
73         patched catalog into a different filename; breaked the extraction into
74         a separate target so it's done only when needed.
75         * xslttest.cs : open a patched catalog, not an original one
76         
77 2005-03-22  Atsushi Enomoto <atsushi@ximian.com>
78
79         * xslttest.cs, alltest.cs : Now that xsl:key got improved, there is
80           no need to skip those tests.
81
82 2005-03-14  Atsushi Enomoto <atsushi@ximian.com>
83
84         * xslttest.cs,
85           alltest.cs : reduced some key exclusions (fixed some).
86         * ignore.lst : updated ignored cases.
87
88 2005-03-04  Atsushi Enomoto <atsushi@ximian.com>
89
90         * ignore.lst : still more ignored cases.
91
92 2005-02-25  Atsushi Enomoto <atsushi@ximian.com>
93
94         * ignore.lst : more ignored cases. fixed some test IDs.
95
96 2005-02-25  Atsushi Enomoto <atsushi@ximian.com>
97
98         * ignore.lst : new file. It is used to exclude buggy MS results from
99           tests.
100         * xslttest.cs, alltest.cs : Ignore testcases written in "ignore.lst".
101         * XmlNormalizer.cs : It should not remove whitespace nodes.
102
103 2005-02-25  Atsushi Enomoto <atsushi@ximian.com>
104
105         * xslttest.cs, alltest.cs : more disabled cases (stoppers).
106
107 2005-02-22  Atsushi Enomoto <atsushi@ximian.com>
108
109         * xslttest.cs : Updated skipped targets. 
110         * alltest.cs : introduced skipped targets. Now reverted the previous
111           change to use XmlTextWriter again.
112         * Makefile : now don't check large archives everytime we do run-test.
113         * simplify.xsl : don't exclude skipped targets here.
114
115 2005-02-21  Atsushi Enomoto <atsushi@ximian.com>
116
117         * Makefile : updated the expected "run-test-ms" output (reflecting fix
118           for alltest.cs.)
119
120 2005-02-21  Atsushi Enomoto <atsushi@ximian.com>
121
122         * simplify.xsl : currently key to external document results in
123           infinite loop. Should be fixed but for now exclude from tests.
124         * alltest.cs : Don't use XmlTextWriter for transformation output. It
125           prevents us from testing html output.
126         * Makefile : now RUNTIME could be empty string (for MS output
127           generation).
128
129 2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>
130
131         * catalog.diff : changed diff format to unified style.
132
133 2005-02-15  Atsushi Enomoto  <atsushi@ximian.com>
134
135         * Makefile : more tiny rm -f fix.
136
137 2005-02-14  Atsushi Enomoto  <atsushi@ximian.com>
138
139         * Makefile.mstest : removed old file.
140         * XmlNormalizer.cs,
141           cleanup-output.pl,
142           Makefile :
143           Added make distclean.
144           Added normalization support using Andrew Skiba's xmlnorm.
145
146           Updated ExpectedResults archive as to be normalized in sync with
147           this patch (the archive was renamed.)
148
149 2005-02-11  Atsushi Enomoto  <atsushi@ximian.com>
150
151         * catalog.diff : eliminated mixed line ending
152
153 2005-02-10  Atsushi Enomoto  <atsushi@ximian.com>
154
155         * Makefile : clean more.
156         * xalan-correct-catalog.xml : removed old file.
157
158 2005-02-10  Atsushi Enomoto  <atsushi@ximian.com>
159
160         * Makefile : added patching step against buggy catalog.xml.
161           Build both xslttest.exe and alltest.exe.
162
163 2005-02-09  Atsushi Enomoto  <atsushi@ximian.com>
164
165         * Makefile, xslttest.cs : Rewrote to be runnable against the latest
166           draft version of OASIS XSLT tests. Also, Makefile now unifies
167           existing xslttest.exe and new alltest.exe (might be renamed later).
168         * simplify.xsl : added comment.
169         * alltest.cs : code format.
170
171 2005-02-09  Atsushi Enomoto  <atsushi@ximian.com>
172
173         * Makefile.mstest,
174           alltest.cs,
175           simplify.xsl : another test runner from MainSoft. See the top of
176           Makefile.mstest. IMPORTANT: it can't co-exist with existing tests
177           extracted.
178
179 2004-12-03  Atsushi Enomoto  <atsushi@ximian.com>
180
181         * xslttest.cs : improved. See "mono xslttest.exe -?" for details.
182         * Makefile : modified "make test" to "make run-test" and output
183           results into TestResult.Xml that contains all results.
184         * README : updated as well.
185
186 2004-01-28  Atsushi Enomoto  <atsushi@ximian.com>
187
188         * xslttest.cs : Now it tests against XPathDocument. Reduced error msgs.
189
190 2003-12-24  Atsushi Enomoto  <atsushi@ximian.com>
191
192         * Added testresults.tar.gz and README.
193         * Modified Makefile.
194
195 2003-12-24  Atsushi Enomoto  <atsushi@ximian.com>
196
197         * Added missing xalan_correct_catalog.xml.
198         * Makefile : a bit improved.
199
200 2003-12-24  Atsushi Enomoto  <atsushi@ximian.com>
201
202         * Makefile, prepare.cs, xslttest.cs : Initial checkin.