ChangeLog 6.9 KB

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