[Mono-dev] The State Of Mono Assembly Verification?

Paolo Molaro lupus at ximian.com
Fri Feb 17 14:30:39 EST 2006


On 02/17/06 Paolo Molaro wrote:
> We'll take a look at the ilasm failures (it is also important that ilasm
> doesn't leave behind 0-length files when it fails).

Ankit is looking at this.

> I will probably add a mono option like --debug-expect-exception=System.InvalidProgramException
> so we can more easily check for cases where mono exits with an error and
> when it exits because of the correct exception.

Current svn will raise an exception instead of aborting on invalid IL.
I also implemented a few checks in the jit/runtime, so currently
only about 30 checks fail from your tests (down from 80-90).

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list