From ba9d43ccaf2660ddc9916ea48f79a77ba60d435e Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Fri, 15 Jun 2012 11:29:35 -0700 Subject: 382723 --- .../org/aspectj/systemtest/ajc170/Ajc170Tests.java | 20 +++++++++++++ tests/src/org/aspectj/systemtest/ajc170/ajc170.xml | 33 ++++++++++++++++++++++ 2 files changed, 53 insertions(+) (limited to 'tests/src') diff --git a/tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java b/tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java index 3896a93ab..3585e782a 100644 --- a/tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java +++ b/tests/src/org/aspectj/systemtest/ajc170/Ajc170Tests.java @@ -37,6 +37,26 @@ public class Ajc170Tests extends org.aspectj.testing.XMLBasedAjcTestCase { // // public void testLostAnnos_377130_2() { // runTest("missing annos on priv aspects - 2"); +// } + + public void testGenericAspectAround382723() { + runTest("generic aspect"); + } + + public void testGenericAspectAround382723_2() { + runTest("generic aspect 2"); + } + + public void testGenericAspectAround382723_3() { + runTest("generic aspect 3"); + } + + public void testGenericAspectAround382723_4() { + runTest("generic aspect 4"); + } + +// public void testCovariantGenericsItd382189() { +// runTest("covariant generics"); // } public void testAttributeErrorJ7() { diff --git a/tests/src/org/aspectj/systemtest/ajc170/ajc170.xml b/tests/src/org/aspectj/systemtest/ajc170/ajc170.xml index 459ba902c..05ebd0ee2 100644 --- a/tests/src/org/aspectj/systemtest/ajc170/ajc170.xml +++ b/tests/src/org/aspectj/systemtest/ajc170/ajc170.xml @@ -2,6 +2,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3