From b80aef96e0752e44f09380a3e9346e62900838a5 Mon Sep 17 00:00:00 2001 From: acolyer Date: Tue, 16 Aug 2005 09:27:21 +0000 Subject: tests for pr106130 and pr107059 --- tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests') diff --git a/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java b/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java index fdab101db..702bf68ad 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java @@ -200,8 +200,16 @@ public class Ajc150Tests extends org.aspectj.testing.XMLBasedAjcTestCase { runTest("(@Foo *)+ type pattern parse error"); } + public void test_pr106130_tooManyLocals() { + runTest("test weaving with > 256 locals"); + } + public void testMissingNamePattern_pr106461() { runTest("missing name pattern"); } + public void testMissingNamePattern_pr107059() { + runTest("parser crashes on call(void (@a *)(..)"); + } + // helper methods..... public SyntheticRepository createRepos(File cpentry) { -- cgit v1.2.3