ChangeLog 8.0 KB

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