diff options
-rw-r--r-- | tests/bugs1611/pr335682/case2.jar | bin | 0 -> 2571 bytes | |||
-rw-r--r-- | tests/bugs1611/pr335682/case2_source.zip | bin | 0 -> 1144 bytes | |||
-rw-r--r-- | tests/bugs1611/pr335682/case3.jar | bin | 0 -> 2565 bytes | |||
-rw-r--r-- | tests/bugs1611/pr335682/case3_source.zip | bin | 0 -> 1141 bytes | |||
-rw-r--r-- | tests/bugs1611/pr335682/case5.jar | bin | 0 -> 2458 bytes | |||
-rw-r--r-- | tests/bugs1611/pr335682/case5_source.zip | bin | 0 -> 1144 bytes | |||
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc1611/Ajc1611Tests.java | 12 | ||||
-rw-r--r-- | tests/src/org/aspectj/systemtest/ajc1611/ajc1611.xml | 19 |
8 files changed, 28 insertions, 3 deletions
diff --git a/tests/bugs1611/pr335682/case2.jar b/tests/bugs1611/pr335682/case2.jar Binary files differnew file mode 100644 index 000000000..5698c8b08 --- /dev/null +++ b/tests/bugs1611/pr335682/case2.jar diff --git a/tests/bugs1611/pr335682/case2_source.zip b/tests/bugs1611/pr335682/case2_source.zip Binary files differnew file mode 100644 index 000000000..a9585961d --- /dev/null +++ b/tests/bugs1611/pr335682/case2_source.zip diff --git a/tests/bugs1611/pr335682/case3.jar b/tests/bugs1611/pr335682/case3.jar Binary files differnew file mode 100644 index 000000000..0a8f8ee76 --- /dev/null +++ b/tests/bugs1611/pr335682/case3.jar diff --git a/tests/bugs1611/pr335682/case3_source.zip b/tests/bugs1611/pr335682/case3_source.zip Binary files differnew file mode 100644 index 000000000..52ad20a0c --- /dev/null +++ b/tests/bugs1611/pr335682/case3_source.zip diff --git a/tests/bugs1611/pr335682/case5.jar b/tests/bugs1611/pr335682/case5.jar Binary files differnew file mode 100644 index 000000000..a8fe73c69 --- /dev/null +++ b/tests/bugs1611/pr335682/case5.jar diff --git a/tests/bugs1611/pr335682/case5_source.zip b/tests/bugs1611/pr335682/case5_source.zip Binary files differnew file mode 100644 index 000000000..3edf3ac2f --- /dev/null +++ b/tests/bugs1611/pr335682/case5_source.zip 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" /> |