ChangeLog 8.3 KB

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