ChangeLog 7.1 KB

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