2008-06-23 Mark Probst <mark.probst@gmail.com>
authorMark Probst <mark.probst@gmail.com>
Mon, 23 Jun 2008 18:11:52 +0000 (18:11 -0000)
committerMark Probst <mark.probst@gmail.com>
Mon, 23 Jun 2008 18:11:52 +0000 (18:11 -0000)
commiteba9c113fd66b120309f71c45b856ac392605218
tree69c03640536192baef96d51bd03075d60e05c393
parent602a72186eb2bf88a2da94e9a286a9c21dbb0362
2008-06-23  Mark Probst  <mark.probst@gmail.com>

* mini.c: Fail sharing of a generic method if it contains an open
catch clause (because we don't pass MRGCTXs yet).

2008-06-23  Mark Probst  <mark.probst@gmail.com>

* generic-exceptions.2.cs: Test case for exception handlers in
generic methods with catch clauses depending on the method type
arguments.

* Makefile.am: Test added.

svn path=/trunk/mono/; revision=106446
mono/mini/ChangeLog
mono/mini/mini.c
mono/tests/ChangeLog
mono/tests/Makefile.am
mono/tests/generic-exceptions.2.cs [new file with mode: 0644]