summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2008-08-19 20:44:06 +0000
committeraclement <aclement>2008-08-19 20:44:06 +0000
commit62e39dad3a12d338429c8dbbdbd0c072c352cef5 (patch)
treed2bf38cb2e39c63fb1acadca6cdc0a65a5f263de /tests
parent4b5f72539556206856cece31c722e4ef77b150ff (diff)
downloadaspectj-62e39dad3a12d338429c8dbbdbd0c072c352cef5.tar.gz
aspectj-62e39dad3a12d338429c8dbbdbd0c072c352cef5.zip
242797: crappy bounds checking in TypeVariable
Diffstat (limited to 'tests')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java1
-rw-r--r--tests/src/org/aspectj/systemtest/ajc162/ajc162.xml5
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java b/tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java
index cbe390964..5fd23b027 100644
--- a/tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java
@@ -22,6 +22,7 @@ public class Ajc162Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
public void testGenericDecp_pr241047() { runTest("generic decp"); }
public void testGenericItds_pr242797_1() { runTest("generic itds - 1"); }
public void testGenericItds_pr242797_2() { runTest("generic itds - 2"); }
+ public void testGenericItds_pr242797_3() { runTest("generic itds - 3"); }
// public void testParamAnnosPipelining_pr241847() { runTest("param annos pipelining");}
// public void testParamAnnoInner_pr241861() { runTest("param annotation inner class"); }
public void testAnnotationDecp_pr239441() { runTest("annotation decp"); }
diff --git a/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml b/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml
index 594fe018b..8d71164b4 100644
--- a/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml
+++ b/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml
@@ -33,6 +33,11 @@
<compile files="GenericMethodAspect.aj GenericMethodInterface.java GenericMethodImpl.java" options="-1.5">
</compile>
</ajc-test>
+
+ <ajc-test dir="bugs162/pr242797/case3" title="generic itds - 3">
+ <compile files="GenericMethodAspect.aj GenericMethodInterface.java GenericMethodImpl.java GenericMethodImpl2.java Type1.java Type2.java" options="-1.5">
+ </compile>
+ </ajc-test>
<ajc-test dir="bugs162/pr241847" title="param annos pipelining">
<compile files="Asp.aj Ann.java CC.java II.java LongLong.java" options="-1.5 -showWeaveInfo">