summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/bugs1611/pr335682/case2.jarbin0 -> 2571 bytes
-rw-r--r--tests/bugs1611/pr335682/case2_source.zipbin0 -> 1144 bytes
-rw-r--r--tests/bugs1611/pr335682/case3.jarbin0 -> 2565 bytes
-rw-r--r--tests/bugs1611/pr335682/case3_source.zipbin0 -> 1141 bytes
-rw-r--r--tests/bugs1611/pr335682/case5.jarbin0 -> 2458 bytes
-rw-r--r--tests/bugs1611/pr335682/case5_source.zipbin0 -> 1144 bytes
-rw-r--r--tests/src/org/aspectj/systemtest/ajc1611/Ajc1611Tests.java12
-rw-r--r--tests/src/org/aspectj/systemtest/ajc1611/ajc1611.xml19
8 files changed, 28 insertions, 3 deletions
diff --git a/tests/bugs1611/pr335682/case2.jar b/tests/bugs1611/pr335682/case2.jar
new file mode 100644
index 000000000..5698c8b08
--- /dev/null
+++ b/tests/bugs1611/pr335682/case2.jar
Binary files differ
diff --git a/tests/bugs1611/pr335682/case2_source.zip b/tests/bugs1611/pr335682/case2_source.zip
new file mode 100644
index 000000000..a9585961d
--- /dev/null
+++ b/tests/bugs1611/pr335682/case2_source.zip
Binary files differ
diff --git a/tests/bugs1611/pr335682/case3.jar b/tests/bugs1611/pr335682/case3.jar
new file mode 100644
index 000000000..0a8f8ee76
--- /dev/null
+++ b/tests/bugs1611/pr335682/case3.jar
Binary files differ
diff --git a/tests/bugs1611/pr335682/case3_source.zip b/tests/bugs1611/pr335682/case3_source.zip
new file mode 100644
index 000000000..52ad20a0c
--- /dev/null
+++ b/tests/bugs1611/pr335682/case3_source.zip
Binary files differ
diff --git a/tests/bugs1611/pr335682/case5.jar b/tests/bugs1611/pr335682/case5.jar
new file mode 100644
index 000000000..a8fe73c69
--- /dev/null
+++ b/tests/bugs1611/pr335682/case5.jar
Binary files differ
diff --git a/tests/bugs1611/pr335682/case5_source.zip b/tests/bugs1611/pr335682/case5_source.zip
new file mode 100644
index 000000000..3edf3ac2f
--- /dev/null
+++ b/tests/bugs1611/pr335682/case5_source.zip
Binary files differ
diff --git a/tests/src/org/aspectj/systemtest/ajc1611/Ajc1611Tests.java b/tests/src/org/aspectj/systemtest/ajc1611/Ajc1611Tests.java
index aee6649d7..4929b6cdd 100644
--- a/tests/src/org/aspectj/systemtest/ajc1611/Ajc1611Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc1611/Ajc1611Tests.java
@@ -25,6 +25,18 @@ public class Ajc1611Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
runTest("pr335682");
}
+ public void testDeserialization_335682_2() {
+ runTest("pr335682 - 2");
+ }
+
+ public void testDeserialization_335682_3() {
+ runTest("pr335682 - 3");
+ }
+
+ public void testDeserialization_335682_5() {
+ runTest("pr335682 - 5");
+ }
+
public void testNPEAddSerialVersionUID_bug335783() {
runTest("pr335783");
}
diff --git a/tests/src/org/aspectj/systemtest/ajc1611/ajc1611.xml b/tests/src/org/aspectj/systemtest/ajc1611/ajc1611.xml
index afcd5a8e5..a40d87eed 100644
--- a/tests/src/org/aspectj/systemtest/ajc1611/ajc1611.xml
+++ b/tests/src/org/aspectj/systemtest/ajc1611/ajc1611.xml
@@ -2,9 +2,22 @@
<suite>
-<ajc-test dir="bugs1611/pr335682" title="pr335682">
- <compile inpath="foo.jar" outjar="bar.jar"/>
-</ajc-test>
+ <ajc-test dir="bugs1611/pr335682" title="pr335682">
+ <compile inpath="foo.jar" outjar="bar.jar"/>
+ </ajc-test>
+
+ <ajc-test dir="bugs1611/pr335682" title="pr335682 - 2">
+ <compile inpath="case2.jar" outjar="bar.jar"/>
+ </ajc-test>
+
+ <ajc-test dir="bugs1611/pr335682" title="pr335682 - 3">
+ <compile inpath="case3.jar" outjar="bar.jar"/>
+ </ajc-test>
+
+ <ajc-test dir="bugs1611/pr335682" title="pr335682 - 5">
+ <compile inpath="case5.jar" outjar="bar.jar"/>
+ </ajc-test>
+
<ajc-test dir="bugs1611/pr335783" title="pr335783">
<compile files="A.java" options="-1.5"/>
<compile files="X.aj" options="-1.5 -Xlint:ignore" />