[Mono-devel-list] NUnit Regression test suites.

Miguel de Icaza miguel at novell.com
Sun Jan 16 11:54:12 EST 2005


Hey,

    Just an update on what I have been doing:

	* For each test that fails on Mono/Linux today, I have
	  either flagged the test with [Category("NotWorking")]
	  or if the test is embedded into a larger test, split it
	  off into a separate method, and flagged that one.

	* In some cases, where am not sure if we should fix a bug
	  (as our code does not have the limitations of the MS.NET
	  Framework) I have labeled the test as [Category("ValueAdd")].

	  We can still fix the bug in the future depending on what we
	  decide.

	* This process is slower than expected, since I have been
	  creating a standalone test case, and filing a bug report 
	  in Bugzilla so we can properly track these issues.

     Currently am working myself on corlib, if other people want to help
(as it will take sometime to create all the tests and bug reports), pick
your own assembly and post a follow up to this message.

Miguel.



More information about the Mono-devel-list mailing list