ChangeLog 8.6 KB

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