summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoraclement <aclement>2008-08-19 18:06:43 +0000
committeraclement <aclement>2008-08-19 18:06:43 +0000
commitfbee54f2121650ea5bc32ab2c19d76cd41c077f4 (patch)
tree6549b3881cbb07a05c41c5d5d69d245504b53e96 /tests
parent3246e40b89660d7de65394b132ed385043fa1878 (diff)
downloadaspectj-fbee54f2121650ea5bc32ab2c19d76cd41c077f4.tar.gz
aspectj-fbee54f2121650ea5bc32ab2c19d76cd41c077f4.zip
242797: npe in TypeVariable after deserialization since interfacebounds not correctly initialized
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 17139b718..cbe390964 100644
--- a/tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc162/Ajc162Tests.java
@@ -21,6 +21,7 @@ public class Ajc162Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
// AspectJ1.6.2
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 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 6536b01e8..594fe018b 100644
--- a/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml
+++ b/tests/src/org/aspectj/systemtest/ajc162/ajc162.xml
@@ -28,6 +28,11 @@
<compile files="ClassUtils.java CMEFinder.java Finder.java H2Deployment.java Localized.java LocalizedFinder.java OnetElement.java OnetFinder.java Partitioned.java PartitionedFinder.java" options="-1.5">
</compile>
</ajc-test>
+
+ <ajc-test dir="bugs162/pr242797/case2" title="generic itds - 2">
+ <compile files="GenericMethodAspect.aj GenericMethodInterface.java GenericMethodImpl.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">