ChangeLog 8.8 KB

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