| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- 2005-08-17 Atsushi Enomoto <[email protected]>
- * xmlconf.cs: we need error message to do real-world debugging.
- 2005-07-21 Rafael Mizrahi <[email protected]>
- * xmlconf.cs: Close readers handlers in order to free file descriptors.
-
- 2005-06-30 Andrew Skiba <[email protected]>
- * Makefile: change targets for nunit based tests
- * xmlconf.cs: remove support for standalone test, add few modes
- for nunit.
-
- 2005-06-28 Andrew Skiba <[email protected]>
- * Makefile, xmlconf.cs: add nunit support
- 2005-06-27 Andrew Skiba <[email protected]>
- * fixme.lst: remove fixed testcase
- 2005-06-27 Andrew Skiba <[email protected]>
- * knownFailures.lst, fixme.lst: remove fixed testcases
- * ignored.lst: add a test which causes mono runtime to hang
- 2005-06-14 Andrew Skiba <[email protected]>
- * fixme.lst : remove testcases fixed by r45935
- * xmlconf.cs : one-liner for total.lst output
- 2005-06-12 Andrew Skiba <[email protected]>
- * xmlconf.cs : make class IDisposable; add another output file for total report
- 2005-06-09 Andrew Skiba <[email protected]>
- * knownFailures.lst : fix the list of tests that fail on GH 1.6
- 2005-06-06 Andrew Skiba <[email protected]>
- * xmlconf.cs : change messages
- 2005-06-02 Andrew Skiba <[email protected]>
- * Makefile : mkdir as unzip seems to have trouble otherwise (on Cygwin there is an ambiguity between xmlconf.exe and xmlconf dir)
- 2005-06-01 Andrew Skiba <[email protected]>
- * TODO : added new file
- 2005-06-01 Andrew Skiba <[email protected]>
- * Makefile : test target depends on the catalog
- * xmlconf.cs : flush fixed list after each output
- * knownFailures.lst, fixme.lst : add initial lists of known bugs
- 2005-05-30 Andrew Skiba <[email protected]>
- * Makefile, xmlconf.cs, README : support for regressions tracking
- 2005-05-30 Andrew Skiba <[email protected]>
- * net-failed.lst : added a list of tests that fail on dot net
- * Makefile : compiles on mono
- * xmlconf.cs : commit it before I ruin it with new changes
- 2005-05-30 Andrew Skiba <[email protected]>
- * xmlconf.cs : added. Compiles and runs on dot net, still misses many features.
- 2005-05-25 Andrew Skiba <[email protected]>
- * README : added
|