aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src
diff options
context:
space:
mode:
authoraclement <aclement>2010-04-16 16:20:40 +0000
committeraclement <aclement>2010-04-16 16:20:40 +0000
commite15ff536953b9936d700050805498d9ff0cbaceb (patch)
tree5cc00fcd7885eaee01280923032f53493a19b41e /tests/src
parentb21eb05a252a83b5a920430d733bed1b4dc97d52 (diff)
downloadaspectj-e15ff536953b9936d700050805498d9ff0cbaceb.tar.gz
aspectj-e15ff536953b9936d700050805498d9ff0cbaceb.zip
309440 testcodeV1_6_9M1
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java6
-rw-r--r--tests/src/org/aspectj/systemtest/ajc169/ajc169.xml5
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java b/tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java
index 2a51db99a..d6abf0796 100644
--- a/tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java
+++ b/tests/src/org/aspectj/systemtest/ajc169/Ajc169Tests.java
@@ -29,7 +29,13 @@ public class Ajc169Tests extends org.aspectj.testing.XMLBasedAjcTestCase {
// public void testAdvisingPrivilegedAccessMethod_307147() {
// runTest("advising privileged access method");
// }
+ /*
+ public void testCrashParamAnnos_309440() {
+ runTest("crash param annos");
+ }
+ */
+ // 1.6.9 M1 below here
public void testSubtleGenericsIssue_308773() {
runTest("subtle generics problem");
}
diff --git a/tests/src/org/aspectj/systemtest/ajc169/ajc169.xml b/tests/src/org/aspectj/systemtest/ajc169/ajc169.xml
index 8a83d5bc4..c877cd92b 100644
--- a/tests/src/org/aspectj/systemtest/ajc169/ajc169.xml
+++ b/tests/src/org/aspectj/systemtest/ajc169/ajc169.xml
@@ -21,6 +21,11 @@
</compile>
</ajc-test>
+ <ajc-test dir="bugs169/pr309440" title="crash param annos">
+ <compile files="foobar/ExportMode.java" classpath="jsr305.jar" options="-1.6"/>
+ <compile files="foobar/CrashAspectJCompiler.java" classpath="jsr305.jar" options="-1.6"/>
+ </ajc-test>
+
<ajc-test dir="bugs169/pr307120" title="advising privileged access member - 2">
<compile files="Test.java A.java" options="-showWeaveInfo">
<message kind="weave" text="Type 'A' (A.java) has intertyped method from 'Test'"/> <!-- getFoo and getGoo -->