From e72228e3682ad8cb6503d2c0b1c06ac059ae7e1a Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 14 Sep 2011 00:04:38 +0000 Subject: 354470 --- .../aspectj/systemtest/ajc1612/Ajc1612Tests.java | 12 ++++++++++ .../src/org/aspectj/systemtest/ajc1612/ajc1612.xml | 28 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) (limited to 'tests/src') diff --git a/tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java b/tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java index 27f6c58ae..43c638702 100644 --- a/tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc1612/Ajc1612Tests.java @@ -35,6 +35,18 @@ public class Ajc1612Tests extends org.aspectj.testing.XMLBasedAjcTestCase { // runTest("itd split compilation"); // } + public void testPervasivePerthis_354470() throws Exception { + runTest("perthis too pervasive"); + } + + public void testPervasivePerthis_354470_2() throws Exception { + runTest("perthis too pervasive 2"); + } + + public void testPervasivePerthis_354470_3() throws Exception { + runTest("perthis too pervasive 3"); + } + public void testNotEqualWithAnnotationValues_357013() throws Exception { runTest("annotation values not equal"); } diff --git a/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml b/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml index b54f5e855..f37b8834e 100644 --- a/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml +++ b/tests/src/org/aspectj/systemtest/ajc1612/ajc1612.xml @@ -2,6 +2,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3