ChangeLog 7.8 KB

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