| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284 |
- 2006-08-15 Andrew Skiba <[email protected]>
- * knownFailures.jvm.cs: add false alarm to the knownFailures
- 2006-08-15 Andrew Skiba <[email protected]>
- * Makefile: support PROFILE net_2_0
- 2006-05-31 Andrew Skiba <[email protected]>
- * knownFailures.jvm.cs, xslttest.cs: add jvm specific known failures
- 2006-04-03 Andrew Skiba <[email protected]>
-
- * xslt.vmwcsproj, xslt.sln: use project reference for nunit
- 2006-04-03 Andrew Skiba <[email protected]>
- * xslt.vmwcsproj : refer nunit from mono tree
- 2006-03-15 Atsushi Enomoto <[email protected]>
- * knownFailures.txt : removed two xsl:sort+current() tests.
- 2006-01-06 Atsushi Enomoto <[email protected]>
- * XsltTestUtils.cs,
- catalog.sed,
- xslttest.cs,
- Makefile : To run under Linux, strip \r. Fixed mcs -r arguments
- (case sensitive).
- 2005-11-23 Vladimir Krasnov <[email protected]>
- * ignore.lst: adeed Keys__91835, idkey_idkey18, idkey_idkey50
- because failed in .NET
- 2005-10-23 Andrew Skiba <[email protected]>
- * knownFailures.lst, fixme.lst: remove fixed testcases.
- 2005-10-23 Andrew Skiba <[email protected]>
- * XsltTestUtils.cs, xslt.vmwcsproj, xslt.sln, xslttest.cs, XmlCompare.cs,
- Makefile: make XML compare to reduce the noise from attribute order and
- namespace names (not URIs)
- 2005-10-23 Andrew Skiba <[email protected]>
- * xslt.sln, xslt.vmwcsproj, README.j2ee, run-test.j2ee.bat: add files
- that help to run tests on Grasshopper
- 2005-08-09 Andrew Skiba <[email protected]>
- * xslttest.cs: fix the different results message
- 2005-07-06 Andrew Skiba <[email protected]>
- * Makefile, xslttest.cs: convert to be executed from NUnit
- * XsltTestUtils.cs, generate.cs: added
- * fixme.lst: update with currently failing tests
- 2005-06-28 Andrew Skiba <[email protected]>
- * Makefile: touch file, not directory, doh!
- * fixme.lst: added
- * knownFailures: remove fixed testcases
- 2005-06-09 Andrew Skiba <[email protected]>
- * Makefile, catalog-fixed.diff : Patch the fixed catalog to correct things
- I could not fix with sed script
- 2005-06-06 Andrew Skiba <[email protected]>
- * xslttest.cs : change messages
- 2005-06-06 Andrew Skiba <[email protected]>
- * xslttest.cs : make the input and output files look similar to System.Xml/W3C suite
- * Makefile : reflect the change in the CLI of the xslttest.cs
- 2005-05-23 Andrew Skiba <[email protected]>
- * xslttest.cs : wrap streams with using {...} so the file descriptors
- are closed at time
- 2005-05-22 Andrew Skiba <[email protected]>
- * Makefile : permit to create reference results on Mono; change
- comments in Makefile, so they are not printed during the
- build
- * xslttest.cs : forgot to write the generated results
- 2005-05-19 Andrew Skiba <[email protected]>
- * ignore.lst : ignore 2 performance tests, as we don't time them
- anyway
- * Makefile : store dom results in separate place, remove mainsoft
- testssuite, handle reference results better
- * xslttest.cs : improve reporting, improve path handling, store
- results in different place
-
- 2005-05-17 Andrew Skiba <[email protected]>
- * xslttest.cs : xsl:message is always printed on stdout. So to clean
- our output from those messages I output everything to stderr and send
- stdout to /dev/null
- 2005-05-17 Andrew Skiba <[email protected]>
- * xslttest.cs : output the list of failed tests
- 2005-05-17 Andrew Skiba <[email protected]>
- * xslttest.cs : output progress symbols (".", "e", etc.), some
- clean-up and refactoring.
-
- 2005-05-09 Atsushi Enomoto <[email protected]>
- * Makefile : now *.out does not match the all reference outputs, namely
- those from MSFT_Conformance_Tests (mostly *.txt).
- So use "xslttest.exe --list" instead of "find".
- 2005-05-09 Andrew Skiba <[email protected]>
- * catalog.sed : fix more names in the catalog, add the missing
- backslash before '+' in the sed rules
- 2005-05-09 Andrew Skiba <[email protected]>
- * Makefile : delete an obsolete dependency from deleted
- simplify.xsl
- 2005-05-09 Andrew Skiba <[email protected]>
- * prepare.cs : delete an obsolete file
- 2005-05-08 Andrew Skiba <[email protected]>
- * catalog.sed : fix a bad dirname for Value-of tests
- * Makefile, alltests.cs : make alltests.cs use the same catalog as
- xslttest.cs and output '.' and 'E' for test results
- * simplify.xsl : deleted
- 2005-05-08 Andrew Skiba <[email protected]>
- * catalog.sed : fix a typo
- 2005-05-08 Andrew Skiba <[email protected]>
- * catalog.diff : deleted, replaced by catalog.sed
- * catalog.sed : added new file
- * Makefile : now it does not exctract catalog every run; output
- patched catalog into a different filename; breaked the extraction into
- a separate target so it's done only when needed.
- * xslttest.cs : open a patched catalog, not an original one
-
- 2005-03-22 Atsushi Enomoto <[email protected]>
- * xslttest.cs, alltest.cs : Now that xsl:key got improved, there is
- no need to skip those tests.
- 2005-03-14 Atsushi Enomoto <[email protected]>
- * xslttest.cs,
- alltest.cs : reduced some key exclusions (fixed some).
- * ignore.lst : updated ignored cases.
- 2005-03-04 Atsushi Enomoto <[email protected]>
- * ignore.lst : still more ignored cases.
- 2005-02-25 Atsushi Enomoto <[email protected]>
- * ignore.lst : more ignored cases. fixed some test IDs.
- 2005-02-25 Atsushi Enomoto <[email protected]>
- * ignore.lst : new file. It is used to exclude buggy MS results from
- tests.
- * xslttest.cs, alltest.cs : Ignore testcases written in "ignore.lst".
- * XmlNormalizer.cs : It should not remove whitespace nodes.
- 2005-02-25 Atsushi Enomoto <[email protected]>
- * xslttest.cs, alltest.cs : more disabled cases (stoppers).
- 2005-02-22 Atsushi Enomoto <[email protected]>
- * xslttest.cs : Updated skipped targets.
- * alltest.cs : introduced skipped targets. Now reverted the previous
- change to use XmlTextWriter again.
- * Makefile : now don't check large archives everytime we do run-test.
- * simplify.xsl : don't exclude skipped targets here.
- 2005-02-21 Atsushi Enomoto <[email protected]>
- * Makefile : updated the expected "run-test-ms" output (reflecting fix
- for alltest.cs.)
- 2005-02-21 Atsushi Enomoto <[email protected]>
- * simplify.xsl : currently key to external document results in
- infinite loop. Should be fixed but for now exclude from tests.
- * alltest.cs : Don't use XmlTextWriter for transformation output. It
- prevents us from testing html output.
- * Makefile : now RUNTIME could be empty string (for MS output
- generation).
- 2005-02-15 Atsushi Enomoto <[email protected]>
- * catalog.diff : changed diff format to unified style.
- 2005-02-15 Atsushi Enomoto <[email protected]>
- * Makefile : more tiny rm -f fix.
- 2005-02-14 Atsushi Enomoto <[email protected]>
- * Makefile.mstest : removed old file.
- * XmlNormalizer.cs,
- cleanup-output.pl,
- Makefile :
- Added make distclean.
- Added normalization support using Andrew Skiba's xmlnorm.
- Updated ExpectedResults archive as to be normalized in sync with
- this patch (the archive was renamed.)
- 2005-02-11 Atsushi Enomoto <[email protected]>
- * catalog.diff : eliminated mixed line ending
- 2005-02-10 Atsushi Enomoto <[email protected]>
- * Makefile : clean more.
- * xalan-correct-catalog.xml : removed old file.
- 2005-02-10 Atsushi Enomoto <[email protected]>
- * Makefile : added patching step against buggy catalog.xml.
- Build both xslttest.exe and alltest.exe.
- 2005-02-09 Atsushi Enomoto <[email protected]>
- * Makefile, xslttest.cs : Rewrote to be runnable against the latest
- draft version of OASIS XSLT tests. Also, Makefile now unifies
- existing xslttest.exe and new alltest.exe (might be renamed later).
- * simplify.xsl : added comment.
- * alltest.cs : code format.
- 2005-02-09 Atsushi Enomoto <[email protected]>
- * Makefile.mstest,
- alltest.cs,
- simplify.xsl : another test runner from MainSoft. See the top of
- Makefile.mstest. IMPORTANT: it can't co-exist with existing tests
- extracted.
- 2004-12-03 Atsushi Enomoto <[email protected]>
- * xslttest.cs : improved. See "mono xslttest.exe -?" for details.
- * Makefile : modified "make test" to "make run-test" and output
- results into TestResult.Xml that contains all results.
- * README : updated as well.
- 2004-01-28 Atsushi Enomoto <[email protected]>
- * xslttest.cs : Now it tests against XPathDocument. Reduced error msgs.
- 2003-12-24 Atsushi Enomoto <[email protected]>
- * Added testresults.tar.gz and README.
- * Modified Makefile.
- 2003-12-24 Atsushi Enomoto <[email protected]>
- * Added missing xalan_correct_catalog.xml.
- * Makefile : a bit improved.
- 2003-12-24 Atsushi Enomoto <[email protected]>
- * Makefile, prepare.cs, xslttest.cs : Initial checkin.
|