ChangeLog 6.7 KB

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