ChangeLog 7.6 KB

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